You need to urlencode all characters & use coding=2 + charset=utf8 for
non-latin1 alphabet.

2012/6/28 Ravindra Gupta // Viva <[email protected]>

> Dear Otandeka,
>
> Now we have used the given below URL to sent the special char.
>
>
> http://10.0.0.1:13013/cgi-bin/sendsms?username=abc&password=abc1&from=FLASHM&to=91XXXXXXXXXX&smsc=abc_smpp&text=test+~%21@%23%24%25%5E%26*%28%29_%2B%7D%7B%5B%5D%3A%3B%22%27%3C%3E%2C.%3F%3F/%3E%3C%3C%3E+test&dlr-mask=23&mclass=0&charset=UTF-8<http://10.0.0.1:13013/cgi-bin/sendsms?username=abc&password=abc1&from=FLASHM&to=91XXXXXXXXXX&smsc=abc_smpp&text=test+%7E%21@%23%24%25%5E%26*%28%29_%2B%7D%7B%5B%5D%3A%3B%22%27%3C%3E%2C.%3F%3F/%3E%3C%3C%3E+test&dlr-mask=23&mclass=0&charset=UTF-8>
>
> Kindly let us know if any parameters issue.
>
>  Ravindra Gupta B: +91.22.6785 6785   Server AdministratorD: +91.22.6785
> 6754   [email protected] M: +91.98199 92242 www.vivaconnect.in
> Blog <http://blog.vivaconnect.in/> 
> LinkedIn<http://www.linkedin.com/company/viva-infomedia-pvt-ltd>
> Twitter <https://twitter.com/vivaconnect1> 
> Facebook<https://www.facebook.com/pages/VivaConnect/181323090987>
> YouTube<https://www.youtube.com/watch?v=MoLPYhTvNlg&feature=player_embedded>
>
> *Viva Infomedia Pvt. Ltd,* 242, Oshiwara Industrial Centre, New Link
> Road, Goregaon (West), Mumbai- 400104.
>
> DISCLAIMER: This e-mail and any files transmitted with it are for the sole
> use of the intended recipient(s) and may contain confidential and
> privileged information. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies and the original
> message. Any unauthorized review, use, disclosure,dissemination,
> forwarding, printing or copying of this email or any action taken in
> reliance on this e-mail is strictly prohibited and may be unlawful. The
> recipient acknowledges that Viva Infomedia Pvt.Ltd. or its subsidiaries and
> associated companies are unable to exercise control or ensure or guarantee
> the integrity of/over the contents of the information contained in e-mail
> transmissions and further acknowledges that any views expressed in this
> message are those of the individual sender and no binding nature of the
> message shall be implied or assumed unless the sender does so expressly
> with due authority of Viva Infomedia Pvt.Ltd. Before opening any
> attachments please check them for viruses and defects.
>
>
>
> On Thu, Jun 28, 2012 at 12:48 PM, Otandeka Simon Peter <
> [email protected]> wrote:
>
>>
>> Set the coding value to the right one.
>>
>> codingnumber Optional. Sets the coding scheme bits in DCS field. Accepts
>> values 0 to 2, for 7bit, 8bit or UCS-2. If unset, defaults to 7 bits unless
>> a udh is defined, which sets coding to 8bits.
>> Also url encoding your message helps.
>>
>> P.
>>
>>
>> On Thu, Jun 28, 2012 at 10:13 AM, Ravindra Gupta // Viva <
>> [email protected]> wrote:
>>
>>>
>>> Dear Users,
>>>
>>> I am using kannel-1.5.0 for bulk sms.
>>>
>>> I am not getting Special Characters like @$_ on handset.
>>>
>>> Is there any parameter needs to be include so I can get it ??
>>>
>>>
>>>
>>> Kannel Conf file.
>>> group = core
>>> admin-port = xxxx
>>> smsbox-port = xxxx
>>> admin-password =xxx
>>> status-password =xxxx
>>> #admin-deny-ip = "*.*.*.*"
>>> #admin-allow-ip = "127.0.0.1"
>>> log-file = "/var/log/kannel/kannel.log"
>>> log-level = 0
>>> box-deny-ip = "*.*.*.*"
>>> box-allow-ip = "127.0.0.1"
>>> #unified-prefix = "+358,"
>>> access-log = "/var/log/kannel/kannel_access.log"
>>> #store-type = "kannel.store"
>>> #store-location = "/home/kannel/kannel.store"
>>> #ssl-server-cert-file = "xxxx"
>>> #ssl-server-key-file = "key.pem"
>>> #ssl-certkey-file = "mycertandprivkeyfile.pem"
>>> sms-combine-concatenated-mo = true
>>> smsbox-max-pending=1024
>>> dlr-storage=mysql
>>>
>>> #---------------------------------------------
>>> # SMSC CONNECTIONS
>>>
>>> group = smsc
>>> smsc = smpp
>>> smsc-id = demo
>>> host=x.x.x.x
>>> smsc-username=demo
>>> smsc-password=xxxx
>>> port = xxxx
>>> receive-port= 0
>>> connect-allow-ip = 127.0.0.1
>>> system-type=""
>>> address-range=""
>>> #alt-dcs= 0
>>> source-addr-ton=1
>>> source-addr-npi=1
>>> source-addr-autodetect=""
>>> dest-addr-ton=1
>>> dest-addr-npi=1
>>> #msg-id-type=0x00
>>> allowed-smsc-id=demo
>>> transceiver-mode=1
>>> throughput=10
>>>
>>>
>>> #---------------------------------------------
>>> # SMSBOX SETUP
>>> # Smsbox(es) do higher-level SMS handling after they have been received from
>>> # SMS centers by bearerbox, or before they are given to bearerbox for 
>>> delivery
>>> group = smsbox
>>> smsbox-id=asmsbox
>>> bearerbox-host = 127.0.0.1
>>> sendsms-port = xxxx
>>> global-sender = SMS
>>> sendsms-chars = "0123456789 +-"
>>> #log-file = "/tmp/smsbox.log"
>>> #log-level = 0
>>> #access-log = "/home/kannel/smsbox01.log"
>>> http-request-retry=5
>>> http-queue-delay=50
>>>
>>> #---------------------------------------------
>>> # SEND-SMS USERS
>>> # These users are used when Kannel smsbox sendsms interface is used to
>>> # send PUSH sms messages, i.e. calling URL like
>>> # 
>>> http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar...
>>> group = sendsms-user
>>> username = xxxx
>>> password = xxxxx
>>> #user-deny-ip = ""
>>> #user-allow-ip = ""
>>> #default-smsc=xy
>>> #default-smsc=xxxx
>>> max-messages = 5
>>> concatenation=true
>>> #dlr-url="http://localhost/sms/dlr.php?";
>>> #---------------------------------------------
>>> # SERVICES
>>> # These are 'responses' to sms PULL messages, i.e. messages arriving from
>>> # handsets. The response is based on message content. Only one sms-service 
>>> is
>>> # applied, using the first one to match.
>>> group = sms-service
>>> keyword = nop
>>> #text = "You asked nothing and I did it!"
>>> concatenation=true
>>> max-messages=5
>>> text=<480 Characters with spaces>
>>>
>>> # There should be always a 'default' service. This service is used when no
>>> # other 'sms-service' is applied.
>>>
>>> group = sms-service
>>> keyword = default
>>> #text = "No service specified"
>>> text=<480 Characters with spaces>
>>> concatenation=true
>>> max-messages=5
>>>
>>> Appreciate for Quick reply.
>>>
>>> Thanks in advance.
>>>
>>>
>>>
>>
>

Reply via email to