search for: phone_number_here

Displaying 1 result from an estimated 1 matches for "phone_number_here".

2007 Feb 08
2
Asterisk outbound calling does not wait for answer before playback
...ter the person answers, or if an answering machine picks up, right after the "beep". Any suggestions? (1) The call file generator script (works ok): #!/bin/sh TMPFILE=`mktemp /tmp/tmp.XXXXXXX` || exit 1 echo "TMPFILE = $TMPFILE" cat <<EOT > $TMPFILE Channel: Zap/g1/phone_number_here Callerid: SYSTEM MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: dialout Extension: s Priority: 1 EOT mv -v $TMPFILE /var/spool/asterisk/outgoing (2) The dialout context in extensions.conf (problem - starts playback before call is answered) [dialout] exten => s,1,NoOp(Dialout) exten => s...