ruby dialplan for sip to skype

Support zone
Post Reply
vad987
Posts: 26
Joined: Tue Jan 22, 2008 7:45 am

ruby dialplan for sip to skype

Post by vad987 » Sat Oct 25, 2008 8:06 am

Hi! the company optiroam.com offers free call sip to skype и skype to sip, through its gateway. Format dialing: - "skype + skypename", works fine. :D

exten => _06,1,Switch(skype+test@optiroam)

Can I write a ruby dialplan to match numbers and symbols, because skype login is made up of characters (test), or symbol and numbers (alex01). For simplicity can be in his client skype rename such alex01 in alex.
test equal to 8978
alex - 2539
Then dialplan may look like (eg)
exten => _06X.,1,Switch(skype+${dst:2}@optiroam)
Any ideas.
Thanks

MikeTelis
Posts: 1582
Joined: Wed Jul 30, 2008 6:48 am

Post by MikeTelis » Sat Oct 25, 2008 9:08 am

With my table-controlled dialplan, it's easy to implement this function (see Speeddial hash table).

Mike

User avatar
TheFug
Posts: 914
Joined: Sat Oct 06, 2007 8:23 am
Location: The Netherlands, North-Holland

Post by TheFug » Sat Oct 25, 2008 9:15 am

Just looked at that site, Optiroam, i see little information about the site/company itself,
it's an East block country, according to some texts in that language, Russian to me..... looks a nice feature, that Skype "port" but don't know, what should say to me, if i can trust those guys......
Thanks, The Fug.

gear: my ISP's Zyxel Modem/Router in bridge, Sitecom WL309 Router, Siemens Gigaset 301D

vad987
Posts: 26
Joined: Tue Jan 22, 2008 7:45 am

Post by vad987 » Sat Oct 25, 2008 9:20 am

MikeTelis thanks
TheFug english version https://customer.optiroam.com/index.php?lang=en

User avatar
TheFug
Posts: 914
Joined: Sat Oct 06, 2007 8:23 am
Location: The Netherlands, North-Holland

Post by TheFug » Sat Oct 25, 2008 9:30 am

vad987 wrote:MikeTelis thanks
TheFug english version https://customer.optiroam.com/index.php?lang=en
Thankyou, but still i see no information about Optiroam itself, I'm used to see a link to a "background story" or at least an address, but i can't find anything like that, so i'm a bit sceptic to "Optiroam"
do you think that's odd ?
Thanks, The Fug.

gear: my ISP's Zyxel Modem/Router in bridge, Sitecom WL309 Router, Siemens Gigaset 301D

vad987
Posts: 26
Joined: Tue Jan 22, 2008 7:45 am

Post by vad987 » Sat Oct 25, 2008 9:45 am

TheFug wrote:
vad987 wrote:MikeTelis thanks
TheFug english version https://customer.optiroam.com/index.php?lang=en
Thankyou, but still i see no information about Optiroam itself, I'm used to see a link to a "background story" or at least an address, but i can't find anything like that, so i'm a bit sceptic to "Optiroam"
do you think that's odd ?
everything I use, a project company ASTELNET.com


ASTELNET
Andrey Ivanov
Politickych veznu 15/ 934
11000 PRAGUE
CZECH REPUBLIC

phone: +420 210 555 111
fax-no: +420 210 555 112
Support company ASTELNET s.r.o.
+42(822) 11-00-11
+1(866) 730-09-35
+7(800) 333-54-63
skype optiroam.com

For all ext. 0555101

ahkamel
Posts: 46
Joined: Tue Nov 06, 2007 4:09 am
Contact:

sip to skype

Post by ahkamel » Fri Jan 09, 2009 9:18 am

vad987 wrote:Hi! the company optiroam.com offers free call sip to skype и skype to sip, through its gateway. Format dialing: - "skype + skypename", works fine.

exten => _06,1,Switch(skype+test@optiroam)

Can I write a ruby dialplan to match numbers and symbols, because skype login is made up of characters (test), or symbol and numbers (alex01). For simplicity can be in his client skype rename such alex01 in alex.
test equal to 8978
alex - 2539
Then dialplan may look like (eg)
exten => _06X.,1,Switch(skype+${dst:2}@optiroam)
Any ideas.
Thanks
What sip server should one use in order to add optiroam on the list of providers?

gbonnet
Site Admin
Posts: 680
Joined: Wed Jul 11, 2007 2:58 pm
Location: Bologna
Contact:

Post by gbonnet » Thu Feb 12, 2009 5:37 pm

Hi vad987,

Is that service still working ? Could you post some more info ?

Regarding "SIP to Skype", Gizmo5 does that as well, but "Skype to SIP", I didn't know it existed and I would be very interested.
Blueface [url=http://www.blueface.ie/]Phone[/url] Service

ahkamel
Posts: 46
Joined: Tue Nov 06, 2007 4:09 am
Contact:

Skype to SIP

Post by ahkamel » Thu Feb 12, 2009 5:50 pm

gbonnet,
you could do "Skype to SIP" through voxeo.

Post Reply