NWT NetTalk Asterisk SIP Settings
| 本帖最後由 角色 於 2013-11-7 00:03 編輯 
 It was found (shown below) that the switch of NWT is the same as ComNet Phone, therefore the settings for ComNet Phone is also applicable to NWT Internet/Broadband Phone.
 
 sip.conf
 extension.conf複製代碼register => 33445566:password@ngn2.nwtbb.com/33445566
[nwt-nettalk]
username=33445566
type=peer
secret=password
qualify=yes
port=5060
insecure = port,invite
host=ngn2.nwtbb.com
fromusername=33445566
fromuser=33445566
fromdomain=home1.com
dtmfmode = rfc2833
canreinvite = no
defaultexpirey=300
context = from-nwt-nettalk
asterisk.conf複製代碼[trunk-nwt-nettalk-122]
exten => _122.,1,Dial(SIP/${EXTEN:3}@nwt-nettalk,,)
exten => _122.,n,Hangup()
[internal]
include => trunk-nwt-nettalk-122
[from-nwt-nettalk]
exten => 33445566,1,Dial(SIP/2004)
複製代碼[options]
internal_timing = yes
 |