Re: [asterisk-users] asterisk trunk CURL hangs in the dialplan

2009-11-24 Thread Tilghman Lesher
On Monday 23 November 2009 21:30:10 Eric Chamberlain wrote: We've encountered a strange issue with the trunk version of asterisk. Our dialplan makes CURL calls and occasionally CURL stops working. The dialplan looks something like this: [macro-curl] ; ${ARG1} CURL URL ; ${ARG2} CURL POST

Re: [asterisk-users] asterisk trunk CURL hangs in the dialplan

2009-11-24 Thread Eric Chamberlain
On Nov 24, 2009, at 6:17 AM, Tilghman Lesher wrote: Sounds like your local DNS resolver isn't answering queries promptly. Thanks, I'll look into it. Our CURL function only calls one hostname over and over. Would setting CURLOPT dnstimeout be of use in this situation? -- Eric

Re: [asterisk-users] asterisk trunk CURL hangs in the dialplan

2009-11-24 Thread Jeff LaCoursiere
On Tue, 24 Nov 2009, Eric Chamberlain wrote: On Nov 24, 2009, at 6:17 AM, Tilghman Lesher wrote: Sounds like your local DNS resolver isn't answering queries promptly. Thanks, I'll look into it. Our CURL function only calls one hostname over and over. Would setting CURLOPT

[asterisk-users] asterisk trunk CURL hangs in the dialplan

2009-11-23 Thread Eric Chamberlain
We've encountered a strange issue with the trunk version of asterisk. Our dialplan makes CURL calls and occasionally CURL stops working. The dialplan looks something like this: [macro-curl] ; ${ARG1} CURL URL ; ${ARG2} CURL POST exten = s,1,NoOp(CURL) ... exten =