<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=358354614-11012007><FONT face=Arial color=#0000ff size=2>on the 
php AGI side the ${var} parameter passed in from your dialplan will be exposed 
in PHP's&nbsp;$argv[1] array element</FONT></SPAN></DIV>
<DIV><SPAN class=358354614-11012007><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=358354614-11012007><FONT size=2><FONT face=Arial 
color=#0000ff>fwrite(STDOUT,"exec saydigits 
$argv[1]\n");</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=358354614-11012007><FONT face=Arial color=#0000ff size=2><FONT 
size=2></FONT></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=358354614-11012007><FONT face=Arial color=#0000ff size=2><FONT 
size=2>as a side note $argv[0] contains the full path including filename to the 
script</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=358354614-11012007></SPAN>&nbsp;</DIV>
<DIV><SPAN class=358354614-11012007></SPAN><SPAN class=358354614-11012007><FONT 
face=Arial color=#0000ff size=2>Hope this helps</FONT></SPAN></DIV>
<DIV><SPAN class=358354614-11012007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=358354614-11012007><FONT face=Arial color=#0000ff 
size=2>Mike</FONT></SPAN></DIV>
<DIV><SPAN class=358354614-11012007><FONT size=2><FONT face=Arial 
color=#0000ff></FONT></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=358354614-11012007><FONT size=2><FONT face=Arial 
color=#0000ff></FONT>&nbsp;</DIV></FONT></SPAN>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  asterisk-users-bounces@lists.digium.com 
  [mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Ralph 
  Liebessohn<BR><B>Sent:</B> Thursday, January 11, 2007 6:00 AM<BR><B>To:</B> 
  Asterisk Users Mailing List - Non-Commercial Discussion<BR><B>Subject:</B> Re: 
  [asterisk-users] Get dialed numbers in AGI<BR><BR></FONT></DIV>On 1/10/07, <B 
  class=gmail_sendername>Yuan LIU</B> &lt;<A 
  href="mailto:yliu11@hotmail.com">yliu11@hotmail.com</A>&gt; wrote:
  <DIV><SPAN class=gmail_quote></SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">&gt;From: 
    "Ralph Liebessohn" &lt;<A 
    href="mailto:ralphliebessohn@gmail.com">ralphliebessohn@gmail.com</A>&gt;<BR>I 
    did a quick test and it seems that everything passed to AGI is by 
    value,<BR>and there is no apparent relationship between variable named used 
    in two <BR>different AGI commands.<BR><BR>However, a small adaption of dial 
    plan could accomplish what you wanted,<BR>that is, to read the variable in 
    dial plan, then pass its value to AGI.<BR>Hope this helps.<BR><BR>Yuan 
    Liu<BR></BLOCKQUOTE></DIV><BR>Hello people,<BR><BR><BR>next step.<BR>With many 
  other tests I may conclude that AGI is not saving my password, it is giving it 
  to asterisk temporaly and the next step executed by asterisk doesn 't know the 
  variable. <BR>If I run SAYDIGITS after READ inside extensions it works fine. 
  What I cannot say running it on AGI.<BR>The architecture of Yuan or Anton can 
  work, but how pass the value from dialplan to AGI or wich AGI librarie give me 
  the function of READ in dialplan? <BR>I tried to pass value from dialplan 
  using:<BR><BR>AGI(myagi.php|${var})<BR><BR>But AGI didn't see $var value. And 
  using GET/SET VARIABLE and STREAM FILE into AGI is passing through the 
  commands, nothing is being done or waiting to dial digits. <BR>Is that the 
  correct way to go?<BR clear=all><BR>-- <BR>Ralph Liebessohn<BR>ICQ: 
  74835911<BR>Skype: liebessohn </BLOCKQUOTE></BODY></HTML>