Re: Huawei USSDC UAP

2010-01-19 Thread Nikos Balkanas
Hi, This list is for kannel, not Huawei Gateway. For questions about the Huawei gateway ask their group. BR, Nikos - Original Message - From: "Isaac Sanni-Thomas" To: "users" Sent: Wednesday, January 20, 2010 3:15 AM Subject: Huawei USSDC UAP Hi guys, Has anyone written a C sock

Re: Count SMS units for Unicode Messages

2010-01-19 Thread Jinson
Its working with the following URL.parameters text=%E0%A4%95%E0%A5%81%E0%A4%9B%20%E0%A4%95%E0%A5%81%E0%A4%9B%20%E0%A4%B9%E0%A5%8B%E0%A4%A4%E0%A4%BE%20%E0%A4%95%E0%A5%81%E0%A4%9B%20%E0%A4%95%E0%A5%81%E0%A4%9B%20%E0%A4%B9%E0%A5%8B%E0%A4%A4%E0%A4%BE%E0%A4%95%E0%A5%81%E0%A4%9B%20%E0%A4%95%E0%A5%81%E0

Huawei USSDC UAP

2010-01-19 Thread Isaac Sanni-Thomas
Hi guys, Has anyone written a C socket app that integrates into the Huawei USSD Gateway using their UAP protocol and not SMPP. regards, Ike

Re: How to use a phone connected to USB port

2010-01-19 Thread Emmanuel CHANSON
t; > > Thankyou, my configuration file is now like this but still no luck >> > > >> > >> group = core >> > >> admin-port = 13330 >> > >> smsbox-port = 13331 >> > >> admin-password = bar >> > >> log-file

Re: How to use a phone connected to USB port

2010-01-19 Thread Nikos Balkanas
5 PM, Cezary Siwek > > > > wrote: > >> > >> you have to configure smsbox-route group. check the manual for more > info. > >> > >> BR > >> > >> > >> - Original Message - > >>

Re: how to use a phone connected to USB port

2010-01-19 Thread Nikos Balkanas
quot; >>> modemtype = auto >>> device = /dev/ttyACM0 >>> my-number = 03214542634 >>> connect-allow-ip = 127.0.0.1 >>> keepalive = 60 >>> log-file = "smsc.log" >>> log-level = 0 >>> speed = 115200 >>> >>> gr

RE: how to use a phone connected to USB port

2010-01-19 Thread C. Savinovich
erbox-host = 127.0.0.1 >> >> smsbox-id = main >> >> sendsms-port = 13332 >> >> global-sender = 03214542634 >> >> #sendsms-chars = 0123456789 >> >> #black-list = "banned_nos.txt" >> >> log-level = 0 >> >> log-

Start bearerbox with an SMSC stopped?

2010-01-19 Thread Garth Patil
Hi all, Is it possible to start the bearerbox with an SMSC link stopped? I'd like to be able to bring up the bearerbox, and then bring each SMSC link up using the HTTP administration 'start-smsc' command. Is there any way to indicate in the configuration or otherwise that a given link, or all links

Re: How to use a phone connected to USB port

2010-01-19 Thread Emmanuel CHANSON
msbox-id = main > > >> sendsms-port = 13332 > > >> global-sender = 03214542634 > > >> #sendsms-chars = 0123456789 > > >> #black-list = "banned_nos.txt" > > >> log-level = 0 > > >> log-file = "smsbox.log" > >

Re: Issues for sending SMS while using SQLBox

2010-01-19 Thread Nikos Balkanas
Hi, Look in user's guide about accepted-smsc and denied-smsc. They are detailed with several examples. BR, Nikos - Original Message - From: preeteesh kakkar To: users@kannel.org Sent: Tuesday, January 19, 2010 10:50 PM Subject: Issues for sending SMS while using SQLBox D

Re: How to use a phone connected to USB port

2010-01-19 Thread Nikos Balkanas
eepalive = 60 >>> log-file = "smsc.log" >>> log-level = 0 >>> speed = 115200 >>> >>> group = smsbox >>> bearerbox-host = 127.0.0.1 >>> sendsms-port = 13332 >>> global-sender = 03214542634 >>> #sendsms-chars = 0

How to use a phone connected to USB port

2010-01-19 Thread C. Savinovich
gt;> init-string = "AT+CNMI=3,2,0,0" > > > > > > ?! > > > > > > On Tue, Jan 19, 2010 at 6:05 PM, Cezary Siwek > > > > wrote: > >> > >> you have to configure smsbox-route group. check the manual for more > info.

Issues for sending SMS while using SQLBox

2010-01-19 Thread preeteesh kakkar
Dear All, I have a small issue i am facing while using Sqlbox to send sms. I have two smpp in my kannel.conf with id first & second. The second smpp is not working as of now i.e though you can connect to it if someone uses it to send sms it will not go. I always insert smsc-id as first in sqlbo

Kannel vrs. NowSMS

2010-01-19 Thread Eric Michiels
hi, i currently use NowSMS and would like to start using Kannel. Has anyone ever done this? what was your experience? Is there a big difference? thanks, eric

Re: sending WAPPush for IMPS client

2010-01-19 Thread Nikos Balkanas
Hi, Whenever posting similar questions, include detailed logs & configuration. BR, Nikos - Original Message - From: Latitude Test To: users Sent: Tuesday, January 19, 2010 6:24 PM Subject: sending WAPPush for IMPS client Hi, I am sending the following binary msg via ka

sending WAPPush for IMPS client

2010-01-19 Thread Latitude Test
Hi, I am sending the following binary msg via kannel to trigger the IMPS client on Nokia that is already configured. The device is currently silently ignoring the message. *GET /cgi-bin/sendsms?username=test&password=test&to=XX&udh=%06%05%04%0B%84%23%F0&text=%05%06%03F%AF%0AWVCI+1.1+fa5460c4x

Re: cannot recieve sms

2010-01-19 Thread Nikos Balkanas
You also have to specify smsc-id in your smsbox-route. Read the manual. BR, Nikos - Original Message - From: "Alvaro Cornejo" To: "Munir Ahmad" Cc: Sent: Tuesday, January 19, 2010 3:46 PM Subject: Re: cannot recieve sms You need to tell your modem to pass the sms to kannel using at

Re: Count SMS units for Unicode Messages

2010-01-19 Thread Nikos Balkanas
No. The actual 8-bit bytes are string/2. These have to be matched against a maximum of ~140 octets in an SMS. Remember to use correct coding & charset (read user's guide) in your sendsms url. BR, Nikos - Original Message - From: Jinson To: Nikos Balkanas Cc: users Sent: Tu

Re: cannot recieve sms

2010-01-19 Thread Munir Ahmad
Success, after doing some research I found out AT command was not set properly. after doing this: init-string = "AT+CNMI=3,1,0,0" in group modems I now receive messages, (log file shows) : 2010-01-19 18:46:11 [10491] [6] DEBUG: AT2[MainSMSC]: received message from > SMSC: +923210006001 > 2010-01

Re: cannot recieve sms

2010-01-19 Thread Alvaro Cornejo
You need to tell your modem to pass the sms to kannel using at+cnmi command and/or tell kannel to look for the messages in the modems: sim-buffering = true... read the manual for details. Regards Alvaro |---

Re: cannot recieve sms

2010-01-19 Thread Munir Ahmad
Thankyou, my configuration file is now like this but still no luck group = core > admin-port = 13330 > smsbox-port = 13331 > admin-password = bar > log-file = "./kannel.log" > log-level = 0 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > > group = smsc > smsc = at > smsc-id = "MainSMSC" >

Re: cannot recieve sms

2010-01-19 Thread Cezary Siwek
you have to configure smsbox-route group. check the manual for more info. BR - Original Message - From: Munir Ahmad To: users@kannel.org Sent: 19 January 2010 12:52 Subject: cannot recieve sms I have been pulling hairs for two days but no luck please help me. here is m

cannot recieve sms

2010-01-19 Thread Munir Ahmad
I have been pulling hairs for two days but no luck please help me. here is my config: group = core > admin-port = 13330 > smsbox-port = 13331 > admin-password = bar > log-file = "./kannel.log" > log-level = 0 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > > group = smsc > smsc = at > sm

Re: BinarySMS as post

2010-01-19 Thread Willy Mularto
POST as is in HTTP POST you mean? Then you need HTTP SMSC module, it is built in ;) Willy sangpr...@gmail.com On Jan 19, 2010, at 1:10 PM, Quintin Par wrote: Really confused here. Can someone show me an example of how can I send binary data as post to a custom client port through Kann

Re: Count SMS units for Unicode Messages

2010-01-19 Thread Jinson
This is HEX code . e0b487e0b4a4e0b58d20e0b48ee0b4a8e0b58de0b4b1e0b58620e0b486e0b4a6e0b58de0b4afe0b4a4e0b58de0b4a4e0b58620e0b4b8e0b4a8e0b58de0b4a6e0b587e0b4b6e0b482 So just length of this string / 4 will count the actual characters ? Thanks Jinson Abraham MobME Wireless Solutions Pvt. Ltd