1 | изначальная версия редактировать | |
SMS and USSD truncated to first \n symbol
For example you send “Hello!\nHow are you?” but asterisk show only “Hello!” The reason for this hidden in asterisk variable subsitution, and can be solved by use BASE64_DECODE function:
${BASE64DECODE(${SMSBASE64})}
${BASE64DECODE(${USSDBASE64})}
2 | No.2 Revision редактировать |
SMS and USSD truncated to first \n symbol
For example you send “Hello!\nHow are you?” but asterisk show only “Hello!” The reason for this hidden in asterisk variable subsitution, and can be solved by use BASE64_DECODE function:
${BASE64DECODE(${SMSBASE64})}${BASE64_DECODE(${SMS_BASE64})}
${BASE64DECODE(${USSDBASE64})}${BASE64_DECODE(${USSD_BASE64})}
http://wiki.e1550.mobi/doku.php?id=troubleshooting#smsandussdtruncatedtofirstn_symbol
3 | No.3 Revision редактировать |
SMS and USSD truncated to first \n symbol
For example you send “Hello!\nHow are you?” but asterisk show only “Hello!” The reason for this hidden in asterisk variable subsitution, and can be solved by use BASE64_DECODE function:
${BASE64_DECODE(${SMS_BASE64})}
${BASE64_DECODE(${USSD_BASE64})}
http://wiki.e1550.mowiki >>>bi/doku.php?id=troubleshooting#smsandussdtruncatedtofirstn_symbol
Проект компании "АТС Дизайн"
Asterisk® и Digium® являются зарегистрированными торговыми марками компании
Digium, Inc., США.
IP АТС Asterisk распространяется под лицензией
GNU GPL.