Does anyone know of a way to put a wait or a pause in a .call file? When my * tries to make an outgoing call on a Zap channel, it does not wait for a dialtone. It just starts dialing. Thanks, -Ronan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050504/848e1777/attachment.pgp
Ronan Eckelberry wrote:>Does anyone know of a way to put a wait or a pause in a .call file? >When my * tries to make an outgoing call on a Zap channel, it does not wait for a dialtone. It just starts dialing. > >Thanks, >-Ronan > >This seems to be a serious shortcoming in Asterisk. Can anyone explain why listening for dialtone wasn't an early consideration? With all the toneplans , by country, that are defined, it seems this was considered, but then never made to work John Novack
Kanuri, Seshu (Company IT)
2005-May-04 06:55 UTC
[Asterisk-Users] Put a wait in a .call file.
Put the call file into a folder and have cron copy it to the outgoing spool after a pause Seshu -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ronan Eckelberry Sent: Wednesday, May 04, 2005 9:29 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Put a wait in a .call file. Does anyone know of a way to put a wait or a pause in a .call file? When my * tries to make an outgoing call on a Zap channel, it does not wait for a dialtone. It just starts dialing. Thanks, -Ronan -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.
or create a file in another dir. Change the time on the file then put it in the call spool. It should be covered on the WIKI as well. Or you could write your own app to use the manager api to originate the calls depending on the needs you have.
Add some 'w' before the number, i.e., Zap/g0/ww1812121212 Julian J. M. On 5/4/05, Ronan Eckelberry <asterisk@tlchosting.com> wrote:> Does anyone know of a way to put a wait or a pause in a .call file? > When my * tries to make an outgoing call on a Zap channel, it does not > wait for a dialtone. It just starts dialing.