<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have a backup of a working version on my server 
some where. When i find it I will post it.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dovid</FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=eric.jacksch@tenebris.ca href="mailto:eric.jacksch@tenebris.ca">Eric 
  Jacksch</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, October 18, 2006 4:20 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [asterisk-users] Findme 
  problem</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial color=#000000 size=2>Greetings all,</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I've been working on having Asterisk put a call 
  through to two different numbers, and give the call to the first one that 
  acknowledges by pressing the 1 key.&nbsp; I found an example on the wiki, but 
  I can't get it working.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>When I answer the call I hear the message telling 
  me to press 1 to connect, and as soon as the message is done, the call is 
  connected.&nbsp; In other words, it is not waiting for me to press a 
  key.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I'm sure this is a forehead slapper, but I just 
  can't see it...can anyone help?&nbsp; Here's the relevant portion of the 
  dialplan,&nbsp; It executes the NoOp(Waiting) and then the macro seems to 
  immediately exit and the call is connected.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[default]<BR>exten =&gt; 
  _9999XXXXXXXXXX,1,Dial(SIP/provider/${EXTEN:4},40,M(screen))<BR>exten =&gt; 
  _9999XXXXXXXXXX,2,Hangup</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[macro-screen]<BR>exten =&gt; 
  s,1,Wait(1)<BR>exten =&gt; s,2,Set(TIMEOUT(digit)=5)<BR>exten =&gt; 
  s,3,Set(TIMEOUT(response)=10)<BR>exten =&gt; s,4,Background(press-1)<BR>exten 
  =&gt; s,5,NoOp(Waiting)</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>exten =&gt; 1,1,NoOp(Caller 
accepted)</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>exten =&gt; i,1,NoOp(Invalid 
  response)</FONT></DIV>
  <DIV><FONT face=Arial size=2>exten =&gt; 
  i,2,Set(MACRO_RESULT=CONTINUE)</FONT></DIV>
  <DIV><FONT face=Arial size=2><BR>exten =&gt; t,1,NoOp(Timeout)<BR>exten =&gt; 
  t,2,Set(MACRO_RESULT=CONTINUE)</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[find-eric]<BR>exten =&gt; 
  s,1,Playback(pls-wait-connect-call)<BR>exten =&gt; 
  s,n,Dial(LOCAL/99996135551212&amp;LOCAL/99996135551313,40,m)</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>(I have replaced the phone numbers with bogus 
  ones).</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
  <DIV><FONT face=Arial size=2>Eric</FONT></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>--Bandwidth and 
  Colocation provided by Easynews.com --<BR><BR>asterisk-users mailing 
  list<BR>To UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<BR></BLOCKQUOTE></BODY></HTML>