|
|
OSSLab::開放軟體實驗室(Open Source Software Lab) > 實驗專案 > Asterisk > Tips > Skype > Skype for Asterisk (SFA Digium)
Skype for Asterisk (SFA Digium)從 $1內容表格
這是由 Asterisk & Skype 兩大官方合作的商用解決方案產品。這有別於其他使用 Skype API 的外掛方式來開發的方案,相較之下,這個無論是在通話品質或功能整合性都會比較好。 SFA 的優點:
安裝前需求
安裝開始// 註冊授權資訊 cd /usr/src wget http://downloads.digium.com/pub/register/x86-32/register chmod 500 register ./register Please select a category 1 - Digium Products 2 - Cepstral Products 0 - Quit Your Choice: 1 <=== You selected 1, Digium Products Please select a product 1 - Asterisk Business Edition 2 - Asterisk Business Edition C Expansion 3 - Asterisk For Smart Cube 4 - Asterisk For Smart Cube Expansion 5 - G.729 Codec 6 - High Performance Echo Can 7 - Skype For Asterisk 8 - Fax for Asterisk 9 - Free Fax for Asterisk 10 - Vestec Speech Engine 0 - Quit Your Choice: 7 <=== Please enter your Key-ID: 輸入 email 內的 Key 序號 Do you want to register this key now(y/n) y <== Do you accept this licensing agreement (y/n)? y <== First Name: 以下都隨便寫 Last Name: ..... // 安裝模組 cd /usr/src wget http://downloads.digium.com/pub/telephony/skypeforasterisk/asterisk-1.4/x86-32/skypeforasterisk-1.4_1.0.9.2-x86_32.tar.gz tar -xvzf skypeforasterisk-1.4_1.0.9.2-x86_32.tar.gz cd skypeforasterisk-1.4_1.0.9.2-x86_32.tar.gz make make install make samples 設定 Skype 模組// 編輯 /etc/asterisk/chan_skype.conf ; 作 Skype 撥出將會使用這個預設的 Skype 帳號,而且它必須是從 SBP 所新增的帳號 default_user=skype-account ; ************* ; USER SECTIONS ; ************* [skype-account] secret=passofskype context=from-pstn exten=skype-account [skype-account-2] secret=passofskype context=from-pstn exten-skype-account-2 註:[...] 填入 Skype 帳號,secret 填入 Skype 密碼,exten 填入 Skype 帳號 設定 Elastix// 設定 Inbound Route (Skype -> SIP) Description: <自定義> // 設定 Outbound Route (SIP -> Skype) Add Extension FAQ執行 CLI> skype show users,總是出現 Logged Out? 參考教學
標籤:
|