Re: Customize Kannel

2012-01-18 Thread Abdul Basit
Can you please define your set of requirements and how current config is not supporting you. Better elaborate your thoughts. What is the shape of our apple? -- regards, Abdul Basit On Fri, Jan 13, 2012 at 5:03 PM, Suranga Ranjith wrote: > Hi all, > > I have my own requirements and the current

Re: Customize Kannel

2012-01-18 Thread Suranga Ranjith
Hi Abdul, 1. Can we route messages using 2nd, 3rd...keyword? ( As I know we can only route it using 1st keyword) (I want it as recursive) 2. Can we store directly the incoming messages without calling again a URL (get-url)? 3. If we update the Kannel.conf at the run time, do bearerbox, smsb

Multi-Part SMS

2012-01-18 Thread michael osakede
Hi, What do i need to add to my kannel config to enable me deliver multi-par sms ie 400chars message as one message and not split message? I am sending the messages via SQLBOX SQLBOX --> BEARERBOX My config group = smsc smsc = smpp smsc-id = xxxsms host = XX port = 2345 receive-port = 23

Re: Multi-Part SMS

2012-01-18 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, give a try to: max-messages = 10 concatenation = true On Wed, Jan 18, 2012 at 12:44 PM, michael osakede wrote: > Hi, > > What do i need to add to my kannel config to enable me deliver multi-par sms > ie 400chars message as one message and not split message? > I am sending the messages via SQ

Re: Multi-Part SMS

2012-01-18 Thread michael osakede
Hi, Added this to sendsms-user It does not solve this, do you have a config that works for multi-part sms? Thanks From: Nicolas de Bari Embriz Garcia Rojas To: michael osakede Cc: "users@kannel.org" Sent: Wednesday, January 18, 2012 2:01 PM Subject: Re: Mul

Re: Multi-Part SMS

2012-01-18 Thread Mohammed Saleem
Hello I don't use sqlbox, but I set the following in the core group to enable receiving concatenated Mo messages sms-combine-concatenated-mo=true sms-combine-concatenated-mo-timeout=1800 Give it a try hope it helps BR Sleem On Wed, Jan 18, 2012 at 3:55 PM, michael osakede wrote: > Hi, > > A

Re: Multi-Part SMS

2012-01-18 Thread michael osakede
Hi, Thanks but that did not solve the problem Access Log 2012-01-18 15:42:33 Sent SMS [SMSC:xxxsms] [SVC:171] [ACT:2012-01-18 15:42:30] [BINF:] [FID:720184552] [META:] [from:DR] [to:2348098009386] [flags:-1:-1:-1:-1:19] [msg:305:xx] [udh:0:] Kannel Log boxc_receiver: sms received 2012-01-

Re: Multi-Part SMS

2012-01-18 Thread michael osakede
Hi All, Found the solution here Hello, The problem is due to the character set. When you insert the record in the send_sms table, try assigning 0 to the coding column of the table. Regards, Perumaal.K http://old.nabble.com/unable-to-send-long-message-by-SQLBOX-td30094372.html  Thanks Alot. ___

System error 5: Input/output error

2012-01-18 Thread Diogo Hartmann
System error 5: Input/output error 2012-01-18 17:13:24 [20211] [22] ERROR: AT2[GSM22]: Couldnot write to device. 2012-01-18 17:13:24 [20211] [22] ERROR: System error 5: Input/output error 2012-01-18 17:13:24 [20211] [22] DEBUG: AT2[GSM22]: send command status: -1 2012-01-18 17:13:24 [20211] [22] E

Re: System error 5: Input/output error

2012-01-18 Thread Alvaro Cornejo
Hi Have no idea of the system error but from the could not write to device error, it seems kannel can not communicate with the modem: - Does the user running kannel has write access to the device? - Have your modem been disconnected/power cycle? In some occasions, when a usb device is disconected

Re: System error 5: Input/output error

2012-01-18 Thread Diogo Hartmann
Hi, i use a script that read the IMEI from the modem conected and generate a 'link'. The modens are saved like this: , GSM22,35801290510921 GSM23,35801290521322 So i always have the /dev/GSM22 and /dev/GSM23 on the /dev directory... I have set chmod 777 /dev/GSM* and chmod 777 /dev/ttyUSB*. I

Re: Customize Kannel

2012-01-18 Thread Willy Mularto
1. use keyword-regex 2. yes sure, use SQLBox 3. no, need to restart the whole boxes. only the license one will do this feature (afaik) On Jan 18, 2012, at 6:55 PM, Suranga Ranjith wrote: > Hi Abdul, > > > 1. Can we route messages using 2nd, 3rd...keyword? ( As I know we can only > rou