News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Problem with siptosis and skype

Started by HenriqueBR, April 13, 2012, 07:10:57 PM

Previous topic - Next topic

HenriqueBR

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?

RonR

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.

HenriqueBR

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

RonR

Quote from: HenriqueBR on April 13, 2012, 09:12:40 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.

HenriqueBR

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