<div dir="ltr">I tried that, it did not work. I assume I will need to make my own function to play sounds?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 18, 2022 at 2:33 AM Israel Gottlieb <<a href="mailto:isrlgb@gmail.com">isrlgb@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"><div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 17, 2022, 19:58  <<a href="mailto:asterisk-users-request@lists.digium.com" target="_blank">asterisk-users-request@lists.digium.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">Send asterisk-users mailing list submissions to<br>
        <a href="mailto:asterisk-users@lists.digium.com" rel="noreferrer" target="_blank">asterisk-users@lists.digium.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:asterisk-users-request@lists.digium.com" rel="noreferrer" target="_blank">asterisk-users-request@lists.digium.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:asterisk-users-owner@lists.digium.com" rel="noreferrer" target="_blank">asterisk-users-owner@lists.digium.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of asterisk-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. )<br>
   2. Re: How to escape the & in BackGround (Doug Lytle)<br>
   3. Re: How to escape the & in BackGround (Dovid Bender)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 16 Jan 2022 14:19:28 -0500<br>
From: Dovid Bender <<a href="mailto:dovid@telecurve.com" rel="noreferrer" target="_blank">dovid@telecurve.com</a>><br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
        <<a href="mailto:asterisk-users@lists.digium.com" rel="noreferrer" target="_blank">asterisk-users@lists.digium.com</a>><br>
Subject: [asterisk-users] How to escape the & in BackGround<br>
Message-ID:<br>
        <<a href="mailto:CAM3TTh3aSg-ed-DMY7RNRWOra18LDfpnDQxtMWTFSp_AHnSJ4A@mail.gmail.com" rel="noreferrer" target="_blank">CAM3TTh3aSg-ed-DMY7RNRWOra18LDfpnDQxtMWTFSp_AHnSJ4A@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,<br>
<br>
I am trying to play a sound file from AWS S3. The URL is something like<br>
this <a href="http://example.org?foo=bar&a=b" rel="noreferrer noreferrer" target="_blank">http://example.org?foo=bar&a=b</a>. The issue seems to be that as soon as<br>
Asterisk see's the & it assumes there is a new file and the a=b is not sent<br>
along. I tried doing \& but that did not work. Does anyone know a way of<br>
telling Asterisk that & is part of the URL and to pass it along as a string?<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/e8325ce8/attachment-0001.html" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/e8325ce8/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 16 Jan 2022 16:10:39 -0500<br>
From: Doug Lytle <<a href="mailto:support@drdos.info" rel="noreferrer" target="_blank">support@drdos.info</a>><br>
To: <a href="mailto:asterisk-users@lists.digium.com" rel="noreferrer" target="_blank">asterisk-users@lists.digium.com</a><br>
Subject: Re: [asterisk-users] How to escape the & in BackGround<br>
Message-ID:<br>
        <<a href="mailto:sig.0015d37cb9.31d76964-6dbf-7d7e-d8d0-1ef53d7ca739@drdos.info" rel="noreferrer" target="_blank">sig.0015d37cb9.31d76964-6dbf-7d7e-d8d0-1ef53d7ca739@drdos.info</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
On 1/16/22 2:19 PM, Dovid Bender wrote:<br>
> Does anyone know a way of telling Asterisk that & is part of the URL <br>
> and to pass it along as a string?<br>
<br>
Try enclosing the URL in single quotes,<br>
<br>
Doug<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/a2824e19/attachment-0001.html" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/a2824e19/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 16 Jan 2022 16:39:13 -0500<br>
From: Dovid Bender <<a href="mailto:dovid@telecurve.com" rel="noreferrer" target="_blank">dovid@telecurve.com</a>><br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
        <<a href="mailto:asterisk-users@lists.digium.com" rel="noreferrer" target="_blank">asterisk-users@lists.digium.com</a>><br>
Subject: Re: [asterisk-users] How to escape the & in BackGround<br>
Message-ID:<br>
        <CAM3TTh2eQTJkXVZKvspxMWwPgGwc=<a href="mailto:F09D66Jv0FBOMKFbYm4Ww@mail.gmail.com" rel="noreferrer" target="_blank">F09D66Jv0FBOMKFbYm4Ww@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I tried single quotes, double quotes, backslash etc and none of it worked<br>
<br>
On Sun, Jan 16, 2022 at 16:11 Doug Lytle <<a href="mailto:support@drdos.info" rel="noreferrer" target="_blank">support@drdos.info</a>> wrote:<br>
<br>
> On 1/16/22 2:19 PM, Dovid Bender wrote:<br>
><br>
> Does anyone know a way of telling Asterisk that & is part of the URL and<br>
> to pass it along as a string?<br>
><br>
><br>
> Try enclosing the URL in single quotes,<br>
><br>
> Doug<br>
><br>
> --<br>
> _____________________________________________________________________<br>
> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
><br>
> Check out the new Asterisk community forum at:<br>
> <a href="https://community.asterisk.org/" rel="noreferrer 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 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 noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/a9f0495a/attachment-0001.html" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/a9f0495a/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" rel="noreferrer 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 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 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 noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
------------------------------<br>
<br>
End of asterisk-users Digest, Vol 209, Issue 9<br>
**********************************************<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">URIENCODE?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div></div>
-- <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>