Displaying 1 result from an estimated 1 matches for "sip_local".
Did you mean:
ip_local
2006 Oct 19
0
question about asterisk txFAX
I have installed the libtiff(3.5.7),spandsp-0.0.2pre24,app_txfax and
app_rxfax,asterisk-1.2.12.1 on the CentOS 4.2.
I set sip.conf like this:
[sip_local]
host=192.168.2.111
type=friend
dtmfmode=rfc2833
canreinvite=no
insecure=very
I set extensions.conf like this:
[test]
exten=>_9001XXXX,1,Set(CALLERID=${EXTEN})
exten=>_9001XXXX,n,dial(SIP/${EXTEN}@sip_local)
exten=>_9001XXXX,n,hangup
[fax]
exten=>_9002XXXX,n,SetVar(FAXFILE...