throttling error

2006-03-28 Thread Willy
Guys, Anybody knows what does this error mean? SMSC returned error code 0x0058 (Throttling error) in response to submit_sm. And how to fix it? Many thanks for your kind help. Regards Willy

Re: throttling error

2006-03-28 Thread Ady Wicaksono
It means that you try to send more than allowed maximum speed of sending submit_sm, for example SMSC limit up to 5 submit_sm/second. if you try to send submit_sm more than 5 submit_sm/second, you'll got this error. To fix, decrease the speed, see variable throughput Thx Willy wrote: Guys,

RE: Urgent Connectivity issue

2006-03-28 Thread Rachita Sachdeva
Hi Stipe and David, Thank you for your time and effort. As per David's suggestion, I have added the store-file and sms-incoming-queue-limit to have some control and min. loss. Also, as per your suggestion Stipe, I spoke to the SMSC provider and they have confirmed that there is no issue from

SMS box is not starting with the parachute option set

2006-03-28 Thread Hillel
Hi, We are running cvs-20060326, After starting the bearerbox and smsbox, the bearerbox came up, but the smsbox did not. We did not realize this and then only after a few minutes later realized it. [EMAIL PROTECTED] ~]# service kannel status bearerbox (pid 2874 2873) is running... smsbox is

broadcast

2006-03-28 Thread amit_1me
how to broadcast sms's through kannel -- View this message in context: http://www.nabble.com/broadcast-t1355177.html#a3628100 Sent from the Kannel - User forum at Nabble.com.

Re: SMS box is not starting with the parachute option set

2006-03-28 Thread Alexander Malysh
Hi, parachute code has timeout (2 sec) while starting. if box crashed within this startup timeout then box will not be restarted. it's intentional: just imagine if you have broken config file and box will never start but parachute code will restart it for ever. Thanks, Alex Hillel schrieb:

Weird error

2006-03-28 Thread Ady Wicaksono
Sometimes, i found this error message, even i think it's not dangerous, how to avoid this? got DLR but could not find message or was not interested in it id2147483647 dstxxx, type1

WAP Push

2006-03-28 Thread Nirav doshi
H, My problem is Whenever i m sending the WAP Push to a phone which does not have WAP facility in it, the phone receives an error Content cant be displayed i feel thats OK but when i send to a WAP-enabled phone i m not getting the message but the money is deducted and the bearerbox

Re: Urgent Connectivity issue

2006-03-28 Thread Stipe Tolj
Rachita Sachdeva wrote: Hi Stipe and David, Thank you for your time and effort. As per David's suggestion, I have added the store-file and sms-incoming-queue-limit to have some control and min. loss. Also, as per your suggestion Stipe, I spoke to the SMSC provider and they have confirmed

multipble smsboxes

2006-03-28 Thread Landsmann,Oliver
I'm trying to use multible smsboxes on the same server: I'm able to start 2 smsboxes. I can send sms to both ports for the smsboxes. The smsbox that has the same config file as the bearerbox is fine. But the other on that has a copy of the config file with the changed settings for the smsbox

sms services

2006-03-28 Thread Amar
Hi, Kannel process the incoming message and reponse accroding to keyword. and if keyword is not found it respond back with the default value. I was wondering that, is there and way for which kannel donot respond back to message with perticular keyword. Thanks-- Amar

A simple question. The KANNEL Gateway handles OTA Configurations with OMA?

2006-03-28 Thread Danny Zenzano
Title: A simple question. The KANNEL Gateway handles OTA Configurations with OMA? Hi, The KANNEL Gateway handles OTA Configurations with OMA? I know that kannel handles OTA Configurations but I need send OMA Configurations via ota Exists some patch? Thanks. Danny.

RE: sms services

2006-03-28 Thread Rayson Lee
Hi Amar, Just put max-messages=0 in under group = sms-services. Rayson Lee InnoAge Hong Kong Limited From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amar Sent: Wednesday, March 29, 2006 12:40 AM To: users@kannel.org Subject: sms services Hi, Kannel

RE: WAP Push

2006-03-28 Thread Rayson Lee
Same question? From: Nirav doshi [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 10:15 PM To: [EMAIL PROTECTED]; users@kannel.org Subject: WAP Push H, My problem is Whenever i m sending the WAP Push to a phone which does not have WAP facility in it, the

RE: multipble smsboxes

2006-03-28 Thread Rene Kluwen
Can you maybe post your config files as well? Maybe that can give us a clue. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Landsmann,Oliver Sent: dinsdag 28 maart 2006 18:09 To: users@kannel.org Subject: multipble smsboxes I'm trying

RE: connecting to 2 smsc's

2006-03-28 Thread Rene Kluwen
Are smsc1 smsc2 connections to the same server? With the same credentials? Indeed, usually SMSC's don't allow that. But... why would you want to do that? Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of matt

Re: connecting to 2 smsc's

2006-03-28 Thread matt pelletier
No, smsc1 and smsc2 are to two separate entities (different ip addresses and ports) smsc1 connects and works properly, but smsc2 connects, and then keeps trying to connect over and over again. thanks, matt On 3/28/06, Rene Kluwen [EMAIL PROTECTED] wrote: Are smsc1 smsc2 connections to the same

Re: WAP Push

2006-03-28 Thread Willy
Hi, It is better to send the WAP PUSH over SMS with UDH (%06%05%04%0B%84%23%F0), below is a simple and tested PHP function of the WAP PUSH construction: function WAPpsh($URL, $vendor){$text = "%01"; // transid$text .= "%06"; // PDU Type (push)$text .= "%04%03"; // length of

kannel snapshot accesslog_parser.pl

2006-03-28 Thread Willy
I just browse utils directory and found accesslog_parser.pl script, anybody can tell me how to use it? Thankyou. Regards Willy

Re: Trying sendsms using HTTP interface

2006-03-28 Thread Julius David Bacolod
I have tried to uncomment the SMS-Center in SMSC groups. But what number will I put there? My own SIM number? What format? Since SMS-Number field is not required in SMSC group, what effect it will make? So far I tried to send messages to no avail. What could be the other problems? Please

Bearerbox Panic

2006-03-28 Thread Julius David Bacolod
Finally, I was able to send messages using HTTP interface just by changing "smsbox.host.name:13013" to "localhost:13013" in the URL string. Thanks to those who helped me. The problem is this, whenever my service providers sends me messages, informing me of my account balance, the "smsbox shell"

Re: Trying sendsms using HTTP interface

2006-03-28 Thread Amar
Hi, you can find your operator smsc number in your mobile phone message setting... put that number as it is in smsc-number..that worked for me.. hope it will work for you also--amar On 29/03/06, Julius David Bacolod [EMAIL PROTECTED] wrote: I have tried to uncomment the SMS-Center in SMSC groups.

RE: WAP Push query

2006-03-28 Thread Rayson Lee
Dear Dipan, Please refer to Willys more detail PHP sample on how to generate the text stream. However if you want to push a variety of contents, I think you better use the http post interface as detailed in the user guide. Best regards, Rayson Lee InnoAge Hong Kong Limited

Kannel HTTP Relay - URL POST ISSUE

2006-03-28 Thread Jay Acuesta
Good Day!My setup is that my Kannel SMSbox is connected to an ESME thru htpp (I followed the Kannel HTTP Relay guide). The ESME provided us with the URL to post our requests in this format