search for: app_backticks

Displaying 3 results from an estimated 3 matches for "app_backticks".

2009 Apr 07
2
app_backticks and 1.6
Hello, Is there any app_backticks (see http://www.voip-info.org/wiki/view/Asterisk+cmd+Backticks) equivalent or workaround for 1.6 ? In the past, I had trouble trying to use ENV() function. Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attach...
2007 Jan 29
1
parsing extensions
Hi all, is where a possibility for simply parsing and changing variables for bad characters ? eg. removing a '/' from a number dialed by a manager-connected application changing 123/4567890 to 1234567890 via bash you could simply use 'echo ${exten/\//}' but i couldn't find a working solution for the asterisk-extensions.conf best regards Dirk Rieger Diese E-Mail und
2005 Aug 29
4
echo system command and set the results to a new variable
I am looking to issue a 'System cmd' that will echo the results into a new variable -- can anyone tell me the correct way to do this? example: at the terminal I am currently able to issue this command: echo | date > date.txt I end up with a file called date.txt with the contents: Mon Aug 29 18:32:45 EDT 2005 I would like to issue a command in my dialplan that puts the date