How does the data_coding field work

2011-06-23 Thread brett skinner
Hi I have read through the SMPP v3.4 spec, the Kannel user guide and some other PDFs from the SMS Forum but I am still a little in the dark about this field. Please correct me where I am wrong: It seems that the data_coding field is made up of 2 distinct sections. Firstly, coding scheme, bits 3

How to send a SMS ?

2011-06-23 Thread amritpal pathak
hey i am able to run bearerbox ,smsbox .I want to test it by sending a sms . How i can send sms from brower ? what is format or syntax ? Thanks in advance amritpalpathakgne.wordpress.com

Re: How to send a SMS ?

2011-06-23 Thread amritpal pathak
On Thu, Jun 23, 2011 at 3:05 PM, amritpal pathak amritpalpath...@gmail.comwrote: hey i am able to run bearerbox ,smsbox .I want to test it by sending a sms . How i can send sms from brower ? what is format or syntax ? typo:browser

Re: How to send a SMS ?

2011-06-23 Thread Alan McNatty
Check the online docs please .. Smsbox provides an HTTP sendsms interface. Assuming you are running Kannel on your own machine (i.e 127.0.0.1) a browser request might look something like ... http://127.0.0.1:13013/cgi-bin/sendsms?user=sendsms user from configpassword=sendsms password from

Re: How to send a SMS ?

2011-06-23 Thread Alan McNatty
The one titled Using the HTTP interface to send SMS messages could be worth a look. http://www.kannel.org/download/1.5.0/userguide-1.5.0/userguide.html#AEN4623 On Thu, 2011-06-23 at 15:17 +0530, amritpal pathak wrote: On Thu, Jun 23, 2011 at 3:11 PM, Alan McNatty a...@catalyst.net.nz

Compiling SQLBOX prob

2011-06-23 Thread JAmes
Hi, I am compiling SQLBOX on a fresh Ubuntu 11.04 install and latest kannel gateway trunk. I am getting this error even after declaring the kannel source dir with --with-kannel-dir . checking for cfg_create in -lgwlib... no configure: error: Kannel gwlib is required! . I have done this

RE: Compiling SQLBOX prob

2011-06-23 Thread Rene Kluwen
Did you make install on the Kannel sources first? Possibly with --prefix=.. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of JAmes Sent: Thursday, 23 June, 2011 13:01 To: users@kannel.org Subject: Compiling SQLBOX prob Hi, I am compiling SQLBOX on

sms not being sent +CMS ERROR: +CMS ERROR: 500

2011-06-23 Thread Harbhag Singh Sohal
Everything was working fine till yesterday and suddenly today, kannel stopped send SMS. Below is the excerpt from the bb log 2011-06-23 19:44:04 [3009] [7] DEBUG: re-queing SMS not-yet-to-be resent 2011-06-23 19:44:04 [3009] [7] DEBUG: sms_router: handling message (0x9bd40d0 vs 0x9bd40d0)

Re: sms not being sent +CMS ERROR: +CMS ERROR: 500

2011-06-23 Thread Jim Wilde (CP)
Harbhang, I have seen this same issue with a Huawei modem. Seems to mean that the SIM card rejected the message. I only see it on my attempts to send binary messages. A SIM card from a different network in the same modem will send OK. Jim On Thu, 23 Jun 2011 22:21:30 +0800, Harbhag Singh

Re: sms not being sent +CMS ERROR: +CMS ERROR: 500

2011-06-23 Thread Harbhag Singh Sohal
I am using normal SIM, can this be due to the ZERO credit in the SIM ? I cant check the SIM for credit now because its installed on the remote server and the server is far away from my place. On Thu, Jun 23, 2011 at 7:57 PM, Jim Wilde (CP) jim.wi...@cp.net wrote: Harbhang, I have seen this

RE: sms not being sent +CMS ERROR: +CMS ERROR: 500

2011-06-23 Thread Rene Kluwen
I think you just answered your own question. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Thursday, 23 June, 2011 16:34 To: users@kannel.org Subject: Re: sms not being sent +CMS ERROR: +CMS ERROR: 500

Accessing kannel from a remote server

2011-06-23 Thread Joseph Koech
I have been actively developing kannel on my local machine. Since I don't have much experience with accessing it remotely, could someone point out on how this can be achieved? Thanks. Joseph.

Re: Accessing kannel from a remote server

2011-06-23 Thread Jovan Kostovski
On Thu, Jun 23, 2011 at 6:21 PM, Joseph Koech kipponthe...@gmail.com wrote: I have been actively developing kannel on my local machine. Since I don't have much experience with accessing it remotely, could someone point out on how this can be achieved? Just set a public IP address to your

Invalid SMPP PDU received with opensmpp

2011-06-23 Thread Ivan Martinez
Hi there, I'm try to test opensmpp but when i try connect trought a php smpp client and other tools to test the smpp performance like "SMPP benchmarking"[1] i get this error: "[12] ERROR: Invalid SMPP PDU received." 2011-06-23 21:17:10 [19106] [7] INFO: Client connected from 127.0.0.1

Re: Invalid SMPP PDU received with opensmpp

2011-06-23 Thread Nikos Balkanas
Hi, You should post your logs at maximum detail (debug) when posting to this list. Do not post about SMPP PDU problems, without posting the actual PDU data. Besides it looks like you send the wrong SMPP PDU from your app. BR, Nikos - Original Message - From: Ivan Martinez To:

Re: Compiling SQLBOX prob

2011-06-23 Thread JAmes
Hi Rene, That did the trick thanks! J On Thu, Jun 23, 2011 at 8:06 PM, Rene Kluwen rene.klu...@chimit.nl wrote: Did you “make install” on the Kannel sources first? Possibly with --prefix=…. ** ** == Rene ** ** *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org]

Ignore certain numbers in kannel

2011-06-23 Thread Harbhag Singh Sohal
I have setup kannel such that whenever I receive SMS, it sends back a fixed messages Thanks for sending SMS. Now I want that whenever kannel receives SMS from a certain no. it does not send back the thanks message . how can I achieve this ? -- Regards Harbhag Singh Sohal