[Freeswitch-users] Event Socket Timeout - Outbound

Alex Rambau list.subscription at alexrambau.com
Sun Nov 8 02:42:38 PST 2009


Currently, is there any way to set the timeout on an outbound event socket?
In case, for whatever reason, the socket application at 192.168.1.108:4444
is unresponsive or offline, I would like the call to not wait the
extraordinary amount of time it takes to timeout so that I can handle it in
other ways.

 

My dial plan entry is as follows:

 

    <extension name="testapp">

      <condition field="destination_number" expression="^2222$">

                <action application="set" data="continue_on_fail=true" />

                <action application="socket" data="192.168.1.108:4444 sync
full"/>

                <action application="transfer" data="8000 XML default"/>

      </condition>

    </extension>

 

Thanks in advance,

 

Alex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091108/e31a2912/attachment-0002.html 


More information about the FreeSWITCH-users mailing list