wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
It's baaaaaaaaaack. Wanna take Skype for a test run on your PIAF2 server?
Code:
update-programs
and then
Code:
install-skype2
Once the install completes, apply this late-breaking patch from the command line and then reboot your server:
sed -i 's|*,play:clips/invalidDest.wav|#*,play:clips/invalidDest.wav|' /opt/siptosis/SkypeToSipAuth.props
Incoming Calls: If you'd prefer that inbound Skype calls not be routed to your default Incredible PBX destination, you can modify the setting in /etc/asterisk/extensions_override_freepbx.conf.
Search for mothership and replace: exten => mothership,1,Goto(app-daynight,1,1)
with something like this: exten => mothership,1,Dial(local/947@from-internal)
Then reload your dialplan: asterisk -rx "dialplan reload"
Outbound Skype Calls: You can test an outbound Skype call to nerdvittles for a Weather Report by Zip Code. It uses the routing code above.
To place outbound Skype calls using a SIP client such as X-Lite 4, use the following syntax: *nerdvittles
Installation Documentation: http://pbxinaflash.org/piaf6/docs/install-skype2.pdf