<!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.3790.2630" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006> Hi,</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006>I`ve copied an example directly from the wiki at
</SPAN></FONT></FONT></FONT><FONT face=Arial><FONT color=#0000ff><FONT
size=2><SPAN class=715442212-11042006><A
href="http://www.voip-info.org/wiki/view/Asterisk+tips+findme">http://www.voip-info.org/wiki/view/Asterisk+tips+findme</A> ,
and it doesnt seem to work. I want the call to be bridge when the called
party presses 1, to be sent to voicemail if the called party press 9 and just go
to the next extension if the called party doesn,t do anything (or hangs
up)</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006>This is the macro, again it`s an almost cut and paste
from the wiki:</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2>[macro-screen] ; screen
callers : 1-accept call 9-send to voicemail anything else-continue with dial
plan<BR>exten => s,1,Wait(0.5)<BR>exten => s,n,Background(screen)<BR>exten
=> s,n,Set(TIMEOUT(response=5))</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>exten => 1,1,Noop(Call
Accepted)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>exten =>
9,1,Voicemail(${EXTEN}|{$ACCOUNTCODE}|u)<BR>exten =>
9,2,HangUp()</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2>exten =>
t,1,Set(MACRO_RESULT=CONTINUE)<BR>exten =>
i,1,Set(MACRO_RESULT=CONTINUE)<SPAN
class=715442212-11042006> </SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006>Regardless of what I press, the call is ALWAYS
bridged. What`s wrong with this&</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006>Using Asterisk 1.2.4</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=715442212-11042006>Mick</SPAN></FONT></FONT></FONT><FONT face=Arial><FONT
color=#0000ff><FONT size=2><SPAN
class=715442212-11042006> </SPAN></FONT></FONT></FONT></DIV></BODY></HTML>