Re: Message rejected by bearerbox, no router!

2005-03-31 Thread Dejan Markic
Hello! It seems that Kannel cannot open any ports for listening. Check what is listening on ports 13000 and 13001. Cheers, Dejan - Original Message - From: Allan hank [EMAIL PROTECTED] To: users@kannel.org Sent: Thursday, March 31, 2005 9:37 AM Subject: Message rejected by bearerbox, no

Re: sendsms script problems

2005-03-31 Thread Aarno Syvänen
What are your allowed smsc and forced sms parameters. Error means that bearerbox cannot find a smsc to send the message. Aarno On 31.3.2005, at 09:54, Dejan Markic wrote: Hey! Nobody knows anything about this, or am I missing something here? Kind regards, Dejan - Original Message - From:

Re: sendsms script problems

2005-03-31 Thread Dejan Markic
Hello! Well yes, that I know, I intentionaly disconnected it. The real problem is that the sendsms script still produces HTTP Status 202, which means that the message was sent, but it is not - and it is also not after I connect the SMSC back. Thanks for your input! Kind regards, Dejan -

testing kannel

2005-03-31 Thread AKSHAY
hi friends i am using older versions of kannel eg 0.6 , 0.5 as new versions are not running on my system i have managed to get the bearer box . + wap box running but when i tested to wap gateway using fakewap using an eg ---fakewap -v myport hostconect porttocoonect 10 1 0

error code 0x00000058 in response to submit_sm

2005-03-31 Thread Russel Stromin
Hi All We see this in our logs: SMSC returned error code 0x0058 in response to submit_sm We believe this is a throttling error... The SMSC group config has: throughput=3 max-pending-submits=100 smsc=smpp We have tried many combinations of the throughput and max-pending-submit tags

RE: SQLBox Patch Download

2005-03-31 Thread Rene Kluwen
Try this one: http://www.chimit.nl/kannel/sqlbox_patch-20041031.tar Meanwhile I am waiting to get CVS access so the patch can be in it's own home. Rene Kluwen Chimit -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens David E. Meier Verzonden: dinsdag 29

manage at smsc

2005-03-31 Thread info.ubichip IMAP
Hello, I'm searching some source code in order to manage prepaid card (ability to know when credit is null, or billing feature) for use with kannel with smsc AT modem. Does someone has some ideas or have some experience in it ? I m' looking too for account billing source code in order to

Re: error code 0x00000058 in response to submit_sm

2005-03-31 Thread Rodrigo Cremaschi
Hi Russel, It is a throttling error (according to SMPP Protocol Specification v.3.4 you have exceeded the message limit and SMSC cannot accept more requests). I don't think this is a throughput problem. Talk to your SMSC and ask them what kind of limitations they impose on your SMPP

Re: error code 0x00000058 in response to submit_sm

2005-03-31 Thread Russel Stromin
Thanks Rodrigo Yes we understand the throttling error and are investigation the limitations of this particular operator. My question of what Kannel does with this submit is still unanswered. We know the SMSC does not send the SM ... does Kannel retry it or what ? Cheerio Russel -

Re: error code 0x00000058 in response to submit_sm

2005-03-31 Thread Rodrigo Cremaschi
Probably, it won't be discarded, but queued for later retry. Part of the code dealing with your problem is here (gateway/gw/smsc/smsc_smpp.c). Maybe you should post your question to the devel guys at devel@kannel.org to know what actually happens. /* * check to see if we

Re: how inferface a C prog with smsbox

2005-03-31 Thread knaren
Why shouldn't you use the HTTP interface? Smsbox is already working, tested and debugged extensively. Why not use it? you can make use of the http port that the smsbox defines, normally its 13013 a tcp port. I use this extensively. The usage/API is well documented in the manual. hai

Error while sending XML document...

2005-03-31 Thread Suman Choudary
Hello all I am using kannel-1.4.0 for WAP push. I got a problem while sending the XML document containing OTA settings. While sending from HTTP url I got an error at smsbox. Here I am using fakesmsc Why I am getting such an error? Is there any mistake in the configuration file or at XML