Ericsson IPX SMPP patch

2009-05-11 Thread Calle Kabo
Hi, We've made a patch for Kannel 1.4.3 which enables the use of the escape codes %x, %y and %z (ipx_timestamp, ipx_operator and ipx_ipx_messageid resp.). For those interested please find the patch attached :) I Followed the how-to on this page:

Re: Ericsson IPX SMPP patch

2009-05-11 Thread Alejandro Guerrieri
Latest CVS supports vendor TLV's by passing them as meta-data, there's no need to patch it. Regards, Alex On Mon, May 11, 2009 at 8:12 AM, Calle Kabo ca...@berazy.com wrote: Hi, We've made a patch for Kannel 1.4.3 which enables the use of the escape codes %x, %y and %z (ipx_timestamp,

Kannel not sending SMS

2009-05-11 Thread Jinson
Hello Guys, Can somebody help me with the following issue...??? Kannel goes idle randomly and not submitting messages. Everything works fine with a restart of Kannel I found the following in my core log... 2009-05-11 02:08:42 [21064] [9] DEBUG: SMPP[xxxSMPP]: Got PDU: 2009-05-11 02:08:42

Re: Ericsson IPX SMPP patch

2009-05-11 Thread Calle Kabo
Cool, I wasn't aware of that. We're on production servers so we're running the stable version (1.4.3). How is the meta-data passed on to an URL? %m1, %m2, %m3 and so on? When will this functionality be stable? Best Regards, Calle Kabo 11 maj 2009 kl. 08.28 skrev Alejandro Guerrieri: Latest

Re: Kannel not sending SMS

2009-05-11 Thread Nikos Balkanas
Hi, Please post your configuration. Seems that bearerbox has lost its smsboxes. Have you defined smsbox-route? BR, Nikos - Original Message - From: Jinson To: users@kannel.org Sent: Monday, May 11, 2009 10:30 AM Subject: Kannel not sending SMS Hello Guys, Can

RE: Fastest Modem for Kannel

2009-05-11 Thread Tshimanga Minkoka
Hi, We are using a lot of Kannel through SMPP and modems. The best we could get with Wavecom through serial port was a throughput of 1 SMS/ 5 sec. With a Huawei E200 through USB port we had 1 SMS / 1 sec. My opinion is that through USB port we have more recent devices (that have more speed

Re: Kannel not sending SMS

2009-05-11 Thread Jinson
group = core admin-port = 13010 admin-password = admin status-password = admin-deny-ip = *.*.*.* admin-allow-ip = 127.0.0.1 smsbox-port = 13011 smsbox-port-ssl = no box-deny-ip = *.*.*.* box-allow-ip = xxx.xxx.xxx.xxx dlr-storage = mysql log-file = /var/log/kannel/kannel-core.log log-level =

Re: Kannel not sending SMS

2009-05-11 Thread Falko Ziemann
You either need to configure a route or you can add a default- or forced-smsc to the sendsms-user when you don't want kannel to route. Regards Falko Am 11.05.2009 um 10:19 schrieb Jinson: group = core admin-port = 13010 admin-password = admin status-password = admin-deny-ip = *.*.*.*

Re: Kannel not sending SMS

2009-05-11 Thread Nikos Balkanas
You are missing smsbox-route. Please add to your configuration. See manual. BR, Nikos - Original Message - From: Jinson To: Nikos Balkanas Cc: users@kannel.org Sent: Monday, May 11, 2009 11:19 AM Subject: Re: Kannel not sending SMS group = core admin-port = 13010

Re: Kannel not sending SMS

2009-05-11 Thread Jinson
I have 4 smsc groups just like the below one...and I'm specifying SMSC-ID in HTTP request for routing..And the messages are not routing only for the below mentioned SMSC...It works fine mostly and sometimes messages will fail to submit from Kannel to SMSC group = smsc smsc = smpp smsc-id =

Re: Ericsson IPX SMPP patch

2009-05-11 Thread Alejandro Guerrieri
Calle, Check the documentation here: http://www.kannel.org/~aguerrieri/Kannel_meta-data_docs/ CVS is as stable as 1.4.3 imho. Regards, Alejandro On Mon, May 11, 2009 at 9:35 AM, Calle Kabo ca...@berazy.com wrote: Cool, I wasn't aware of that. We're on production servers so we're running

Distributed setup: what's the best solution?

2009-05-11 Thread Toni Van Remortel
Hi all,   I'm testing Kannel with this setup: - Bearerbox + smsbox + SMSC linked to a local modem = SMSC_1 (location: Belgium) - Bearerbox + smsbox + SMSC linked to a local modem = SMSC_2 (location: China)   When I only use the preferred-prefix options for the SMSC's, it is working

Re: Extended I/O serial PCI card

2009-05-11 Thread Alvaro Cornejo
I'll recommend you to use terminal servers or serial consoles. They are OS independant and can grow indefinetly... and are way more flexibles Moxa, APS DIGI has good such devices Regards Alvaro On Sat, May 9, 2009 at 3:47 AM, Falko Ziemann fal...@gmail.com wrote: Hi, first: there are much

Re: Kannel not sending SMS

2009-05-11 Thread Nikos Balkanas
Hi, 3 mails ago I did tell you about missing your *smsbox-route* configuration. Shouldn't you be adding it? BR, Nikos - Original Message - From: Jinson To: Nikos Balkanas Cc: users@kannel.org Sent: Monday, May 11, 2009 11:48 AM Subject: Re: Kannel not sending SMS I

Re: Extended I/O serial PCI card

2009-05-11 Thread aan . isnaini
Thank's a lot --Original Message-- From: Alvaro Cornejo To: Falko Ziemann Cc: aan.isna...@gmail.com Cc: users@kannel.org Sent: May 11, 2009 10:02 PM Subject: Re: Extended I/O serial PCI card I'll recommend you to use terminal servers or serial consoles. They are OS independant and can

Dlr mysql

2009-05-11 Thread aan . isnaini
Dear all, I was tried and follow the userguide regarding kannel+dlr mysql. Also, googling the kannel+mysql. unfortunately I failed to use mysql as database for kannel. The kannel working well when I use internal storage only. Therefore please kindly give an example conf or the url link about

Re: Distributed setup: what's the best solution?

2009-05-11 Thread Nikos Balkanas
Hi, To work in your distributed environment, you need to have a connection between your China Belgium setups at the bearerbox level. Bearerbox is doing all SMSc routing, and doesn't understand sms-service. HTTP relaying is used for just what you do: To explicitly push SMSs through the relay

Re: Dlr mysql

2009-05-11 Thread aan . isnaini
All, Forget the conf file, below is my conf file: #core group = core admin-port = 13000 smsbox-port = 13001 admin-password = bethebest status-password = bethebest admin-deny-ip = admin-allow-ip = 127.0.0.1 log-file = var/log/kannel/bearerbox.log log-level = 1 box-deny-ip = *.*.*.* box-allow-ip

Help need to start CDMA SMS Gateway

2009-05-11 Thread chandu
Hi, This is chandu, am newbie to this listing. i need to do CDMS SMS Gateway , as i dont have any experience and idea about SMS gateway, i dont know how to start. 1) can any one please help me on how to , and where can i get good startup material for it. 2) can we use this Kannel SMS Gateway