Tag : Call Macro
Home » Posts tagged Call Macro"
Im running into a strange problem with commas is variables. I have the following contexts:[messages]exten => _+.,1,Noop(External SMS)same => n,Set(ACTUALTO=${CUT(CUT(MESSAGE(to),@,1),:,2)})same => n,Macro(goip_sendsms,${ACTUALTO},${MESSAGE(body)})s..