[Asterisk-Users] Using ',' character in applications data

GUSTAVO GARCIA BERNARDO ggb at tid.es
Mon Apr 26 11:30:13 MST 2004


Hi,

When i include a ',' in the application data, for example:

exten => 1,1,Plaback(echo,file); 
[My file name is "echo,file"]

the Playback application receives echo|file as data parameter. How can avoid asterisk change the ',' character? (The change code is in asterisk/pbx/pbx_config.c Ln 1150).

I'm developping an application for asterisk and i need to pass SQL querys with ',' character as data.
exten => 1,1,Sql(SELECT info,user FROM.....

Thank you very much.

G.




More information about the asterisk-users mailing list