|
Have you tried?
exten => 309,1,System(echo > /tmp/file) exten => 309,103,System(rm -f /tmp/file)
exten => 309,2,Dial(Console/dsp,,g) exten => 309,104,Hangup()
exten => 309,3,System(rm -f /tmp/file) exten => 309,4,Hangup() Bogdan Moldovan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Geis Sent: Wednesday, January 04, 2006 8:25 PM To: [email protected] Subject: [Asterisk-Users] Dial(Console/dsp) and option g doesnt appear towork and I have the following in my extensions: exten => 309,1,System(echo > /tmp/file) exten => 309,2,Dial(Console/dsp,,g) exten => 309,3,System(rm -f /tmp/file) exten => 309,4,Hangup However, after the hangup priority 3 is not executed. Does 'g' not work with console/dsp or do I have something wrong. THanks, Jerry |
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
