<div dir="ltr"><div>There are semicolons in the useragent string you are trying to set.  If that is the exact dialplan line then</div><div>those semicolons are being seen as a start of a comment.<br></div><div><br></div><div>Richard<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 14, 2020 at 12:25 PM Jonathan H <<a href="mailto:lardconcepts@gmail.com">lardconcepts@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">All my other CURLOPT settings like timeout work fine. But this:<br>
<br>
same  => n,Set(CURLOPT(useragent)="Mozilla/5.0 (Windows NT 10.0;<br>
Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41<br>
Safari/537.36")<br>
<br>
give the following warning on dialplan reload, with and without quotes<br>
around the user agent. Everything else is fine - perhaps it is the<br>
parenthesis in the user agent?<br>
If so, how do I get round this? I am fairly sure it's a typo at my<br>
end, but I've looked at examples from other people/gists and my usage<br>
looks correct.<br>
It's only the useragent option it chokes on.<br>
<br>
    -- Executing [s@setup:3] Set("Local/s@setup-00000006;2",<br>
"CURLOPT(useragent") in new stack<br>
[Dec 14 17:24:30] WARNING[10243][C-00000007]: pbx_variables.c:1140<br>
pbx_builtin_setvar: Set requires an '=' to be a valid assignment.<br>
    -- Executing [s@setup:4] Set("Local/s@setup-00000006;2",<br>
"CURLOPT(conntimeout)=3") in new stack<br>
    -- Executing [s@setup:5] Set("Local/s@setup-00000006;2",<br>
"CURLOPT(dnstimeout)=3") in new stack<br>
<br>
<br>
NOTE: The reason I'm doing this is because I want Asterisk to give a<br>
different user agent for ControlPlayback function and move on quickly<br>
if the remote file is not available / slow.<br>
If that is not the correct way then please let me know!<br>
<br>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Getting+Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote></div></div>