Robert Boardman
2004-Aug-20 15:31 UTC
[Asterisk-Users] BT Communicator (SIP???) and Asterisk
Hi All BT are providing a SIP gateway for PSTN through the BT communicator with Yahoo Messenger, I have done an ethereal trace and found that the BT Communicator side of the software is using SIP, so in theory I could add more PSTN lines to Asterisk for BT using SIP, but I am having problems deciphering the trace so my question is has anyone else tried to get BT Communicator work with Asterisk, or would someone be willing to help get this SIP provider to work? If you want more information about the BT communicator go to http://www.bt.com/btcommunicator/index.jsp just a quick run down of features 1) Home home rings BT Communicator rings (I think) 2) up to 5 different sip Users at once ie 5 extra home phone lines 3) Can dial almost any standard phone line ( no Premium or 1xxxx numbers) based on you standard BT Tariff Thanks in advance for your help Robb
On Fri, 20 Aug 2004, Robert Boardman wrote:> BT are providing a SIP gateway for PSTN through the BT communicator with > Yahoo Messenger, I have done an ethereal trace and found that the BT > Communicator side of the software is using SIP, so in theory I could add > more PSTN lines to Asterisk for BT using SIP, but I am having problems > deciphering the trace so my question is has anyone else tried to get BT > Communicator work with Asterisk, or would someone be willing to help get > this SIP provider to work?The only issue with it working with Asterisk is the current lack of reasonable Outbound Proxy support - or BT telling you where a direct SIP regitration server is (I've looked for one and failed). Otherwise it's easy, I've used Communicator with a range of the usual soft phones (X-lite etc.).
Whisker, Peter
2004-Sep-06 01:18 UTC
[Asterisk-Users] BT Communicator (SIP???) and Asterisk
I have tried to get this working, but can not get it to authorise: I created my Communicator logon from a Yahoo account (not a btinternet account). Assuming my Yahoo username is "<username>", BT Communicator software logs on to the SIP proxy as "<username>.brz@brinternet.com" according to the trace which seems a little odd. What is the ".brz" bit for? I have tried the password I set up in the BT Communicator phone but it is being rejected with Authorization failure. I have also tried the Yahoo password and that is also being rejected. I can only assume that they also do some transformation on the password. Any ideas? Thanks Peter -----Original Message----- From: gARetH baBB [mailto:hick.asterisk@gink.org] Sent: 28 August 2004 12:42 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] BT Communicator (SIP???) and Asterisk On Mon, 23 Aug 2004, Robert Boardman wrote:> Heartened by your that you have got x-lite working, I have been trying, > but failing to now get x-lite working, don suppose you could send me a > quick screen shot of you x-lite settings?Not really, but it's not hard to get going. Presuming you have an account username@btinternet.com, in System Settings->SIP Proxy->Default you put: Display name: username Username: username Authorizarion User: username Password: [password] Domain/Realm: btinternet.com SIP Proxy: sip.btcommunicator.bt.net Out Bound Proxy: sip.btcommunicator.bt.net I must get round to playing with the simple Outbound Proxy stuff in Asterisk CVS - though I think it's a global Outbound Proxy so not really useful to use in earnest. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Whisker, Peter
2004-Sep-06 03:43 UTC
[Asterisk-Users] BT Communicator (SIP???) and Asterisk
MMm Got it authenticated at last. Generating the right MD5 hash was a help! But it is only working on one copy of asterisk (this morning's CVS) so I will rebuild the other. Below are my sip.conf settings if it helps anyone. You may need to trace the login from BT Communicator to see if you need the .brz or something else. Now to try to get it to work! Peter sip.conf ======= register => username.brz@btinternet.com:password@sip.btcommunicator.bt.net/sip.btcommuni cator.bt.net [sip.btcommunicator.bt.net] type=peer canreinvite=no externip=213.86.115.71 username=username.brz authuser=username.brz fromdomain=btinternet.com fromuser=username.brz md5secret=<md5hash> host=sip.btcommunicator.bt.net ;/etc/asterisk# echo -n "username.brz@btinternet.com:btinternet.com:password" | md5sum ;<md5hash> - Peter -----Original Message----- From: Whisker, Peter [mailto:Peter.Whisker@logicacmg.com] Sent: 06 September 2004 09:18 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] BT Communicator (SIP???) and Asterisk I have tried to get this working, but can not get it to authorise: I created my Communicator logon from a Yahoo account (not a btinternet account). Assuming my Yahoo username is "<username>", BT Communicator software logs on to the SIP proxy as "<username>.brz@brinternet.com" according to the trace which seems a little odd. What is the ".brz" bit for? I have tried the password I set up in the BT Communicator phone but it is being rejected with Authorization failure. I have also tried the Yahoo password and that is also being rejected. I can only assume that they also do some transformation on the password. Any ideas? Thanks Peter -----Original Message----- From: gARetH baBB [mailto:hick.asterisk@gink.org] Sent: 28 August 2004 12:42 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] BT Communicator (SIP???) and Asterisk On Mon, 23 Aug 2004, Robert Boardman wrote:> Heartened by your that you have got x-lite working, I have been trying, > but failing to now get x-lite working, don suppose you could send me a > quick screen shot of you x-lite settings?Not really, but it's not hard to get going. Presuming you have an account username@btinternet.com, in System Settings->SIP Proxy->Default you put: Display name: username Username: username Authorizarion User: username Password: [password] Domain/Realm: btinternet.com SIP Proxy: sip.btcommunicator.bt.net Out Bound Proxy: sip.btcommunicator.bt.net I must get round to playing with the simple Outbound Proxy stuff in Asterisk CVS - though I think it's a global Outbound Proxy so not really useful to use in earnest. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.