返回列表 發帖

有關skype的使用

本帖最後由 浮雲1965 於 2013-6-3 18:09 編輯

請問各位有使用sip2sis的朋友,你們是如何打出skype call?

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

you can configure your own dialing preference after reading your examples.
for dialing out
- speed dial as above or
- skypeout

for dialing in
- skype in can be configured per user requirement or
- through IVR to proceed to other calls according to your own configuration

Most important is to make your siptosis working stable

TOP

我想搞清楚一個概念:
1. 我已搞掂siptosis及skype java client. 可以用手機個sip client, 連接siptosis, 打出skype電話。
2. 目前搞唔掂系siptosis同Elastix的連接。
我想問:
skype打入時, 是不是需要在Elastix上註冊一個分機, 比如1001, 然后inbound route接收到DID 1001, 就轉destination? 這個分機會註冊在哪里?不需要特別用個ATA註冊吧?
是不是skype打入, 同在Elastix內建立連接到siptosis的trunk沒有關係?我照教程建了trunk, 如何查看該trunk能正確連接到siptosis? 我照教程建立other device的分機(需要打出的skpye號的分機), 在裏面的dial欄目, 填入 service/xxxskype號  (service是trunk名, xxxskype是要打出的skype號碼)。 但是當我撥打這個skype分機時, 打不出呢。錯在哪里呢?

TOP

你即是跟網站setup 好,這樣就可以。

在asterisk create a simple IVR, 當skype in, asterisk 的IVR 會接,然後跟據設定控鍵打分機或其他功能。

你的elastix base 是 centos 5.X?
你設定single user 或trunk?

我的設定完全用APL,沒有GUI 協助。

TOP

本帖最後由 浮雲1965 於 2013-6-4 21:37 編輯

我是跟網站教程設置的,問題是打不出去,我肯定siptosis的設置沒有問題,因為我用手機softphone連接siptosis,可以註冊並且可以打出。只是換了elastix的trunk註冊,在elastix打不出去,不知道如何檢查trunk有沒有正常註冊。求詳細指導。

我是用centos 5.4
是單個channel. 沒有用trunk builder。

TOP

你不用Softphone,用hard phone是否有有试过呢?

TOP

How can you use softphone to connect to siptosis?

TOP

回復 7# 角色

在softphone很簡單的設置(name, password, ip, port),所以我想用ATA應該也可以的。現在我的問題是不知道Elastix內的trunk有沒有註冊到siptosis。請問如何經常呢?
還有,你們有沒有經驗使用建立Ext的custom ext? 裏面的dial欄,應該是填 trunk名/skype號。 這樣撥打這個custom ext就可以打出skype號了。但是我不成功,也找不到介紹的資料。

TOP

回復 8# ckleea

就像siptosis連接ATA一樣,只是我不用ATA, 而用softphone。

TOP

回復 2# Qnewbie
i don't understand your codes, because I am using Elastix, which have gui. do you have guide for Elastix?

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

回復 12# Qnewbie

我唔想用siptosis裏面的speed dial功能去打skype號,我想用Elastix內的功能代替。我的想法是建立一系列的Custom Extension代表不同的skype號,這樣就可以直接撥打這些Custom Extension去打skype號碼。而在定義Custom Extension時,裏面的Device Options 應該是可以定義用siptosis的trunk打出skype號的,格式如下:

Device Options
This device uses custom technology.
dial                skypetrunk/skype號碼

現在我的問題有2個:
第一、是不知道siptosis的trunk有沒有註冊上,(不知道如此在Elastix內查看)
第二、確定了第一後,我以上的用Custom Extension的方法設置不知道對不對。

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

有沒有有人能提供你們siptosis的各個配置檔sample?
SkypeToSipAuth.props
SkypeOutDialingRules.props
SipToSkypeAuth.props
siptosis.cfg
sipOutDialingRules.props

TOP

返回列表