El Domingo, 11 de Enero de 2009, Iñaki Baz Castillo escribió: > How could I solve it? How could escape a $ when using it in a string > argument of Kamailio script?
I've also a dirty hack in the code to solve this issue: If the string contains "ENDLINE" I replace it with "$", so: "^ibcENDLINE" becomes: "^ibc$" It's really a dirty hack, but... -- Iñaki Baz Castillo _______________________________________________ Kamailio (OpenSER) - Devel mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel
