wasim@convergence.com.pk
2003-Apr-07 00:27 UTC
[Asterisk-Users] Quesiton about SIP and MSN
john:> Hi,I would like to ask a silly question. I want to test * with MSN > messager. I want to know if I should setup a SIP server in my LAN. Inope, good 'ol * should handle the SIP related stuff, specially with the recent advances in SIP handling capability... from the mailing list archives (google search "site:marko.net") for the m$n config side look at http://mcleod.pbx.nq.net/msn/ and for the * side in sip.conf here's a sample/simple entry [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls [sipper] ; sip userid put in m$n type=friend ; allow her to make & receive calls secret=heednone ; her password host=dynamic ; allow her to shift IPs> don't know what the MSN's sign-in name means. And how to configure it in > sip.conf and extensions.conf. A example would be appreciated.there is also a registry patch you can apply to get the dailpad during a call, set to "1" using regedit the HKEY_CURRENT_USER\Software\Microsoft\MessengerService\Corp2PC_Phone remember, the newer m$n (ala 5.0) doesn't have SIP support, so you'll have to use an older verion like 4.6 - wasim
Here is a minimal config.. ---for sip.conf--- [1235] type=friend host=dynamic ------------------ ---extensions.conf--- exten => 1235,1,Dial(SIP/1235) exten => 1235,2,Congestion --------------------- This is a very basic setup and you will have to investigate the various options to see what you need for your particular config.. The extension is 1235 which for simplicity is the same as the phone name but you can call the phone whatever you like just remember to change it in the extensios.conf file. For you sip client (MSN) the username will be "1235" (without the quotes) and the password will be blank.. Hope that helps.. ----- Original Message ----- From: "it" Date: Mon, 7 Apr 2003 08:31:19 -0700 To: Subject: [Asterisk-Users] Quesiton about SIP and MSN Hi,I would like to ask a silly question. I want to test * with MSN messager. I want to know if I should setup a SIP server in my LAN.? I? don't know what the MSN's sign-in name means. And how to configure it in sip.conf and extensions.conf.? A example would be appreciated. john -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Hi,I would like to ask a silly question. I want to test * with MSN messager. I want to know if I should setup a SIP server in my LAN. I don't know what the MSN's sign-in name means. And how to configure it in sip.conf and extensions.conf. A example would be appreciated. john -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030406/caaea54a/attachment.htm