Balaji NJL
2003-Dec-03 02:07 UTC
[Asterisk-Users] unable to make it work with MSN Messenger
Hi All, I am a newb to *. My setup is on Rh 7.2 and i d/led the build on Dec 1st. i hv installed X-Lite on two of my laptops. i am able to make calls between X-Lite (Ext 2000 and 2001) . i configured MSN as ext 2002. When ever i am trying to log on using MSN it rejects my password. the following are my config files. [general] port = 5060 bindaddr = 0.0.0.0 context = bogon-calls [2002] type=friend host=dynamic insecure=yes dtmfmode=inband context=from-sip mailbox=2002 [2000] type=friend username=2000 secret=qweqwe auth=md5 host=dynamic context=from-sip dtmfmode=inband mailbox=2000 [2001] type=friend username=2001 secret=asdasd auth=md5 host=dynamic context=from-sip dtmfmode=inband mailbox=2001 extension.conf [general] static=yes writeprotect=yes [bogon-calls] exten => _.,1,Congestion [from-sip] ;2000 exten => 2000,1,Dial(SIP/2000,20) exten => 2000,2,Voicemail(u2000) exten => 2000,102,Voicemail(b2000) exten => 2000,103,Hangup ;2001 exten => 2001,1,Dial(SIP/2001,20) exten => 2001,2,Voicemail(u2001) exten => 2001,102,Voicemail(b2001) exten => 2001,103,Hangup ;2002 exten => 2002,1,Dial(SIP/2002,20) exten => 2002,2,Voicemail(u2002) exten => 2002,102,Voicemail(b2002) exten => 2002,103,Hangup ;2999 Voice mail exten => 2999,1,VoicemailMain(${CALLERIDNUM}) voicemail.conf [general] ;format=wav format=gsm [local] 2000 => 1234,Balaji NJL,root@localhost 2001 => 5678,Ojasvi Sinha,root@localhost 2002 => 1234, Balaji NJL,root@localhost Any idea whats the issue. any help appreciated. thanks, -Balaji --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031203/9bd8bf51/attachment.htm
Roy Sigurd Karlsbakk
2003-Dec-03 02:33 UTC
[Asterisk-Users] unable to make it work with MSN Messenger
Prolly change the auth= to plaintext... On Wed, 2003-12-03 at 10:07, Balaji NJL wrote:> Hi All, > > I am a newb to *. My setup is on Rh 7.2 and i d/led the build on Dec > 1st. i hv installed X-Lite on two of my laptops. i am able to make > calls between X-Lite (Ext 2000 and 2001) . i configured MSN as ext > 2002. When ever i am trying to log on using MSN it rejects my > password. > > the following are my config files. > > [general] > port = 5060 > bindaddr = 0.0.0.0 > context = bogon-calls > > [2002] > > type=friend > host=dynamic > insecure=yes > dtmfmode=inband > context=from-sip > mailbox=2002 > > [2000] > > type=friend > username=2000 > secret=qweqwe > auth=md5 > host=dynamic > context=from-sip > dtmfmode=inband > mailbox=2000 > > [2001] > > type=friend > username=2001 > secret=asdasd > auth=md5 > host=dynamic > context=from-sip > dtmfmode=inband > mailbox=2001 > > extension.conf > > [general] > > static=yes > writeprotect=yes > > [bogon-calls] > > exten => _.,1,Congestion > > [from-sip] > ;2000 > exten => 2000,1,Dial(SIP/2000,20) > exten => 2000,2,Voicemail(u2000) > exten => 2000,102,Voicemail(b2000) > exten => 2000,103,Hangup > > ;2001 > exten => 2001,1,Dial(SIP/2001,20) > exten => 2001,2,Voicemail(u2001) > exten => 2001,102,Voicemail(b2001) > exten => 2001,103,Hangup > > ;2002 > exten => 2002,1,Dial(SIP/2002,20) > exten => 2002,2,Voicemail(u2002) > exten => 2002,102,Voicemail(b2002) > exten => 2002,103,Hangup > > ;2999 Voice mail > exten => 2999,1,VoicemailMain(${CALLERIDNUM}) > > voicemail.conf > > [general] > > ;format=wav > format=gsm > > [local] > > 2000 => 1234,Balaji NJL,root@localhost > 2001 => 5678,Ojasvi Sinha,root@localhost > 2002 => 1234, Balaji NJL,root@localhost > > > Any idea whats the issue. any help appreciated. > > thanks, > -Balaji > > > > ______________________________________________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now
Balaji NJL
2003-Dec-03 09:50 UTC
[Asterisk-Users] unable to make it work with MSN Messenger
forgot to mention the MSN v is 4.7.2009 thanks, -B ----- Original Message ----- From: Balaji NJL To: asterisk-users@lists.digium.com Sent: Wednesday, December 03, 2003 1:07 AM Subject: [Asterisk-Users] unable to make it work with MSN Messenger Hi All, I am a newb to *. My setup is on Rh 7.2 and i d/led the build on Dec 1st. i hv installed X-Lite on two of my laptops. i am able to make calls between X-Lite (Ext 2000 and 2001) . i configured MSN as ext 2002. When ever i am trying to log on using MSN it rejects my password. the following are my config files. [general] port = 5060 bindaddr = 0.0.0.0 context = bogon-calls [2002] type=friend host=dynamic insecure=yes dtmfmode=inband context=from-sip mailbox=2002 [2000] type=friend username=2000 secret=qweqwe auth=md5 host=dynamic context=from-sip dtmfmode=inband mailbox=2000 [2001] type=friend username=2001 secret=asdasd auth=md5 host=dynamic context=from-sip dtmfmode=inband mailbox=2001 extension.conf [general] static=yes writeprotect=yes [bogon-calls] exten => _.,1,Congestion [from-sip] ;2000 exten => 2000,1,Dial(SIP/2000,20) exten => 2000,2,Voicemail(u2000) exten => 2000,102,Voicemail(b2000) exten => 2000,103,Hangup ;2001 exten => 2001,1,Dial(SIP/2001,20) exten => 2001,2,Voicemail(u2001) exten => 2001,102,Voicemail(b2001) exten => 2001,103,Hangup ;2002 exten => 2002,1,Dial(SIP/2002,20) exten => 2002,2,Voicemail(u2002) exten => 2002,102,Voicemail(b2002) exten => 2002,103,Hangup ;2999 Voice mail exten => 2999,1,VoicemailMain(${CALLERIDNUM}) voicemail.conf [general] ;format=wav format=gsm [local] 2000 => 1234,Balaji NJL,root@localhost 2001 => 5678,Ojasvi Sinha,root@localhost 2002 => 1234, Balaji NJL,root@localhost Any idea whats the issue. any help appreciated. thanks, -Balaji --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031203/ed1bf4da/attachment.htm
Balaji NJL
2003-Dec-03 23:54 UTC
[Asterisk-Users] unable to make it work with MSN Messenger
these are the various options i tried ---------------------------------------- [2002] type=friend host=dynamic insecure=yes dtmfmode=inband context=from-sip mailbox=2002 auth=plaintext ------------------------------------------- ---------------------------------------- [2002] type=friend host=dynamic username=2002 insecure=yes dtmfmode=inband context=from-sip mailbox=2002 auth=plaintext ------------------------------------------- [2002] type=friend host=dynamic insecure=yes ;dtmfmode=inband dtmfmode=rfc2833 context=from-sip mailbox=2002 auth=plaintext still no luck. Under signin name i typed 2002, username 2002 password blank. the screen pops up for password again and again. i tried disabling my Internet connection firewall still no luck. this the o/p of CLI> sip show users Username Secret Authen Def.Context A/C 2001 asdasd md5 from-sip No 2000 qweqwe md5 from-sip No 2002 plaintext from-sip No file*CLI> My MSN v is 4.7. any idea whats the problem. thanks for ur time. -B ----- Original Message ----- From: "Roy Sigurd Karlsbakk" <roy@karlsbakk.net> To: "Asterisk Users" <asterisk-users@lists.digium.com> Sent: Wednesday, December 03, 2003 1:33 AM Subject: Re: [Asterisk-Users] unable to make it work with MSN Messenger> Prolly change the auth= to plaintext... > > On Wed, 2003-12-03 at 10:07, Balaji NJL wrote: > > Hi All, > > > > I am a newb to *. My setup is on Rh 7.2 and id/led the build on Dec> > 1st. i hv installed X-Lite on two of my laptops. iam able to make> > calls between X-Lite (Ext 2000 and 2001) . iconfigured MSN as ext> > 2002. When ever i am trying to log on using MSN itrejects my> > password. > > > > the following are my config files. > > > > [general] > > port = 5060 > > bindaddr = 0.0.0.0 > > context = bogon-calls > > > > [2002] > > > > type=friend > > host=dynamic > > insecure=yes > > dtmfmode=inband > > context=from-sip > > mailbox=2002 > > > > [2000] > > > > type=friend > > username=2000 > > secret=qweqwe > > auth=md5 > > host=dynamic > > context=from-sip > > dtmfmode=inband > > mailbox=2000 > > > > [2001] > > > > type=friend > > username=2001 > > secret=asdasd > > auth=md5 > > host=dynamic > > context=from-sip > > dtmfmode=inband > > mailbox=2001 > > > > extension.conf > > > > [general] > > > > static=yes > > writeprotect=yes > > > > [bogon-calls] > > > > exten => _.,1,Congestion > > > > [from-sip] > > ;2000 > > exten => 2000,1,Dial(SIP/2000,20) > > exten => 2000,2,Voicemail(u2000) > > exten => 2000,102,Voicemail(b2000) > > exten => 2000,103,Hangup > > > > ;2001 > > exten => 2001,1,Dial(SIP/2001,20) > > exten => 2001,2,Voicemail(u2001) > > exten => 2001,102,Voicemail(b2001) > > exten => 2001,103,Hangup > > > > ;2002 > > exten => 2002,1,Dial(SIP/2002,20) > > exten => 2002,2,Voicemail(u2002) > > exten => 2002,102,Voicemail(b2002) > > exten => 2002,103,Hangup > > > > ;2999 Voice mail > > exten => 2999,1,VoicemailMain(${CALLERIDNUM}) > > > > voicemail.conf > > > > [general] > > > > ;format=wav > > format=gsm > > > > [local] > > > > 2000 => 1234,Balaji NJL,root@localhost > > 2001 => 5678,Ojasvi Sinha,root@localhost > > 2002 => 1234, Balaji NJL,root@localhost > > > > > > Any idea whats the issue. any help appreciated. > > > > thanks, > > -Balaji > > > > > > > >______________________________________________________________________> > Do you Yahoo!? > > Free Pop-Up Blocker - Get it now > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/