|
Title: Problem with siptosis and skype Post by: HenriqueBR on April 13, 2012, 07:10:57 pm Hi,
Setup siptosis alright, can call any number with skypeout. But the problem is calling users in my contact list. My sipoutdialingrules.props has: ^99$:xx when dialing **3#199 (**3 is the access code I made for siptosis) it disconnects, in the siptosis log there these lines 2012-04-13 23:03:11,475 incoming sip call from <sip:vg1@192.168.2.138> callee=<sip:%23199@192.168.2.138> ReqLineUser=%23199 2012-04-13 23:03:11,477 Skype Dial:%23199 In obihai call history: Call 2 04/14/2012 00:03:21 Terminal ID PHONE1 SP2 Peer Name Peer Number **3#199 #199@192.168.2.138:5070 Direction Outbound Outbound 00:03:21 New Call 00:03:24 End Call (404 Not Found) where is my problem? can anyone give some advice? Title: Re: Problem with siptosis and skype Post by: RonR on April 13, 2012, 07:23:48 pm I believe you should be making an entry in SkypeOutDialingRules.props:
^99$:echo123 If your SipToSis access code from the OBi is **3, you would dial **399 in order to have Skype call echo123. Title: Re: Problem with siptosis and skype Post by: HenriqueBR on April 13, 2012, 09:12:40 pm ok, made the entry in SkypeOutDialingRules.props
when dialing **3#199, (#1 is the prefix in siptosis) skype tries to call "%2399" looks like obihai or siptosis aren't translating %23 to the pound sign Title: Re: Problem with siptosis and skype Post by: RonR on April 13, 2012, 09:17:58 pm when dialing **3#199, (#1 is the prefix in siptosis) I don't understand this. You should only need **3 or #1, not both. Title: Re: Problem with siptosis and skype Post by: HenriqueBR on April 13, 2012, 09:26:02 pm oh you're correct
I was making two mistakes, writing the entry in the wrong file and misunderstood the siptosis faq where it says to use #1 as a prefix, but that was pretending the #1 was a dialplan just tested **399 after making the correct entry and it worked! thank you again |