Displaying 1 result from an estimated 1 matches for "skype_joeschmo".
2009 Feb 17
0
Optimizing this script for calling Skype users from Asterisk
...;FOR MORE INFO
[general]
exten => _1333.,1,Goto(opensky,,1) ;COPY THIS CONFIG
exten => _333.,1,Goto(opensky,,1) ;INTO YOUR
exten => _skype[_].,1,Goto(opensky,,1) ;extensions.confexten =>
563,1,Dial(SIP/skype_echo123 at proxy01.sipphone.com<SIP/skype_joeschmo at proxy01.sipphone.com>)
;To dial a Skype user by dialing 563 in this example echo123
exten => echo,1,Dial(SIP/skype_echo123 at proxy01.sipphone.com<SIP/skype_joeschmo at proxy01.sipphone.com>)
;To dial a Skype name in this example echo will dial echo123
[opensky]
exten => _1.,1,...