[asterisk-users] send fax by Iaxmodem ?
Lee Howard
faxguy at howardsilvan.com
Wed Dec 13 14:49:20 MST 2006
Marco Mouta wrote:
> Dec 13 11:28:07.51: [ 9242]: DIAL 2079^M
> Dec 13 11:28:07.51: [ 9242]: <-- [9:ATDT2079\r]
> Dec 13 11:28:16.70: [ 9242]: --> [4:BUSY]
> Dec 13 11:28:46.70: [ 9242]: MODEM TIMEOUT: reading line from modem
> Dec 13 11:28:46.71: [ 9242]: MODEM <Timeout>
> Dec 13 11:28:46.71: [ 9242]: SEND FAILED: JOB 1 DEST 2079^M ERR
> Unknown problem
In your case BUSY means exactly that, and you should take a look at the
Asterisk CLI to get more information as to what "busy" really means.
However, your dialstring terminated by a carriage return (<CR> or ^M) is
problematic, too, because it essentially instructs HylaFAX to ignore all
responses after ATDT2079 except for "OK" and then proceed from there.
Basically you just need to get rid of that terminating carriage return.
Lee.
More information about the asterisk-users
mailing list