asterisk-13 具有劃時(shí)代的愿意,特別是PJSIP協(xié)議棧的引入。我們第一時(shí)間對(duì)asterisk-13 進(jìn)行了基本測試,通過和VOS 對(duì)接的實(shí)例,對(duì)接測試呼叫正常。以下是呼叫配置文件:
1)pjsip.conf 配置文件:
[6001]
type=endpoint
context=from-test
disallow=all
allow=ulaw
transport=simpletrans
auth=auth6001
aors=6001
[simpletrans]
type=transport
protocol=udp
bind=0.0.0.0
[auth6001]
type=auth
auth_type=userpass
password=6001
username=6001
[6001]
type=aor
max_contacts=1
contact=sip:6001@192.168.1.102:5060
[mytrunk]
type=registration
transport=simpletrans
outbound_auth=mytrunk
server_uri=sip:60102@VOS IP地址
client_uri=sip:60102@VOS IP 地址
retry_interval=60
support_path=true
contact_user=mytrunk
forbidden_retry_interval=10
auth_rejection_permanent=true
[mytrunk]
type=auth
username=60102 // VOS 帳號(hào)
password=密碼
[mytrunk]
type=aor
contact=sip:VOS 地址:5060
[mytrunk]
type=endpoint
transport=simpletrans
context=from-test
disallow=all
allow=ulaw,alaw,gsm,g726,g729
outbound_auth=mytrunk
aors=mytrunk
from_user=60102
2) 撥號(hào)規(guī)則。做呼出測試:
[from-test]
exten => 100,1,Dial(PJSIP/呼叫的號(hào)碼@mytrunk)
exten => 100,2,hangup
3)注意,呼叫前必須確認(rèn)trunk 成功注冊,執(zhí)行CLI 命令:
pjsip show registrations, 確認(rèn)成功注冊。