Receive SMS:What variable is used to get the text message content in dialplan

exten => sms,1,Verbose(Incoming SMS from ${CALLERID(num)}: ${MESSAGE(body)})
same => n,Verbose(SMS Body: ${MESSAGE(body)})
dialplan

What variable should I use to obtain the content of SMS in dialplan? I only get the mobile phone number. It seems that ${MESSAGE(body)} is wrong

Hi…in a chan_dongle scenario i normally use (${BASE64_DECODE(${SMS_BASE64})})

1 Like

Thank you so much

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.