<!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>
<action application="set" data="continue_on_fail=true"/><BR>
<action application="bridge" data="{originate_timeout=30}sofia/internal/1000%$${domain}"/><BR>
<action application="set" data="hangup_after_bridge=true"/><BR>
<action application="bridge" data="sofia/gateway/powervoip/003163086xxxx"/><BR>
<action application="voicemail" data="default $${domain} 1000"/><BR>
.............<BR>
<BR>
<BR>
However, when I answer the incoming call at 1000 and hangup, the call will still go to my mobile, in stead of hanging up.<BR>
What am I doing wrong?<BR>
<BR>
Rgds.<BR>
Henk
</BODY>
</HTML>