<br><br><div class="gmail_quote">On Wed, Nov 25, 2009 at 9:42 PM, Joseph L. Casale <span dir="ltr">&lt;<a href="mailto:JCasale@activenetwerx.com">JCasale@activenetwerx.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I need to make faxing easy for some very computer illiterate folk. I am using an email<br>
service and going to use procmail to print anything incoming automatically but they cant<br>
get the hang of scanning to an email app, so I am going to buy a Linksys PAP2T as per the<br>
wiki.<br>
<br>
Since the setup will never receive inbound remote faxes, I just need to direct all fax&#39;s<br>
sent from the FXS port (that extension) to the email script in the wiki substituting the<br>
destination # as the alias portion of the email.<br>
<br>
So if I create a dialplan that catches the caller_id_number of the FXS port, does the $1<br>
variable exist in the following scenario:<br>
<br>
&lt;action application=&quot;system&quot; data=&quot;/opt/freeswitch/scripts/emailfax.sh $<a href="mailto:1@fax.com">1@fax.com</a> /tmp/${uuid}.rxfax.tiff&quot;/&gt;<br>
<br></blockquote><div><br>In this case, the $1 will only contain whatever is in the parens in your expression, i.e.<br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br><br>What do you have for your expression?<br>
-MC<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
as that&#39;s how our service requires fax&#39;s, the 10 digit # at their domain, <a href="http://fax.com" target="_blank">fax.com</a>. Is this<br>
a plausible setup?<br>
<br>
Lastly, I see in the interop list that Audiocodes Mediapack 114 is supported, but the 202<br>
is not listed, is that simply because its new or is it known to not work? Given that its<br>
the same price as the Linksys, I would rather get it.<br>
<br>
Thanks!<br>
jlc<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>