[Asterisk-Users] Incoming fax on voipbuster
rene_404
rene_404 at thekrofties.net
Thu Jan 19 09:10:55 MST 2006
Hello,
I'm trying to receive a fax to my inbound number from voipbuster.
Asterisk receives the call and starts the rxfax application successful,
but then nothing happens. The calling party is still hearing a ringing
tone, or sometimes nothing. Voicecalls are working correct and without
problems.
For testing I've add a local number (300) to the dialplan. When I call
this number everything works OK, I hear the fax beeps.
The config and the dialplan for the localnumber and the voipbuster are the
some. What could be wrong?
Using: Asterisk 1.2.1 / SpanDSP 0.2.pre22
My Settings:
------- sip.conf -------
[general]
port=5060
nat=yes
insecure=very
localnet=192.168.1.0/255.255.255.0
externip=myexternalip
dtmfmode=auto
disallow=all
allow=alaw
register => myusername:mypassword at sip1.voipbuster.com/myphonenumber
[voipbuster]
type=peer
fromuser=myphonenumber
username=myusername
secret=mypassword
host=sip1.voipbuster.com
context=voipbuster
language=nl
-------------------------
------- dialplan -------
[voipbuster]
exten => myusername,1,Wait(10)
exten => myusername,2,Answer()
exten => myusername,3,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
exten => myusername,4,SetVar(EMAILADDR=my at email.net)
exten => myusername,5,rxfax(${FAXFILE})
exten => myusername,6,system(/usr/local/sbin/mailfax ${FAXFILE}
${EMAILADDR} "${CALLERIDNUM} ${CALLERIDNAME}")
[default]
exten => 300,1,Wait(10)
exten => 300,2,Answer()
exten => 300,3,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
exten => 300,4,SetVar(EMAILADDR=my at email.net)
exten => 300,5,rxfax(${FAXFILE})
exten => 300,6,system(/usr/local/sbin/mailfax ${FAXFILE} ${EMAILADDR}
"${CALLERIDNUM} ${CALLERIDNAME}")
-------------------------
Thanks for the help.
René
The Netherlands.
More information about the asterisk-users
mailing list