[Asterisk-Users] Dial(Console/dsp) and option g doesnt appear
towork
Bogdan Moldovan
bogdan.moldovan at modulo.ro
Wed Jan 4 12:09:21 MST 2006
Have you tried?
exten => 309,1,System(echo > /tmp/file)
exten => 309,2,Dial(Console/dsp,,g)
exten => 309,103,System(rm -f /tmp/file)
exten => 309,104,Hangup()
exten => 309,3,System(rm -f /tmp/file)
exten => 309,4,Hangup()
Bogdan Moldovan
MODULO Consulting
"The Future Is Not What It Used To Be"
http://www.modulo.ro <http://www.modulo.ro/>
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jerry Geis
Sent: Wednesday, January 04, 2006 8:25 PM
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] Dial(Console/dsp) and option g doesnt appear
towork
I have a case where I need the option g to continue execute after the hangup
(I'm using 1.2.1)
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060104/da1dd3a7/attachment.htm
More information about the asterisk-users
mailing list