[Asterisk-Users] Dial ZAP Problem

Eric Wieling aka ManxPower eric at fnords.org
Thu Jun 30 03:44:23 MST 2005


Barton Fisher wrote:

  exten => 0099,5,Dial(ZAP/g2,20,r}/*${CALLERID}*${EXTEN}*)

Try:

exten => 0099,5,Dial(ZAP/g2/*${CALLERID}*${EXTEN}*,20)

or even

exten => 0099,5,Dial(ZAP/g2/*${CALLERID}*${EXTEN}*,20,r)

"r" is almost never needed.  Asterisk will provide a ringing sound to 
the caller if it thinks it should.  If it's not doing so, then something 
else is wrong.



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



More information about the asterisk-users mailing list