<!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.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am using excute_on_fax_success to call a script 
when a fax is received, the script converts the fax to pdf and emails it,&nbsp; 
Is there a way to pass the number of pages received, ie, a variable created by 
spandsp.&nbsp; Everything works, but I do not seem to be able to pass the 
variables.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; &lt;condition 
field="destination_number" 
expression="^1(\d{10})$|(\d{10})$"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&lt;action application="set" 
data="faxtempdirectory=/faxfiles/${caller_id_number}"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&lt;action application="system" data="mkdir 
${faxtempdirectory}"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;action application="set" 
data="faxDirection=outbound"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;action application="set" data="<A 
href='mailto:emailAddress=$1$2@${fax2net_server}"/'>emailAddress=$1$2@${fax2net_server}"/</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;action application="set" 
data="faxFile=$1$2-${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)-Success}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action 
application="set" data="execute_on_fax_success=system 
/./var/mail/sentfaxes/fax2mail.sh ${faxFile} <A 
href="mailto:$1$2@${fax2net_server">$1$2@${fax2net_server</A>} 
${fax_security_code} ${fromRc} fax2net_orig=${fax_email}= 
${fax_transfer_rate}"/&gt;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action 
application="answer"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action 
application="playback" 
data="silence_stream://2000"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&lt;action application="set" 
data="fax_enable_t38_request=true"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;action application="set" 
data="fax_enable_t38=true"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&lt;action application="rxfax" 
data="${faxFile}.tif"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&lt;action 
application="hangup"/&gt;<BR>&nbsp;&nbsp;&lt;/condition&gt;&nbsp; 
<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Darcy Primrose</DIV></FONT></BODY></HTML>