|
Hi,
My extensions.conf is:
[voipuser]
exten =>08449792726,1,Dial(SIP/2000)
[fax-out]
exten =>_.,1,Dial(SIP/${EXTEN}@voipuser,60)
sorry for the silly mistake, I change the iax.conf to
[general]
bindport = 4569
bindadr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
[iaxmodem]
type=friend
secret=1111
port=4570
host=dynamic
context=fax-out
disallow=all
allow=alaw
But still it does not work.
debian:/etc/asterisk# sendfax -n -d 008675533661681 iax.conf
Password:
Login failed: 530 Login incorrect.
Not sure what password it is supposed to be looking for. I tried to key in 1111 for the password, still does not work. |