Hi Sandesh,

previously i faced the same problem but when i set *alt-charset *in group = smsc my problem got resolved. Each operator will support different parameters try one by one

Don't use coding=1 or coding=0 u will get garbeg in u r mobile.

My conf as below

*#alt-charset = "ASCII;windows-1252"
#;UTF-8;ISO-8859-1;ISO-8859-7;GSM;UTF-16BE"
alt-charset = "ASCII"
alt-addr-charset = "GSM"

*Then try to push message.

Some examples.

*S.NO CHARACTER HEXA-DECIMAL     ENCODED STRING
1 & %26 2 + %2B 3 % %25 4 # %23 5 = %3D 6 ^ %5E 7 ~ %7E
*


Example: http://192.168.168.3:13001/sendsms?username=xxx&password=xxxx&text=*%26*&from=kiran

And also please check your smpp log for any error while using *alt-charset= xxx


*Regards,

Kiran Reddy


Sandesh Waman // Viva wrote:
Dear Kiran,

What value I should use to get @_$. e.g alt-charset= ??(Any exact value bcoz many values are there)

Thanks in Advance,

Sandesh

On Mon, Mar 8, 2010 at 3:24 PM, [email protected] <mailto:[email protected]> <[email protected] <mailto:[email protected]>> wrote:

    Hi Sandesh,

    Please set the *alt-charset *parameter in group = smsc then send
    message and check in the mobile handset.

    Regards,

    Kiran Reddy :-)

    Sandesh Waman // Viva wrote:
    Dear Users,

    I am using kannel-1.4.3  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
    
<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.

    WR,
    Sandesh










Reply via email to