Hallo
I’m trying to send massive sms via call file…using dialplan application donglesendsms…
One question…is there a way to put a comma in the sms body without asterisk believing you are trying to pass parameters to it?
Wrong forum.
Normally you can quote punctuation using \
Solve
in my php i have done this
$messaggio = str_replace(",","\,",$_POST[‘messaggio’]);
so in the body message \, is evaluated as comma by dialplan