search for: da1dd3a7

Displaying 1 result from an estimated 1 matches for "da1dd3a7".

2006 Jan 04
2
Dial(Console/dsp) and option g doesnt appear to work
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