Re: [asterisk-users] How to escape the & in BackGround

2022-01-28 Thread Antony Stone
On Friday 28 January 2022 at 02:43:17, John Covici wrote: > I have been using system commands in my dialplan for years and the & > goes through and puts the process in background like it should, > asterisk does not do anything, so you are left with what the shell > does. That's completely

Re: [asterisk-users] How to escape the & in BackGround

2022-01-27 Thread John Covici
I have been using system commands in my dialplan for years and the & goes through and puts the process in background like it should, asterisk does not do anything, so you are left with what the shell does. On Thu, 27 Jan 2022 17:48:46 -0500, Dovid Bender wrote: > > [1 ] > [1.1 ] > I tried

Re: [asterisk-users] How to escape the & in BackGround

2022-01-27 Thread Dovid Bender
I tried tinyURL and that did not work. I got an error of: file.c:789 ast_openstream_full: File https://tinyurl.com/bdfye5ts9 does not exist in any format (URL changed to hide aws key). I tried adding \;foo=wav. but that did not work either. On Thu, Jan 27, 2022 at 3:32 PM Kingsley Tart wrote:

Re: [asterisk-users] How to escape the & in BackGround

2022-01-27 Thread Antony Stone
On Thursday 27 January 2022 at 21:31:35, Kingsley Tart wrote: > Does asterisk follow HTTP redirects? If so can you use something like > tinyurl.com to produce an alternative URL? I'm (pretty) sure that that would work. The other similar idea I had was to use a reverse proxy server to accept an

Re: [asterisk-users] How to escape the & in BackGround

2022-01-27 Thread Kingsley Tart
Does asterisk follow HTTP redirects? If so can you use something like tinyurl.com to produce an alternative URL? Or, base64 encode the URL, and then set a variable with Set(url=${BASE64_DECODE(${encodedURL})) ? Cheers, Kingsley. On Wed, 2022-01-26 at 16:56 -0500, Dovid Bender wrote: > I tried

Re: [asterisk-users] How to escape the & in BackGround

2022-01-27 Thread Kingsley Tart - Barritel Ltd
Does asterisk follow HTTP redirects? If so can you use something like tinyurl.com to produce an alternative URL? Or, base64 encode the URL, and then set a variable with Set(url=${BASE64_DECODE(${encodedURL})) ? Cheers, Kingsley. On Wed, 2022-01-26 at 16:56 -0500, Dovid Bender wrote: > I tried

Re: [asterisk-users] How to escape the & in BackGround

2022-01-26 Thread Dovid Bender
I tried but it seems it does not. On Tue, Jan 18, 2022 at 2:57 PM John Runyon wrote: > ${SPRINTF(%c,38)} > or > %26 > > should work, I think. > > On Sun, 16 Jan 2022 at 13:21, Dovid Bender wrote: > >> Hi, >> >> I am trying to play a sound file from AWS S3. The URL is something like >> this

Re: [asterisk-users] How to escape the & in BackGround (Dovid Bender

2022-01-26 Thread Dovid Bender
as a >> string? >> -- next part ------ >> An HTML attachment was scrubbed... >> URL: < >> http://lists.digium.com/pipermail/asterisk-users/attachments/20220116/e8325ce8/attachment-0001.html >> > >> >> --

Re: [asterisk-users] How to escape the & in BackGround

2022-01-18 Thread John Runyon
${SPRINTF(%c,38)} or %26 should work, I think. On Sun, 16 Jan 2022 at 13:21, Dovid Bender wrote: > Hi, > > I am trying to play a sound file from AWS S3. The URL is something like > this http://example.org?foo=bar=b. The issue seems to be that as soon > as Asterisk see's the & it assumes there

[asterisk-users] How to escape the & in BackGround (Dovid Bender

2022-01-17 Thread Israel Gottlieb
--- > > Message: 1 > Date: Sun, 16 Jan 2022 14:19:28 -0500 > From: Dovid Bender > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: [asterisk-users] How to escape the & in BackGround > Message-ID: > < > cam3tth3asg

Re: [asterisk-users] How to escape the & in BackGround

2022-01-16 Thread Dovid Bender
I tried single quotes, double quotes, backslash etc and none of it worked On Sun, Jan 16, 2022 at 16:11 Doug Lytle wrote: > On 1/16/22 2:19 PM, Dovid Bender wrote: > > Does anyone know a way of telling Asterisk that & is part of the URL and > to pass it along as a string? > > > Try enclosing

Re: [asterisk-users] How to escape the & in BackGround

2022-01-16 Thread Doug Lytle
On 1/16/22 2:19 PM, Dovid Bender wrote: Does anyone know a way of telling Asterisk that & is part of the URL and to pass it along as a string? Try enclosing the URL in single quotes, Doug -- _ -- Bandwidth and Colocation

[asterisk-users] How to escape the & in BackGround

2022-01-16 Thread Dovid Bender
Hi, I am trying to play a sound file from AWS S3. The URL is something like this http://example.org?foo=bar=b. The issue seems to be that as soon as Asterisk see's the & it assumes there is a new file and the a=b is not sent along. I tried doing \& but that did not work. Does anyone know a way of

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Dominik
Hello, excuse my unknowing question, but how can I open the dialplan in hex-mode? What file is it? Normaly, my dialplan ist read in textmode from /etc/asterisk/extensions.conf. Sure, I can insert a new line with a hex-editor into the textfile, but then the line got wrapped: WARNING[1450]:

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Danny Nicholas
- Non-Commercial Discussion Subject: Re: [asterisk-users] How to escape characters in Dialplan Hello, excuse my unknowing question, but how can I open the dialplan in hex-mode? What file is it? Normaly, my dialplan ist read in textmode from /etc/asterisk/extensions.conf. Sure, I can insert a new

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Olivier
I don't think my previous answer was very clear. Please, apologize for that. Some time ago, I also asked for the same feature as yours : to be able to send empty strings to IP phone Thomson ST2030. Tilghman Lesher from Digium was kind enough to code a patch for 1.4 (svn 187362). As

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Olivier
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dominik Sent: Tuesday, January 19, 2010 11:01 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to escape characters in Dialplan Hello, excuse my

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Tilghman Lesher
On Tuesday 19 January 2010 13:03:19 Olivier wrote: I don't think my previous answer was very clear. Please, apologize for that. Some time ago, I also asked for the same feature as yours : to be able to send empty strings to IP phone Thomson ST2030. Tilghman Lesher from Digium was kind enough

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Dominik
Hm, (svn 187362) Permit zero-length text messages in SIP Maybe a zero-length text also works to clear the display of Thomson 2030: But with SendText it doesn't: -- Executing [...@intern:1] Answer(SIP/4711-0016, ) in new stack -- Executing [...@intern:2] SendText(SIP/4711-0016, )

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Olivier
2010/1/19 Dominik d0m1...@geekmail.de Hm, (svn 187362) Permit zero-length text messages in SIP Maybe a zero-length text also works to clear the display of Thomson 2030: But with SendText it doesn't: -- Executing [...@intern:1] Answer(SIP/4711-0016, ) in new stack -- Executing

[asterisk-users] How to escape the Pound-Char in Callfiles

2010-01-17 Thread Dominik
Hello, I'm using Asterisk 1.6.2.0 and I like to call extension #8 from callfile. Unfortunately the #-char ist interpreted just as comment. I got a Invalid file contents in /var/spool/asterisk/outgoing/callfile, deleting from asterisk. When I try to escape with \ oder use quotes, I got: \#8,1

[asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Dominik
Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten = 222, n, SendText(\n) exten = 222, n,

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Peter
Somewhere \n needs to be converted into utf8 new line. Asterisk should do this for you but it doesnt. Try opening the dialplan in hex mode and insert hex code for utf8 new line where the line break should be. Peter On 17 jan 2010, at 12.09, Dominik wrote: Hello, I'm using Asterisk

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Olivier
2010/1/17 Dominik d0m1...@geekmail.de Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten

[asterisk-users] How to escape DTMF?

2008-12-05 Thread Carsten Maass
Hello List, we are in the need to reach an external Conference-System, whos numbering system is *2*. Unfortunately *2 is the featurecode for attended transfer in our local asterisk, so the call doesn't come through. Is there a way to somehow escape the featurecode, so we can reach the

Re: [asterisk-users] How to escape DTMF?

2008-12-05 Thread Matthew J. Roth
Carsten Maass wrote: we are in the need to reach an external Conference-System, whos numbering system is *2*. Unfortunately *2 is the featurecode for attended transfer in our local asterisk, so the call doesn't come through. Is there a way to somehow escape the featurecode, so we can

Re: [asterisk-users] How to escape DTMF?

2008-12-05 Thread John covici
Or just type slowly enough -- I think the timeout is half a second or so. on Friday 12/05/2008 Matthew J. Roth([EMAIL PROTECTED]) wrote Carsten Maass wrote: we are in the need to reach an external Conference-System, whos numbering system is *2*. Unfortunately *2 is the featurecode

Re: [asterisk-users] How to escape DTMF?

2008-12-05 Thread Carsten Maass
Hello Matthew, Matthew J. Roth schrieb: Carsten Maass wrote: we are in the need to reach an external Conference-System, whos numbering system is *2*. Unfortunately *2 is the featurecode for attended transfer in our local asterisk, so the call doesn't come through. Is there a way to

Re: [asterisk-users] How to escape DTMF?

2008-12-05 Thread Carsten Maass
Hello John, John covici schrieb: Or just type slowly enough -- I think the timeout is half a second or so. I will try this, as soon as I am back at the office. But i fear that there might be a similar timeout on the other end of the line. Many thanks and greetings, Carsten. on Friday

Re: [Asterisk-Users] how to escape #

2003-10-21 Thread Mark Spencer
Yes, just press pound twice. Mark On Mon, 20 Oct 2003, Louis-David Mitterrand wrote: Hi, This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with Transfer?. Is there a way to

[Asterisk-Users] how to escape #

2003-10-20 Thread Louis-David Mitterrand
Hi, This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with Transfer?. Is there a way to escape the pound key, short of disabling transfers? Cheers, -- Make it idiot proof, and

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread WipeOut
Louis-David Mitterrand wrote: Hi, This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with Transfer?. Is there a way to escape the pound key, short of disabling transfers? Cheers,

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread Louis-David Mitterrand
On Mon, Oct 20, 2003 at 02:55:18PM +0100, WipeOut wrote: This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with Transfer?. Is there a way to escape the pound key, short of

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread WipeOut
Louis-David Mitterrand wrote: On Mon, Oct 20, 2003 at 02:55:18PM +0100, WipeOut wrote: This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with Transfer?. Is there a way to escape

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread Steven Critchfield
On Mon, 2003-10-20 at 09:42, Louis-David Mitterrand wrote: On Mon, Oct 20, 2003 at 02:55:18PM +0100, WipeOut wrote: This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread John Todd
At 3:42 PM +0200 10/20/03, Louis-David Mitterrand wrote: Hi, This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with Transfer?. Is there a way to escape the pound key, short of

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread Eric Wieling
There's a bug report on bugs.digium.com. Most people don't need to transfer calls that go to outside numbers, only calls that come IN to asterisk and calls between extensions and so most people don't run into the problem. On Mon, 2003-10-20 at 09:42, Louis-David Mitterrand wrote: On Mon, Oct

Re: [Asterisk-Users] how to escape #

2003-10-20 Thread Iain Stevenson
I'll own up to a patch - bug report 110. However, Mark peremptorily dismissed my suggestion putting forward a solution I find illogical. I guess more people need to ask for this feature! I think my original patch was a bit over-engineered. The one below is simpler. Iain ---