search for: rf_curl_response

Displaying 1 result from an estimated 1 matches for "rf_curl_response".

2009 Nov 24
1
asterisk trunk CURL hangs in the dialplan
...gt; s,1,NoOp(CURL) ... exten => s,n(post),Set(RF_CURL_POST=userID=${RF_DIALER_USERID}&password=${RF_PASSWORD}&${ARG2}) exten => s,n,Set(CURLOPT(httptimeout)=5) exten => s,n,Set(CURLOPT(conntimeout)=5) exten => s,n,NoOp(CURL(${RF_URL}/${ARG1}?${RF_CURL_POST})) exten => s,n,Set(RF_CURL_RESPONSE=${CURL(${RF_URL}/${ARG1},${RF_CURL_POST})}) At this point, CURL either works or it will occasionally hang for a few minutes. tcpdump doesn't show any traffic from the asterisk box to the web server. Something seems to be causing CURL to hang, before it sends out the http request and the CURL...