<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.17093" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi,<BR><BR>Here is my confing:<BR><BR>[out]<BR>Exten =&gt; 
_X.,1,Noop()<BR>Exten =&gt; _X.,2,Dial(<A 
href="mailto:SIP/$%7BEXTEN%7D@peer,60,gcU(do_dtmf_cc-take-call,s,1">SIP/${EXTEN}@peer,60,gcU(do_dtmf_cc-take-call,s,1</A>))<BR>Exten 
=&gt; _X.,3,Playback(tt-monkeys)<BR>Exten =&gt; 
_X.,4,Playback(tt-monkeys)<BR>Exten =&gt; 
_X.,5,Playback(tt-monkeys)<BR><BR>Exten =&gt; 
h,1,Noop(ABCDEFGHIJKLMNOPQRSTUVWXYZ)<BR><BR>[do_dtmf_cc-take-call]<BR>Exten 
=&gt; s,1,AGI(agi://127.0.0.1:4579/update_call_status?status=60)<BR>Exten =&gt; 
s,2,Noop()<BR>Exten =&gt; s,3,Noop()<BR>Exten =&gt; s,4,Noop()<BR>Exten =&gt; 
s,5,Background(/etc/cb/wav/incoming_cb_call)<BR>Exten =&gt; s,6,Noop()<BR>Exten 
=&gt; s,7,Goto(s,5)<BR><BR>Exten =&gt; 
_X,1,AGI(agi://127.0.0.1:4579/update_call_status?status=80)<BR><BR>SIP Phone 
makes the call and calls an out side number. When out side number <BR>picks up 
they hear the DTMF and then a message telling them to press any key <BR>to take 
the call. If the called party press's DTMF then the call is bridged <BR>and 
everything is fine.<BR><BR>If the system is playing to the called party the 
message to press any key <BR>(Exten =&gt; 
s,5,Background(/etc/cb/wav/incoming_cb_call)) and the caller hangs <BR>up, the 
called party will keep hearing the message. If they hang up then <BR>both legs 
hang up. If the called party presses any key then the call hangs <BR>up. If the 
caller hangs up shouldnt it hang up the second leg of the call as <BR>well ? 
Whats interesting is that when the caller hangs up Asterisk see's the <BR>BYE 
and replies it with a 200 OK yet it does not go to the h extension till <BR>the 
second leg hangs up.<BR><BR>TIA.<BR><BR>Dovid<BR></DIV></BODY></HTML>