[asterisk-users] Realtime semi-colon
Steve Howes
steve-lists at geekinter.net
Thu Sep 16 07:50:33 CDT 2010
On 16 Sep 2010, at 12:56, Andrew Thomas wrote:
> Does anyone know how to send * a semi-colon from a realtime database. I
> know that * uses the semi-colon as a 'seperator' - but I need to be able
> to use one in a command. I know I can use \; in the non-realtime
> configs, but this doesn't work in realtime.
in /etc/asterisk/extensions.conf
[globals]
SEMICOLON=\;
Then use ${SEMICOLON} in realitime.... Hacky, but it's what I'm using at the moment..
S
More information about the asterisk-users
mailing list