Displaying 1 result from an estimated 1 matches for "voipdomain".
Did you mean:
topdomain
2014 Feb 03
1
Incoming Fax Issue with Asterisk 11.7 and Digium Fax
...videosupport=yes
callevents=yes
qualify=yes
nat=force_rport,comedia
faxdetect=yes
t38pt_udptl=yes,redundancy,maxdatagram=400
directrtpsetup=yes
disallow=all
allow=ulaw
allow=alaw
and the corresponding Peer
[sipcall.ch]
type=peer
insecure=invite
defaultuser=123456789
fromuser=123456789
fromdomain=voipdomain.com
secret=gueswhat
host=voipdomain.com
qualify=yes
context=from-sip
dtmfmode=rfc2833
callbackextension=123456789
the Dialplan
[inbound]
exten => _X.,1,Answer()
exten => _X.,n,Set(DB(lastcaller/number)=${CALLERID(num)})
exten => _X.,n,GotoIf(${BLACKLIST()}?black,1)
exten => _X.,n,Wait...