atefsaeed2010 / asterisk-chan-dongle-01

Automatically exported from code.google.com/p/asterisk-chan-dongle
Other
0 stars 1 forks source link

the '@' symbol within outgoing sms #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. dongle sms 2 +37379478223 test@test.com
2. we receive the sms with text: test!test.com
3. dongle pdu 2 0001000B917373498722F300000CF4F29C0EA097E7AEF1BB0D
4. we receive the right sms with @ symbol within

What is the expected output? What do you see instead?
the @ symbol

Original issue reported on code.google.com by philip.l...@gmail.com on 19 Aug 2014 at 8:16

GoogleCodeExporter commented 9 years ago
where text with ! appears ?

Original comment by bg_...@mail.ru on 31 Aug 2014 at 3:01

GoogleCodeExporter commented 9 years ago
within incoming SMS on place of @

Original comment by philip.l...@gmail.com on 1 Sep 2014 at 8:58

GoogleCodeExporter commented 9 years ago
I have same problem. When i recieve sms like this ddd@ddd.com finally i have 
only ddd
All symbols after @ cutted. It happend only if i have symbol "@" in sms. 
Most interest, than in cli i see first debug message like:
[dongle04] Got SMS from +380931111111: 'ddd'
It means that problem not in dialplan.
Thanx a lot if you fix this bug. Same problem on revision 14 (Fedora) and 
revision 36 (debian)

Original comment by joeman.6...@gmail.com on 20 Sep 2014 at 12:13

GoogleCodeExporter commented 9 years ago
When i send just symbol "@" on dongle, i have SMS_BASE64 = "AA==". Its wrong 
because symbol "@" is QA== in base 64
I think error when chan_dongle decoding base64

Original comment by joeman.6...@gmail.com on 20 Sep 2014 at 1:03