中文字幕无码久久精品,13—14同岁无码A片,99热门精品一区二区三区无码,菠萝菠萝蜜在线观看视频高清1

 首頁 > 新聞 > 專家觀點 >

如何使用Asterisk-13對接VOS呼出

2014-12-29 11:29:23   作者:   來源:CTI論壇   評論:0  點擊:


  asterisk-13 具有劃時代的愿意,特別是PJSIP協(xié)議棧的引入。我們第一時間對asterisk-13 進(jìn)行了基本測試,通過和VOS 對接的實例,對接測試呼叫正常。以下是呼叫配置文件:

  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 帳號

  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) 撥號規(guī)則。做呼出測試:

  [from-test]
  exten => 100,1,Dial(PJSIP/呼叫的號碼@mytrunk)
  exten => 100,2,hangup

  3)注意,呼叫前必須確認(rèn)trunk 成功注冊,執(zhí)行CLI 命令:

  pjsip show registrations, 確認(rèn)成功注冊。

相關(guān)熱詞搜索: 開源 Asterisk Asterisk-13

上一篇:客服型呼叫中心處理客戶投訴技巧

下一篇:最后一頁

分享到: 收藏

專題