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, [EMAIL PROTECTED] 101 => 2348,juki, [EMAIL PROTECTED] 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, [EMAIL PROTECTED] >> >> 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. _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
