machtudong / asterisk-chan-dongle

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

Alphabetical sender number is not supported #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When getting SMS from SMS-centers with alphabetical sender it always treats 
codes as digits.

For example, PDU message is 
07919720990610F00410D0C8E7945A94BAA4550000218051710140235550E953C82C3641C51828ED
A697E5E6F0B83C0705E7F4B23C3D5FB784E5323BED2E83623057CC1573D1404369929A1C0699A06B
990C0AD6CFA0580D149BE960395D0D066A4E9720192C2603

The sender number should be HOSTER.RU, but it returns 8A7C49*549*#4*55.

I found the following project to parse PDU, but it is completely different. 
It's impossible to make a simple patch for chan_dongle - 
http://code.google.com/p/smspdu-cpp/source/checkout

Original issue reported on code.google.com by gpuzan...@gmail.com on 15 Aug 2012 at 12:05

GoogleCodeExporter commented 9 years ago
public chan_dongle has wrong GSM encoding routines, in this case ToA 
unsupported :)

Original comment by bg_...@mail.ru on 21 Nov 2012 at 8:43