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