Getting the message_id from submit_sm_response

2009-01-27 Thread hafez ahmad
Hi, Is the patch that get the message_id from submit_sm_responsehttp://www.blogalex.com/archives/10by Alejandro included in the Last stable release. Thanks Alejandro for your effort. Regards, -- Hafez A.Ahmad

shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
Dears, if I have 25 SMPP connection, is there a way to stop or restart one connection without stop other connections? and by the way I use only one SMSBOX. Regards, Hafez

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Falko Ziemann
lynx http://localhost:13000/stop-smsc?password=pwdsmsc=smsc1;; Regards Falko Am 27.01.2009 um 09:53 schrieb hafez ahmad: Dears, if I have 25 SMPP connection, is there a way to stop or restart one connection without stop other connections? and by the way I use only one SMSBOX. Regards,

Re: shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
Hi, Thanks falko for reply, but I used it before, I set the same password and port number of the admin, and it print out *Denied* and by the way the status url work fine with the same password and port number. Any Ideas? Regards, Hafez On Tue, Jan 27, 2009 at 11:05 AM, Falko Ziemann

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Falko Ziemann
Hi, in kannel.conf you have to define the switch admin-password= and status-password= inside the core group. The password for restarting the smsc doesn't have to be the same as for the status. Regards Falko Am 27.01.2009 um 10:38 schrieb hafez ahmad: Hi, Thanks falko for reply, but I

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Ishtiaq Ahmed
Hi Hafez, Sure the http administration gives you the control to stop / start any specific smsc... I hope this will help you... http://kannel:box:AdminPort/stop-smsc?password=youradminpasswordsmsc=yourSMSCid Regards, Ishtiaq Ahmed hafez ahmad wrote: Dears, if I have 25 SMPP connection,

Re: shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
Thanks all, it works fine now. Regards, Hafez On Tue, Jan 27, 2009 at 12:44 PM, Ishtiaq Ahmed ishtiaq.ah...@ooober.comwrote: Hi Hafez, Sure the http administration gives you the control to stop / start any specific smsc... I hope this will help you... http://kannel:box

Re: shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
But another related question please, if I add new SMPP connection , can I start the connection without shutdown the bearerbox and the smsbox? Regards, hafez On Tue, Jan 27, 2009 at 12:56 PM, hafez ahmad hafezad...@gmail.com wrote: Thanks all, it works fine now. Regards, Hafez On Tue, Jan

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Cezary Siwek
No, you have to restart bearerbox. Regards, - Original Message - From: hafez ahmad To: Ishtiaq Ahmed Cc: users@kannel.org Sent: Tuesday, January 27, 2009 11:14 AM Subject: Re: shutdown or restart one SMPP connection But another related question please, if I add new

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Ishtiaq Ahmed
Hi Hafez, I think upon recieving the HUP signal Kannel do re-read its configuration files.. killall -HUP bearerbox wapbox smsbox || true /dev/null 2 /dev/null Try this up... I am not sure but may this work for you. Regards, Ishtiaq Ahmed hafez ahmad wrote: But another related

Re: Fwd: kannel mrtg script

2009-01-27 Thread Kyriacos Sakkas
Alvaro Cornejo wrote: Hi Attached is the mrtg to kannel script. It will pass smsc info to mrtg for graphing. SNIP I'm not a programmer nor a scripting guy so the script can look weird/strange/confuse/etc/etc/etc.. :-(( ... but It works : - )) Finally, in my kannel config, in the

Re: Receiving long messages

2009-01-27 Thread hafez ahmad
Dears, I test the concatenated MO sms, and it looks dose not work, I set the option sms-combine-concatenated-mo , and I receiving the SMS , 2 parts. 2009-01-27 15:01:30 Receive SMS [SMSC:TESTRX] [SVC:] [ACT:] [BINF:] [FID:] [from:+] [to:66] [flags:-1:2:-1:0:-1]

Kannel error ?

2009-01-27 Thread my google
Dears, I have smpp account with sms company and I am trying to setup sms gateway ..I did the following: I have download gateway-1.4.2.tar.gz [~/gateway-1.4.2/gw]# tar xzvf gateway-1.4.2.tar.gz [~/gateway-1.4.2/gw]# cd gateway-1.4.2 [~/gateway-1.4.2/gw]# ./configure [~/gateway-1.4.2/gw]#

Re: Kannel error ?

2009-01-27 Thread Eduardo Raad
Hey! You need to first start the Bearerbox (./bearerbox conffile.conf). Take a look at the user guide (running sms gateway section) Cheers, Eduardo Sent from my BlackBerry® wireless device -Original Message- From: my google my.goo...@msn.com Date: Tue, 27 Jan 2009 13:19:29 To:

Re: Kannel error ?

2009-01-27 Thread Nikos Balkanas
Hi, You need to start bearerbox before smsbox. See comments in configuration file. BR, Nikos - Original Message - From: my google To: users@kannel.org Sent: Tuesday, January 27, 2009 3:19 PM Subject: Kannel error ? Dears, I have smpp account with sms company and I am

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Nikos Balkanas
Unfortunately not. Kannel just reopens log files with -HUP. You need to restart to change configuration. BR, Nikos - Original Message - From: Ishtiaq Ahmed ishtiaq.ah...@ooober.com To: hafez ahmad hafezad...@gmail.com Cc: users@kannel.org Sent: Tuesday, January 27, 2009 2:54 PM

Re: Fwd: kannel mrtg script

2009-01-27 Thread Alvaro Cornejo
Hi Kyriacos I thought the received counter were only MO... so I was doing the maths you state below. Thanks for your comments Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS)

RE: Kannel error ?

2009-01-27 Thread my google
Thank you all for your replay Sorry I don't understand this step of installation Installing the gateway After you have compiled Kannel, you need to install certain programs in a suitable place. This is most easily done by using make again: make bindir=/path/to/directory install Replace

Re: Kannel error ?

2009-01-27 Thread Eduardo Raad
You got 2 errors there: 1) When installing you need to do it as root or using sudo, because those folders are not writable by your user. I personally run the bearerbox and smsbox from the gw folder inside your gateway folder. 2) The error in the bearerbox means that the smpp server IP you are

RE: Fwd: kannel mrtg script

2009-01-27 Thread info.ubichip
I tried it, it looks work. For the received messages and DLR, it is good to have it, so you can know if your qos is good. The all smsc looks to be buggy if I put many instance of kannel in the php script Regards -Original Message- From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]

Re: Kannel error ?

2009-01-27 Thread Alvaro Cornejo
Seems your SMPP config isn't correct or you have connectivity issues with your smpp provider. Check with them or post ypur config file. inside gateway directory (where you have kannel bins) just run: #sudo make bindir=/path install or just #sudo make install to install gateway on default dir

RE: Kannel error ?

2009-01-27 Thread my google
here is my configuration file: # # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # This basic version is used for system testing. It expects 'fakesmsc' to # send messages which are replied with simple fixed text message. # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2%

SQLBox problem

2009-01-27 Thread Eduardo Raad
Hey List, I just implemented SQLBOX under the following structure: bearerbox --- sqlbox --- smsbox I'm able to send and MO from bearerbox to smsbox and receive the response MT from smsbox to bearerbox. I can send a MT using the sendsms interface from smsbox but either the MO or MT are being

Re: Kannel error ?

2009-01-27 Thread Eduardo Raad
Your conf is ok, you only need to check with your provider why can't you reach the ip. Eduardo Sent from my BlackBerry® wireless device -Original Message- From: my google my.goo...@msn.com Date: Tue, 27 Jan 2009 20:23:10 To: cornejo.alv...@gmail.com Cc: users@kannel.org Subject: RE:

Is it possible to post Binary to sendsms in xml document?

2009-01-27 Thread Fred Barrett
I am trying to send a binary stream to an M2M device using Kannel 1.4.1 running on Ubuntu. I am POSTing to /cgi-bin/sendsms the following XML document: ?xml version=1.0? message submit danumber500xxx/number/da oanumber41xx/number/oa ud01000201B176/ud

CVS broken?

2009-01-27 Thread Nikos Balkanas
Doesn't compile. Missing meta-data.h Alej, can you please update? Thanks, Nikos