Re: sending and receiving $ and @
Kwok Peng Tuck <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
If you set the coding=2 when sending are you able to get the @ on your phone? Wayne wrote: >Hi all, > >Both these sending and receiving problems occur on a SMPP 3.4 bind using >stable 1.2.1 I have tried setting both msg-id-type and alt-charset to >various values with no luck. > >Found this in alt-charset.h, seems to be the issue I'm having but I >believe that the SMSC is neither of these type. Any help would be >appreciated. > >/* this one is for Nokia CIMD 1.3.6 SMS Center - it causes error > * if a standard specified dollar sign is sent. */ > >#define CIMD_PLAIN_DOLLAR_SIGN 1 > > >/* for Sonera EMI, for unknown reason the $ and ¡ characters > * are swapped in ISO to MT conversion */ > >#define EMI_SWAPPED_CHARS 2 > > > >Here is the bearerbox & smsbox output which shows the $ and @ characters >being converted. > > >Outbound $ > >smsbox >2003-07-08 21:08:09 [3] INFO: sendsms sender:<foo:61412356789> >(203.185.241.71) to:<614987654321> msg:<test of $100> > > >bearerbox >2003-07-08 21:08:09 [6] DEBUG: Octet string at 0x810a5c8: >2003-07-08 21:08:09 [6] DEBUG: len: 12 >2003-07-08 21:08:09 [6] DEBUG: size: 13 >2003-07-08 21:08:09 [6] DEBUG: immutable: 0 >2003-07-08 21:08:09 [6] DEBUG: data: 74 65 73 74 20 6f 66 20 test >of >2003-07-08 21:08:09 [6] DEBUG: data: 02 31 30 30 .100 >2003-07-08 21:08:09 [6] DEBUG: Octet string dump ends. > > > >inbound @ > >bearerbox >2003-07-08 21:10:40 [7] DEBUG: short_message: "@" > > >smsbox >2003-07-08 21:10:40 [4] INFO: Starting to service <¡> from ><614987654321> to <61412356789> > > > >regards > >Wayne > > > > > > >