<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">I have a case where I need the option g to continue
execute after the hangup (I'm using 1.2.1)<br>
and I have the following in my extensions:<br>
<br>
exten =&gt; 309,1,System(echo &gt; /tmp/file)<br>
exten =&gt; 309,2,Dial(Console/dsp,,g)<br>
exten =&gt; 309,3,System(rm -f /tmp/file)<br>
exten =&gt; 309,4,Hangup<br>
<br>
However, after the hangup priority 3 is not executed.<br>
Does 'g' not work with console/dsp or do I have something <br>
wrong.<br>
<br>
THanks,<br>
<br>
Jerry<br>
<br>
</font>
</body>
</html>