<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
I want to achieve the following: <BR>
When a call comes in, it should ring 30 seconds on extension 1000.<BR>
If there's no answer the call should go to my mobile.<BR>
<BR>
<BR>
............... <BR>
&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<BR>
 &lt;action application=&quot;bridge&quot; data=&quot;{originate_timeout=30}sofia/internal/1000%$${domain}&quot;/&gt;<BR>
 &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<BR>
 &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/powervoip/003163086xxxx&quot;/&gt;<BR>
 &lt;action application=&quot;voicemail&quot; data=&quot;default $${domain} 1000&quot;/&gt;<BR>
.............<BR>
<BR>
<BR>
However,&nbsp; when I answer the incoming call at 1000 and hangup, the call will still&nbsp; go to my mobile, in stead of hanging up.<BR>
What am I doing wrong?<BR>
<BR>
Rgds.<BR>
Henk
</BODY>
</HTML>