send messages to multiple numbers using sqlbox

2010-10-01 Thread Harbhag Singh Sohal
I am using the following query to send sms INSERT INTO send_sms ( momt, sender, receiver, msgdata, sms_type ) VALUES ( 'MT', '1234', '1234567890', 'Hello world', 2 ); I can send message to the single number without any problem but I want to know how can I send message to multiple numbers. From

unable to find out the error

2010-10-01 Thread Harbhag Singh Sohal
I just checked my bb log and it was full with the errors like below. I dont understand what is causing these error. 2010-10-01 09:41:54 [24414] [3] ERROR: System error 98: Address already in use 2010-10-01 09:41:54 [24414] [0] INFO: Set SMS resend frequency to 60 seconds. 2010-10-01 09:41:54

Re: unable to find out the error

2010-10-01 Thread Harbhag Singh Sohal
I am also getting this on the screen 2010-10-01 09:27:10 [11581] [6] ERROR: AT2[huawei_E220]: Error encoding PDU! 2010-10-01 09:27:10 [11581] [6] ERROR: System error 2: No such file or directory 2010-10-01 09:27:58 [11581] [6] ERROR: AT2[huawei_E220]: Error encoding PDU! 2010-10-01 09:27:58

Re: send messages to multiple numbers using sqlbox

2010-10-01 Thread Elton Hoxha
Hi, Is this Kannel question or basic programming issue? Load your msisdn list from file or anywhere else to your table like you do for a single record. On Fri, Oct 1, 2010 at 5:59 AM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: I am using the following query to send sms INSERT INTO

Re:users Digest, Vol 50, Issue 1

2010-10-01 Thread latitude . de
... URL: http://www.kannel.org/pipermail/users/attachments/20101001/05020c54/attachment-0001.html -- Message: 2 Date: Fri, 1 Oct 2010 01:46:13 +0300 From: Nikos Balkanas nbalka...@gmail.com To: Gurminder sgurmin...@gmail.com,users@kannel.org Subject: Re: init-string

Re: unable to find out the error

2010-10-01 Thread Nikos Balkanas
Hi, You have another bearerbox instance running in the background. Kill it and you should be OK. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To: users@kannel.org Sent: Friday, October 01, 2010 7:14 AM Subject: unable to find out the error I

Re: unable to find out the error

2010-10-01 Thread Nikos Balkanas
Hi, Check your modem configuration. Seems you have put the wrong device. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To: users@kannel.org Sent: Friday, October 01, 2010 7:18 AM Subject: Re: unable to find out the error I am also getting this on

Re: unable to find out the error

2010-10-01 Thread Harbhag Singh Sohal
I have killed all the running instances of bearerbox but I am still getting this error although I can send sms successfully. In modem configuration what should I use for device. I am using Huawei E220 modem. Below is the excerpt from my bb log 2010-10-01 16:42:29 [6677] [3] ERROR: System error

Re: unable to find out the error

2010-10-01 Thread Milan P. Stanic
On Fri, 2010-10-01 at 16:47, Harbhag Singh Sohal wrote: I have killed all the running instances of bearerbox but I am still getting this error although I can send sms successfully. In modem configuration what should I use for device. I am using Huawei E220 modem. If your Kannel runs on Linux

Re: unable to find out the error

2010-10-01 Thread Harbhag Singh Sohal
Sorry my mistake. I did not kill all the running instances. I am not getting any error for now. On Fri, Oct 1, 2010 at 4:47 PM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: I have killed all the running instances of bearerbox but I am still getting this error although I can send sms

Re: unable to find out the error

2010-10-01 Thread Harbhag Singh Sohal
Netstat is your friend: netstat -ltnp | grep 13016 According to this command there are two instances of bearerbox running on port 13015 and 13016. Is this behavior normal ??

RE: Inbound SMPP connection to Kannel? How to?

2010-10-01 Thread Peter Mohr
I'm quite sure I has the latest SVN version (changelog shows updates from 2010/09/15 Debug says: 2010-10-01 13:32:23 [26576] [0] DEBUG: Kannel smppbox version svn-r50 gwlib version `svn-r4843'. Smppbox.conf: group = core group = smppbox bearerbox-host = localhost bearerbox-port = 13001

SMS missing

2010-10-01 Thread dafodil
Hi List, I m trying to send 20 sms in a loop. a single sms works fine. now i m trying to send 20 sms in a loop.the same block gets executed for all sms.the situation is that,some sms do not reach bearerbox and as a result submit_sm are not seen for those.i m using kannel revision svn-r4845'.

Re: unable to find out the error

2010-10-01 Thread Nikos Balkanas
Try to learn some administration basics first. This is not a forum for this. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To: users@kannel.org Sent: Friday, October 01, 2010 2:38 PM Subject: Re: unable to find out the error Netstat is your friend:

Re: Inbound SMPP connection to Kannel? How to?

2010-10-01 Thread Nikos Balkanas
Never truncate the thread. Important information gets lost. Now you will have to repost related max detailed smppbox logs. BR, Nikos - Original Message - From: Peter Mohr p...@mobilityarchitects.com To: Nikos Balkanas nbalka...@gmail.com; Rene Kluwen rene.klu...@chimit.nl;

RE: Inbound SMPP connection to Kannel? How to?

2010-10-01 Thread Peter Mohr
The problem is that the thread gets to long and the messages are rejected / pending approval SMPPBOX: 2010-09-29 14:05:54 [24156] [0] WARNING: DLR: using default 'internal' for storage type. 2010-09-29 14:05:54 [24156] [0] INFO: DLR using storage type: internal 2010-09-29 14:05:54 [24156]

Re: SMS missing

2010-10-01 Thread dafodil
Hi I guess giving complete log file would help the genius to track fast where i m wrong.i have attached BB and SB log files as the ziped ones. Br daf http://old.nabble.com/file/p29857207/log.zip log.zip dafodil wrote: Hi List, I m trying to send 20 sms in a loop. a single sms works fine.

Re: unable to find out the error

2010-10-01 Thread Milan P. Stanic
On Fri, 2010-10-01 at 17:08, Harbhag Singh Sohal wrote: Netstat is your friend: netstat -ltnp | grep 13016 According to this command there are two instances of bearerbox running on port 13015 and 13016. Is this behavior normal ?? It is not normal but it possible if you know what you do. It

Re: unable to find out the error

2010-10-01 Thread Nikos Balkanas
Actually this is normal. Netstat shows invidual connections. A single bearerbox instance should show 3+ such connections (http, smsbox, wap?, +SMSc). These are all mapped to the same pid. BR, Nikos - Original Message - From: Milan P. Stanic m...@arvanta.net To: users@kannel.org Sent:

Re: Inbound SMPP connection to Kannel? How to?

2010-10-01 Thread Nikos Balkanas
Well, in that case use your judgement to delete only useless information. Anyway, all seems kosher. For some reason your transmitter PDU is rejected. Credentials look fine. 3 things to try: 1) Comment out use-systemid-as-smsboxid in smppbox.conf. 2) Add your kannel's IP addess at the end of

RE: Inbound SMPP connection to Kannel? How to?

2010-10-01 Thread Peter Mohr
1) Done. 2) Done 3) Rene, 1 2 doesn't help me. Suggestions ? :-( Thanks \Peter _ Peter Mohr Partner Mobile: +45 3162 1290 Mobility Architects www.mobilityarchitects.com Mobility Architects hjælper nogle af Danmarks største organisationer og virksomheder med at

Re: unable to find out the error

2010-10-01 Thread Milan P. Stanic
On Fri, 2010-10-01 at 17:00, Nikos Balkanas wrote: Actually this is normal. Netstat shows invidual connections. A single bearerbox instance should show 3+ such connections (http, smsbox, wap?, +SMSc). These are all mapped to the same pid. Yes, you are right. I overlooked what the OP wrote in

Re: unable to find out the error

2010-10-01 Thread Harbhag Singh Sohal
On Fri, Oct 1, 2010 at 5:56 PM, Milan P. Stanic m...@arvanta.net wrote: On Fri, 2010-10-01 at 17:08, Harbhag Singh Sohal wrote: Netstat is your friend: netstat -ltnp | grep 13016 Thanks for your responses Milan.

Invitación a conectarnos en LinkedIn

2010-10-01 Thread vidaluz arista lopez via LinkedIn
LinkedIn vidaluz arista lopez requested to add you as a connection on LinkedIn: -- Tapan, Me gustaría añadirte a mi red profesional en LinkedIn. -vidaluz Accept invitation from vidaluz arista lopez