wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
296 stars 104 forks source link

CMGR Variable #127

Open m7mdcc opened 3 years ago

m7mdcc commented 3 years ago

Hi , I'm trying to log CMGR variable for future troubleshoot like that : exten => sms,n,System(echo '${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)} - ${DONGLENAME} - ${CALLERID(num)}: ${BASE64_DECODE(${SMS_BASE64})} - PDU CODE : ${CMGR} - SMS : ${SMS}' >> /var/log/asterisk/sms.txt)

I can see SMS_BASE64 is same as SMS variable values , is that correct ?

CMGR Value is blank , there is no value .. normal ?

Thanks