Juki
2005-Feb-10 22:07 UTC
[Asterisk-Users] Asterisk not accepting multiple SIP phone logins
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@yahoo.co.uk Any ideas are most welcome. -- Rgds, Juki
Juki
2005-Feb-10 22:49 UTC
[Asterisk-Users] Asterisk not accepting multiple SIP phone logins
Sorry, I had omitted the second SIP phone details but they do exist and are at different SIP addresses. How do I fix my dial to dial both at the same time? How do I proceed from here then?> This is not a development question. It is a user question. From the > snippit it looks like you are trying to have both phone log in as the > same user. That is why I think you are asking a user question. Make > separate accounts for each phone and fix your dial to dial both at the > same time. > > Then, next time, unless you are quoting C code, you probably don't need > to post it here. > > On Fri, 2005-02-11 at 08:07 +0300, 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@yahoo.co.uk >> >> Any ideas are most welcome. >> > -- > Steven Critchfield <critch@basesys.com> > >-- Rgds, Juki.
Marco Castillo
2005-Feb-11 08:02 UTC
[Asterisk-Users] Asterisk not accepting multiple SIP phone logins
Remember that SIP uses DNS SRV entries, maybe one of the phones you use efectively use the DNS SRV entry and the other not. Some VoIP phones have a flag where you can deactivate this functionality for SIP. If not, make sure you have in your local DNS a SRV entry for SIP. Hope this helps. Marco -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Juki Sent: Thursday, February 10, 2005 11:08 PM To: asterisk-bsd@lists.digium.com Cc: asterisk-users@lists.digium.com; asterisk-dev@lists.digium.com Subject: [Asterisk-Users] Asterisk not accepting multiple SIP phone logins 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@yahoo.co.uk Any ideas are most welcome. -- Rgds, Juki _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users