Skype calls through ippi not working?

Support zone
Post Reply
Curious
Posts: 25
Joined: Wed Jan 20, 2010 4:00 am

Skype calls through ippi not working?

Post by Curious » Tue Jul 22, 2014 7:53 pm

Can anyone verify that Skype calls through ippi is not working?

There is no response from skype.ippi.com.
According to ippi support: "We see no problem on our side. Yet, new versions of Skype are not compatible with our gateway and as we do not have any possibility to modify it, we can not support them."
:(

DoDo
Posts: 182
Joined: Wed May 20, 2009 7:16 pm

Re: Skype calls through ippi not working?

Post by DoDo » Fri Jul 25, 2014 3:06 am

Try this to call any Skype User from SipSorcery.

Code: Select all

 when /^02/ then sys.Dial("*2SkypeUserName@sip.camundanet.com")  # Dial 02 to call SkypeUser
 when /^03/ then sys.Dial("*2SkypeUserName@sip.camundanet.com")  # Dial 03 to call Another SkypeUser 

Curious
Posts: 25
Joined: Wed Jan 20, 2010 4:00 am

Re: Skype calls through ippi not working?

Post by Curious » Fri Jul 25, 2014 6:35 am

I just found out Skype through ippi is working again.
Thank you DoDo, calling through camundanet also works. :D

Post Reply