Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: soprom on June 14, 2009, 05:01:25 AM

Title: 2 phones using same extension
Post by: soprom on June 14, 2009, 05:01:25 AM

Is there something I should know about multiple registrations?

I want a softphone and a hardphone to use the same account. It seams they fight each other to the PBX...

Code: [Select]
    -- Registered SIP '5000' at 192.168.250.45 port 5060
    -- Saved useragent "wengo/v1/wengophoneng/wengo/rev49cd2a2682c9/trunk/" for peer 5000
    -- Registered SIP '5000' at 192.168.250.75 port 5060
    -- Saved useragent "Aastra 480i Cordless/1.4.2.1081 Brcm Callctrl/1.5 MxSF/v3.2.8.45" for peer 5000
    -- Registered SIP '5000' at 192.168.250.45 port 5060
    -- Saved useragent "wengo/v1/wengophoneng/wengo/rev49cd2a2682c9/trunk/" for peer 5000
Title: Re: 2 phones using same extension
Post by: SARK devs on June 14, 2009, 10:12:24 AM
You can't do it Sophie.  End-points have to be unique in order for Asterisk to address them.  You can however, "pair" them by using a call-group (Alias) or queue.

Best

S