I know this has been covered more times than to mention and this is where I got most of my info from... But I am having issues with this. I can't seem to get the phone to register with *. This is being tested on a internal network right now. Here is the setup - sip.conf [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls allow = all [1005] type=friend secret=1005 host=dynamic mailbox=1005 context=default extension.conf ; SIP exten => 1005,1,Dial,SIP/1005|15 exten => 1005,2,Voicemail2(u1005) exten => 1005,102,Voicemail2(b8200) X-Lite Softphone Network->Out Bound SIP Proxy: (IP of *) SIP Proxy->Default->Enabled: Yes SIP Proxy->Default->UserName: 1005 SIP Proxy->Default->Password: 1005 SIP Proxy->Default->Domain/Realm: (IP of *) SIP Proxy->Default->SIP Proxy: (IP of *) SIP Proxy->Default->Send Internal IP: Always But the only thing I every get is discovering firewall and Discovered Full Cone Nat Firewall. Any ideas... -gcc
try adding username=1005 under [1005] and see if that helps.... -----Original Message----- From: PBX [mailto:pbx@tuxnetworking.com] Sent: Thursday, December 18, 2003 10:42 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] SIP / X-ten Softphone I know this has been covered more times than to mention and this is where I got most of my info from... But I am having issues with this. I can't seem to get the phone to register with *. This is being tested on a internal network right now. Here is the setup - sip.conf [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls allow = all [1005] type=friend secret=1005 host=dynamic mailbox=1005 context=default extension.conf ; SIP exten => 1005,1,Dial,SIP/1005|15 exten => 1005,2,Voicemail2(u1005) exten => 1005,102,Voicemail2(b8200) X-Lite Softphone Network->Out Bound SIP Proxy: (IP of *) SIP Proxy->Default->Enabled: Yes SIP Proxy->Default->UserName: 1005 SIP Proxy->Default->Password: 1005 SIP Proxy->Default->Domain/Realm: (IP of *) SIP Proxy->Default->SIP Proxy: (IP of *) SIP Proxy->Default->Send Internal IP: Always But the only thing I every get is discovering firewall and Discovered Full Cone Nat Firewall. Any ideas... -gcc _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
As with any debugging, you should try steps seperately... ----- Original Message ----- From: "PBX" <pbx@tuxnetworking.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, December 18, 2003 10:42 PM Subject: [Asterisk-Users] SIP / X-ten Softphone> [1005] > type=friend > secret=1005 > host=dynamic > mailbox=1005 > context=defaultAdd user=1005 to this sip.conf definition.> > X-Lite Softphone > > Network->Out Bound SIP Proxy: (IP of *) > > SIP Proxy->Default->Enabled: Yes > SIP Proxy->Default->UserName: 1005 > SIP Proxy->Default->Password: 1005 > SIP Proxy->Default->Domain/Realm: (IP of *) > SIP Proxy->Default->SIP Proxy: (IP of *) > SIP Proxy->Default->Send Internal IP: AlwaysTake a look at some screenshots of X-Lite configs. I remember there being a line or two that wanted to have :5060 after the IP. As a side note, I gave up on X-Lite. I found it difficult to navigate the configuration menus, and there was a background hum that isn't there if I use sjphone, diax, or iaxcomm/iaxclient. ---- Andrew Thompson http://aktzero.com/
Typo... ----- Original Message ----- From: "Andrew Thompson" <asteriskuser@aktzero.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, December 18, 2003 11:16 PM Subject: Re: [Asterisk-Users] SIP / X-ten Softphone> As with any debugging, you should try steps seperately... > > ----- Original Message ----- > From: "PBX" <pbx@tuxnetworking.com> > To: <asterisk-users@lists.digium.com> > Sent: Thursday, December 18, 2003 10:42 PM > Subject: [Asterisk-Users] SIP / X-ten Softphone > > > [1005] > > type=friend > > secret=1005 > > host=dynamic > > mailbox=1005 > > context=default >Add username=1005 to this sip.conf definition.> > > > > X-Lite Softphone > > > > Network->Out Bound SIP Proxy: (IP of *) > > > > SIP Proxy->Default->Enabled: Yes > > SIP Proxy->Default->UserName: 1005 > > SIP Proxy->Default->Password: 1005 > > SIP Proxy->Default->Domain/Realm: (IP of *) > > SIP Proxy->Default->SIP Proxy: (IP of *) > > SIP Proxy->Default->Send Internal IP: Always > > Take a look at some screenshots of X-Lite configs. I remember there beinga> line or two that wanted to have :5060 after the IP. > > As a side note, I gave up on X-Lite. I found it difficult to navigate the > configuration menus, and there was a background hum that isn't there if I > use sjphone, diax, or iaxcomm/iaxclient.---- Andrew Thompson http://aktzero.com/
Andrew--- Thank you for the Sjphone insight. I am liking this much better. I can register and call a extension now. I am having other issues. I'm sure it's just config issues though. Thanks... -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Andrew Thompson Posted At: Thursday, December 18, 2003 11:16 PM Posted To: Asterisk User Group Conversation: [Asterisk-Users] SIP / X-ten Softphone Subject: Re: [Asterisk-Users] SIP / X-ten Softphone As with any debugging, you should try steps seperately... ----- Original Message ----- From: "PBX" <pbx@tuxnetworking.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, December 18, 2003 10:42 PM Subject: [Asterisk-Users] SIP / X-ten Softphone> [1005] > type=friend > secret=1005 > host=dynamic > mailbox=1005 > context=defaultAdd user=1005 to this sip.conf definition.> > X-Lite Softphone > > Network->Out Bound SIP Proxy: (IP of *) > > SIP Proxy->Default->Enabled: Yes > SIP Proxy->Default->UserName: 1005 > SIP Proxy->Default->Password: 1005 > SIP Proxy->Default->Domain/Realm: (IP of *) > SIP Proxy->Default->SIP Proxy: (IP of *) > SIP Proxy->Default->Send Internal IP: AlwaysTake a look at some screenshots of X-Lite configs. I remember there being a line or two that wanted to have :5060 after the IP. As a side note, I gave up on X-Lite. I found it difficult to navigate the configuration menus, and there was a background hum that isn't there if I use sjphone, diax, or iaxcomm/iaxclient. ---- Andrew Thompson http://aktzero.com/ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users