[Freeswitch-users] Intermittent curl execution after rxfax

Frank Park frank at telonium.com
Sat Feb 12 01:26:16 MSK 2011


Hello,

I am trying to troubleshoot this dialplan. I have a dial that receives the
fax and executes a curl that invokes a script on a remote site (emails the
fax, and does few more things).
rxfax works fine and saves the tiff file accordingly, but every so often
(about 50% of the time), curl call doesn't get executed. It doesn't even
show up on the fs_cli log of it being executed, not to mention the apache
side on the other end.


Dialplan looks as follows actually values are obfuscated:
        <condition field="destination_number" expression="^(99999)$">
          <action application="answer"/>
          <action application="playback" data="silence_stream://2000"/>
          <action application="rxfax"
data="/usr/local/freeswitch/storage/fax/${uuid}.tiff"/>
          <action application="curl" data="http://abc.test post
uuid=${uuid}"/>
          <action application="hangup"/>
        </condition>

Thanks,
Frank

-- 

----=======================----
Frank Park
Telonium Communications, LLC
frank at telonium.com
http://www.telonium.com
Follow Us on Twitter: @GetTelonium
404-566-8888 x1001 Office
404-939-4242 Cell
----=======================----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110211/fbc3b775/attachment.html 


More information about the FreeSWITCH-users mailing list