[asterisk-users] Failure of user registration with XLITE

2009-11-08 Thread giancarlo lombardo
Dear all, I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get the error: *Registration error: 404 Not found* Here my configuration file of asterisk: *[r...@dhcppc0 asterisk]# vi sip.conf [gianca] type=friend username=gianca secret=pwd_gianca host=dynamic context=tutorial*

Re: [asterisk-users] Failure of user registration with XLITE

2009-11-08 Thread Ahmed Ossama
Hello, Try this in X-Lite config section: /Display Name: gianca/ /Username: //gianca/ /Password: pwd_gianca/ /Authorization User Name: //gianca/ /Domain: 192.168.1.100 / Ahmed Ossama giancarlo lombardo wrote: Dear all, I'm setting up a connection via XLITE softphone and asterisk 1.4 but I

Re: [asterisk-users] Failure of user registration with XLITE

2009-11-08 Thread giancarlo lombardo
Ciao, the problem is still present, does anyone have some other suggestion ? Below the output of CLI with debug option on XLITE IP and show peers command: *dhcppc0*CLI --- SIP read from 192.168.1.116:14166 --- REGISTER sip:192.168.1.100 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.116:14166

Re: [asterisk-users] Failure of user registration with XLITE

2009-11-08 Thread Lyle Giese
/[r...@dhcppc0 asterisk]# vi extensions.conf [tutorial] exten = 1234,1,Dial(SIP,gianca)/ /exten = 12345,1,Dial(SIP,giusy) / Here the XLITE user data: /Display Name: gianca/ /Username: 1234/ /Password: pwd_gianca/ /Authorization User Name: 1234/ /Domain: 192.168.1.100/

Re: [asterisk-users] Failure of user registration with XLITE

2009-11-08 Thread giancarlo lombardo
Thanks, it works !!! 2009/11/8 Lyle Giese l...@lcrcomputer.net /[r...@dhcppc0 asterisk]# vi extensions.conf [tutorial] exten = 1234,1,Dial(SIP,gianca)/ /exten = 12345,1,Dial(SIP,giusy) / Here the XLITE user data: /Display Name: gianca/ /Username: 1234/ /Password: pwd_gianca/