Hello list,
I am new to kannel. Tying to use it to connect to T-Mobile in Hungary. It
has been informed to me that kannel i have set up is not sending UCP 60 or
accepting UCP 52 ( http://www.advox.se/download/protocols/EMI_UCP.pdf )

my kannel configuration looks like this:

    group = core
    admin-port = 13001
    smsbox-port = 13002
    admin-password = xxxxx
    log-file = "/var/log/kannel/kannel.log"
    log-level = 0
    access-log-clean = true
    admin-deny-ip = "*.*.*.*"
    admin-allow-ip = "171.100.223.12;127.0.0.1"
    #http-proxy-host = "127.0.0.1"
    #http-proxy-port = 8080
    #http-proxy-exceptions = "127.0.0.1"
    #http-proxy-username = "user"
    #http-proxy-password = "password"
    store-file = "/var/log/kannel/incoming.sms.kannel.store"
    #maximum-queue-length = -1
    sms-incoming-queue-limit = -1

    ##---------------------------------------------------------------------

    group = smsbox
    bearerbox-host = localhost
    #smsbox-port-ssl = "yes"
    #box-deny-ip = "*.*.*.*"
    #box-allow-ip = "127.0.0.1"
    sendsms-port = 13013
    log-file = "/var/log/kannel/smsbox.log"
    access-log = "/var/log/kannel/access.log"
    #white-list = "http://127.0.0.1/white-list.txt";
    #black-list = "http://127.0.0.1/black-list.txt";
    global-sender = +36305555601

    ##----------------------------------------------------------------------

    group = smsc
    smsc = emi
    host = x.y.z.a
    port = 5330
    smsc-username = xxx
    smsc-password = xxx
    keepalive = 30
    flow-control = 0
    window = 10
    connect-allow-ip = 127.0.0.1


##-----------------------------------------------------------------------

    group = sendsms-user
    username = calltivation
    password = xxxxx
    user-deny-ip = "*.*.*.*"
    user-allow-ip = "171.100.223.12;127.0.0.1"
    max-messages = 5
    concatenation = true


##--------------------------------------------------------------------------

    group = sms-service
    #keyword =
    keyword-regex = .*
    catch-all = yes
    #max-messages = 5
    concatenation = true
    get-url = "
http://localhost/calltivation/index.php?option=com_calltivation&controller=routinetask&task=onSMSReceived&format=raw&phone=%p&smsto=%P&text=%a
"
    omit-empty = true
    max-messages = 0

i have set that up according to guide here:
http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html
however, i do not see anything specific regarding UCP 60 or UCP 52. can
anyone tell me how to enable those in kannel?

any suggestion would be greatly appreciated.

Khan

Reply via email to