返回列表 發帖
http://www.mhspot.com/sts/siptosis_config_issues.html

How do I call a Skype User when I can only dial numbers on my phone?
You can add mappings to SkypeOutDialingRules.props or if using a PBX, you can map them there. If your Skype client has speed dial, you can map numbers to users there also. To use the built in mapping features add patterns to SkypeOutDialingRules.props like this:

^([1-9][0-9]{6})$:+1561$1
^([1-9][0-9]{9})$:+1$1
^([0-9]{7,})$:+$1
^50$:skypeusertocall1
^51$:skypeusertocall2
^52$:skypeusertocall3
^53$:skypeusertocall4

The first 3 lines handle SkypeOut calls using standard U.S. style 7, 10 and 11 digit and International dialing. Change the 1st line's area code as needed. The rest of the lines perform number to Skype User translations.
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

本帖最後由 Qnewbie 於 2013-6-5 04:12 編輯

回復 11# 浮雲1965


    This is sip2sis' configuration file, which defines the speed-dial numbers for your skype.

What you should do in Elastix is to define an outbound route that matches your speed-dial numbers.

For more detail for configuring FreePBX:
http://www.mhspot.com/sts/siptosis_skype_trunk_howto.html

Note that the screen shot is taken from FreePBX but I think it is similar to that of Elastix.
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

第一、是不知道siptosis的trunk有沒有註冊上,(不知道如此在Elastix內查看)

Actually, you can put
  1. qualify=yes
複製代碼
in your siptosis trunk. At asterisk CLI write this command
  1. sip show peers
複製代碼
第二、確定了第一後,我以上的用Custom Extension的方法設置不知道對不對。

Just set&call skype's echo123
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

返回列表