Hervé THIBAUD
2003-Jun-11 02:11 UTC
[Asterisk-Users] Newbie : i try and test to use asterisk
I try to use X-lite with asterisk on intranet In sip.conf i have [general] port = 5060 bindaddr = 0.0.0.0 context = default [roseau] type=friend host=dynamic dtmfmode=inband context=sip [bambou] type=friend host=dynamic dtmfmode=inband context=sip and in extensions.conf [sip] exten => 1000,1,Dial,SIP/roseau exten => 2000,1,Dial,SIP/bambou i use X-Lite on windows in setup ; Display name : roseau user name : 1000 authorization user : <same as user name> Password : Domain/Realme : 192.168.0.2 SIP Proxy : 192.168.0.2:5060 ; i can't have this field empty i obtain in /var/log/messages when i try to call [handle_request]: Registration from 'roseau '<sip:1000@192.168.0.2>' failed for '192.168.0.4' Is anybody help me to start please regards (and very sorry for my english)
Stefano Finetti
2003-Jun-11 02:50 UTC
[Asterisk-Users] Newbie : i try and test to use asterisk
> > i use X-Lite on windows > in setup ; > > Display name : roseau > user name : 1000 > authorization user : <same as user name> > Password : > Domain/Realme : 192.168.0.2 > SIP Proxy : 192.168.0.2:5060 ; i can't have this field empty >You're using a username that is different from [username] in sip.conf. You can configure X-lite as username: roseau for example, or to add in sip.conf, for each phone, a username=xxxxx field. [roseau] type=friend host=dynamic dtmfmode=inband context=sip username=1000 -- Stefano
Andy Powell
2003-Jun-11 02:52 UTC
[Asterisk-Users] Newbie : i try and test to use asterisk
Hi, You need to change your settings in X-lite:>Display name : roseau >user name : 1000 <--- this is wrong! >authorization user : <same as user name> >Password : >Domain/Realme : 192.168.0.2 >SIP Proxy : 192.168.0.2:5060 ; i can't have this field emptyto: user name : roseau (That should match the definition in sip.conf so on the other Pc you would use bambou) authorization user : <same as user name> Password : Domain/Realme : <ip of the pc xlite is running on> SIP Proxy : <ip of asterisk box>:5060 HTH Andy *********** REPLY SEPARATOR *********** On 11/06/2003 at 11:11 Herv? THIBAUD wrote:>I try to use X-lite with asterisk on intranet > >In sip.conf i have > >[general] >port = 5060 >bindaddr = 0.0.0.0 >context = default > >[roseau] >type=friend >host=dynamic >dtmfmode=inband >context=sip > >[bambou] >type=friend >host=dynamic >dtmfmode=inband >context=sip > >and in extensions.conf > >[sip] >exten => 1000,1,Dial,SIP/roseau >exten => 2000,1,Dial,SIP/bambou > >i use X-Lite on windows >in setup ; > >Display name : roseau >user name : 1000 >authorization user : <same as user name> >Password : >Domain/Realme : 192.168.0.2 >SIP Proxy : 192.168.0.2:5060 ; i can't have this field empty > >i obtain in /var/log/messages when i try to call >[handle_request]: Registration from 'roseau '<sip:1000@192.168.0.2>' failed >for '192.168.0.4' > >Is anybody help me to start please > >regards (and very sorry for my english) > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users