[PATCH] Parlay/X and GSMA OneAPI support

2012-10-08 Thread Stipe Tolj
Hi list, after further revision of the gSOAP support patch that enables Kannel to used Ericsson's Parlay/X and GSMA's OneAPI SOAP interfaces for SMS sending and receiving, here is the latest patchset, which is drastically reduced. We're expecting the system to host the gsoap import/ and plug

Re: devel Digest, Vol 74, Issue 7

2012-10-08 Thread virendra bhati
*1) do you have a manual for it?* http://www.bluocean.biz/gsm_modem.html#usb_gprs model 2 is the GSM modem.. *2) what kind of GSM modem options have you configured?* group = core admin-port = 13000 smsbox-port = 13001 admin-password = hariom status-password = foo admin-deny-ip = "" admin-allow-i

Re: GSM Modem is not sending SMS or even not putting into queue

2012-10-08 Thread Andreas Fink
you have modemtype = Bluocean but no modem definition with that name in the config file. Try adding this: group = modems id = Bluocean name = Bluocean speed = 115200 detect-string = "Bluocean" detect-string2 = "" init-string = "AT+CNMI=2,2,2,1,0" enable-hwhs = "" need-sleep = true no-pin = true

Re: [PATCH] start-at-boot / userguide

2012-10-08 Thread Stipe Tolj
Am 03.10.2012 22:36, schrieb Juan Nin: Was this ever commited? Hi Juan, nop, this never made it's way to the SVN trunk. I'm winding this up right now. All I'd like to change is the name of the config directive, and use 'dead-start = no' (as default). The term "boot" is something strange to

Re: [PATCH] start-at-boot / userguide

2012-10-08 Thread Stipe Tolj
Am 08.10.2012 18:40, schrieb Stipe Tolj: Am 03.10.2012 22:36, schrieb Juan Nin: Was this ever commited? Hi Juan, nop, this never made it's way to the SVN trunk. I'm winding this up right now. All I'd like to change is the name of the config directive, and use 'dead-start = no' (as default).

Re: [PATCH] start-at-boot / userguide

2012-10-08 Thread Juan Nin
Sounds good! Thanks! On Mon, Oct 8, 2012 at 2:40 PM, Stipe Tolj wrote: > Am 03.10.2012 22:36, schrieb Juan Nin: > >> Was this ever commited? >> > > Hi Juan, > > nop, this never made it's way to the SVN trunk. I'm winding this up right > now. > > All I'd like to change is the name of the config

GSM Modem is not sending SMS or even not putting into queue

2012-10-08 Thread virendra bhati
Hi Team, I have installed Kannel and working perfectly with *Ubuntu 12.04.1 LTS*. But I am not able to installed *BluOcean™ USB GSM / GPRS Modem*. Could you please help me so that I will configure and used my GSM modem for sending SMS from Kannel. -- Thanks and regards Virendra Bhati +91-97

Re: GSM Modem is not sending SMS or even not putting into queue

2012-10-08 Thread Andreas Fink
On 08.10.2012, at 19:39, virendra bhati wrote: > Hi Team, > > I have installed Kannel and working perfectly with Ubuntu 12.04.1 LTS. But I > am not able to installed BluOcean™ USB GSM / GPRS Modem. Could you please > help me so that I will configure and used my GSM modem for sending SMS from

[PATCH] Kannel SMPP v5.0 support

2012-10-08 Thread Stipe Tolj
Hi list, please find attached a patchset that adds all the relevant new PDUs and optional TLVs as defined in SMPP v5.0. The diff is against current SVN trunk. Some facts about the patch: - We add the missing PDUs as defined in SMPP v5.0, even while we're currently not handling them. (This i