John Novack wrote:


Eric Wieling aka ManxPower wrote:

John Novack wrote:

Or, in the example below,  wait before dialing?

exten => s,1,Dial(ZAP/g1/${ARG1},360) ; ARG1 is the number to be dialed



If you are using analog ports, yes.  Dial(Zap/g1/ww15551212).


exten => s,1,Dial(ZAP/g1/ww${ARG1},360) should work then?


 Why in the world would you ever want to do that anyway?


Because there is no dial tone detection on the FXO card or module
As you have seen on the list, many complaints about misdialing

Yes, a common problem. Put a w in just like above. This has been discussed on the mailing lists many times.

--
Eric Wieling * BTEL Consulting * 504-210-3699 x2120

r: Generate a ringing tone for the calling party, passing no audio from
the called channel(s) until one answers. Use with care and don't insert
this by default into all your dial statements as you are killing call
progress information for the user. Really, you almost certainly do not
want to use this. Asterisk will generate ring tones automatically where
it is appropriate to do so. "r" makes it go the next step and
additionally generate ring tones where it is probably not appropriate to
do so.

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to