[Asterisk-Users] Asterisk not acceptingmultiple SIP phone logins

Juki juki at one2net.co.ug
Thu Feb 10 22:44:52 MST 2005


Sorry, I had omitted the second SIP phone details but they do exist and
are at different SIP addresses as shown below;

My sip.conf has:
[101]
type=friend
host=dynamic
username=101
secret=test
dtmfmode=rfc2833
context=from-sip
mailbox=201
callerid="101" <2125>
nat=yes

[102]
type=friend
host=dynamic
username=102
secret=test1
dtmfmode=rfc2833
context=from-sip
mailbox=202
callerid="102" <2135>
nat=yes


My extensions.conf has:
exten => 101,1,Dial(SIP/101,20,tr)
exten => 101,2,VoiceMail,u101
exten => 101,102,VoiceMail,b101

exten => 102,1,Dial(SIP/102,20,tr)
exten => 102,2,VoiceMail,u102
exten => 102,102,VoiceMail,b102


My voicemail.conf has:
101 => 2348,Emma, kidjue at yahoo.co.uk
101 => 2348,juki, juki at one2net.co.ug

How do I proceed from here then?

> This is not a -dev question.  It should only be posted to -users.
>
> On Thu, 2005-02-10 at 22:15 -0700, Juki wrote:
>> Hi all,
>>
>> I have Asterisk running on FreeBSD 4.x and I have made configurations to
>> sip.conf, extensions.conf and voicemail.conf. I have also setup SIP
>> phones
>> on two different PCs. My problem is that when one of the SIP phones
>> logins
>> in, the other won't.
>>
>> My sip.conf has:
>> [101]
>> type=friend
>> host=dynamic
>> username=101
>> secret=test
>> dtmfmode=rfc2833
>> context=from-sip
>> mailbox=201
>> callerid="101" <2125>
>> nat=yes
>>
>> My extensions.conf has:
>> exten => 101,1,Dial(SIP/101,20,tr)
>> exten => 101,2,VoiceMail,u101
>> exten => 101,102,VoiceMail,b101
>>
>> My voicemail.conf has:
>> 101 => 2348,Emma, kidjue at yahoo.co.uk
>>
>> Any ideas are most welcome.
>
> I see only one address here.  If you have multiple phones at the same
> address, only the last to be registered will be recognized.
>
> Put each PC/phone at a different sip address.
>
>
>
>


-- 
Rgds,
Juki.



More information about the asterisk-users mailing list