[Asterisk-Users] SIP / X-ten Softphone

2003-12-18 Thread PBX
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] SIP / X-ten Softphone

2003-12-18 Thread Sean Cheesman
try adding username=1005 under [1005] and see if that helps

-Original Message-
From: PBX [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 10:42 PM
To: [EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP / X-ten Softphone

2003-12-18 Thread Andrew Thompson
As with any debugging, you should try steps seperately...

- Original Message -
From: PBX [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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 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: Always

Take 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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP / X-ten Softphone

2003-12-18 Thread Andrew Thompson
Typo...

- Original Message -
From: Andrew Thompson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 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 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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP / X-ten Softphone

2003-12-18 Thread Chandra
if u are using NAT,

try adding
nat=yes
canreinvite=no
qualify=500

in your [1005]

- Original Message - 
From: Sean Cheesman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 19, 2003 9:31 AM
Subject: RE: [Asterisk-Users] SIP / X-ten Softphone


 try adding username=1005 under [1005] and see if that helps
 
 -Original Message-
 From: PBX [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 18, 2003 10:42 PM
 To: [EMAIL PROTECTED]
 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
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] SIP / X-ten Softphone

2003-12-18 Thread PBX
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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 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: Always

Take 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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users