<div dir="ltr">I tried tinyURL and that did not work. I got an error of:<div>file.c:789 ast_openstream_full: File <a href="https://tinyurl.com/bdfye5ts9">https://tinyurl.com/bdfye5ts9</a> does not exist in any format (URL changed to hide aws key). I tried adding \;foo=wav. but that did not work either.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 27, 2022 at 3:32 PM Kingsley Tart <<a href="mailto:kingsley@dns99.co.uk">kingsley@dns99.co.uk</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">Does asterisk follow HTTP redirects? If so can you use something like<br>
<a href="http://tinyurl.com" rel="noreferrer" target="_blank">tinyurl.com</a> to produce an alternative URL?<br>
<br>
Or, base64 encode the URL, and then set a variable with<br>
Set(url=${BASE64_DECODE(${encodedURL})) ?<br>
<br>
Cheers,<br>
Kingsley.<br>
<br>
On Wed, 2022-01-26 at 16:56 -0500, Dovid Bender wrote:<br>
> I tried but it seems it does not.<br>
> <br>
> <br>
> On Tue, Jan 18, 2022 at 2:57 PM John Runyon <<a href="mailto:john@simplynuc.com" target="_blank">john@simplynuc.com</a>><br>
> wrote:<br>
> > ${SPRINTF(%c,38)}<br>
> > or<br>
> > %26<br>
> > <br>
> > should work, I think.<br>
> > <br>
> > On Sun, 16 Jan 2022 at 13:21, Dovid Bender <<a href="mailto:dovid@telecurve.com" target="_blank">dovid@telecurve.com</a>><br>
> > wrote:<br>
> > > Hi,<br>
> > > <br>
> > > I am trying to play a sound file from AWS S3. The URL is<br>
> > > something like this <a href="http://example.org?foo=bar&a=b" rel="noreferrer" target="_blank">http://example.org?foo=bar&a=b</a>. The issue<br>
> > > seems to be that as soon as Asterisk see's the & it assumes there<br>
> > > is a new file and the a=b is not sent along. I tried doing \& but<br>
> > > that did not work. Does anyone know a way of telling Asterisk<br>
> > > that & is part of the URL and to pass it along as a string?<br>
<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>