Re: Config for Wavecom Fastrack m1206b

2009-05-28 Thread Benaiad
Have you tried the configuration in kannelgateway/doc/examples/modems.conf, it works very nice for me. BR. On Thu, May 28, 2009 at 4:43 PM, Peter p...@locosms.gr wrote: Sorry for the omission ... Please send me some valid Wavecom Fastrack M1206B configuration Best regards Dr. Peter

SQLBox with utf8 chars

2009-06-01 Thread Benaiad
Hi, I'm new to sqlbox and I'm trying to send and receive utf8 messages, but whenever I receive a message(MO in utf8 charset) it is stored in hex values , and I don't know is it normal or I'm messing something! I've tried the utf8 in table charset and msgdata field but it's the same Frankly, I'm

Re: SEND-SMS problem

2009-06-05 Thread Benaiad
Hi, I think tomcat doesn't support php. When kannel calls the get-url it will response with the result of that url, so, if you print or echo any thing in your java or php page, this output will be sent to the mobile subscriber. (from user guide): Normally, Kannel sends a warning to the user if

Re: Right O.S for Kannel

2009-06-05 Thread Benaiad
+1 for CentOS .

Re: Kannel in Ubuntu box

2009-06-06 Thread Benaiad
Hi, It's better if you install kannel from source, and search the list for modem . Regards. On 6/6/09, Frank Tilugulilwa tiluguli...@udsm.ac.tz wrote: Yes, I have installed kannel from Ubuntu repositories Tried to configure it using several tutorials with no success. If you can please, is

Re: SQLBox with utf8 chars

2009-06-06 Thread Benaiad
of smsbox. Thanks guys for your kind response and special thanks to Alejandro Guerrieri for his great support and concern. Best Regards. Monim Benaiad

Re: SQLBox with utf8 chars

2009-06-07 Thread Benaiad
, Nikos - Original Message - *From:* Benaiad bena...@gmail.com *To:* users users@kannel.org *Sent:* Saturday, June 06, 2009 10:05 PM *Subject:* Re: SQLBox with utf8 chars Correction: I've successfully implemented this scenario, But I need to know if I can use this without the need

Re: getting message-id in resp of send request

2009-06-09 Thread Benaiad
AFAIK it's not possible, when you do a HTTP request, Kannel puts your message into a queue and responds with accepted for delivery, after that Kannel try to send the queued message. to do a relation between your sent message and It's DLR, add an auto increment ID column and for every insert get

Re: smsc bombardment without smsbox running

2009-06-12 Thread Benaiad
Are you using sqlbox? On Fri, Jun 12, 2009 at 8:16 AM, jessica.vongunten-hi...@swisscom.comwrote: Hi All, I have a strange situation. I set up kannel. It was a functional setup but it was on a computer whose IP didn't have access to my SMSC's port. Later I made the real setup on

Re: smsc bombardment without smsbox running

2009-06-12 Thread Benaiad
Maybe you've set bearerbox-host in the sms-group and it was pointing to the old machine. On Fri, Jun 12, 2009 at 9:09 AM, jessica.vongunten-hi...@swisscom.comwrote: The computer was on the network. It is just that the SMSC blocks the port in question to users who aren't of pre-approved IPs.

OMA-Settings using sendota

2009-06-12 Thread Benaiad
for target +676 2009-06-12 10:36:26 [9674] [3] INFO: /cgi-bin/sendota default +676 TIA Benaiad

Re: OMA-Settings using sendota

2009-06-12 Thread Benaiad
Thank you, I'll try it. On 6/12/09, Julien Buratto julien.bura...@gmail.com wrote: Hi, if you check the previous posts, you will notice that 1.4.3 unfortunately had something broken in order to sendota. You will need to use cvs or older 1.4.1 for it. Julien 2009/6/12 Benaiad bena

Re: OMA-Settings using sendota

2009-06-14 Thread Benaiad
install 3- configure kannel with these parameters: --enable-ssl --with-ssl=/path to openssl source then make make install 4- add the following conf params to kannel core group: ssl-server-cert-file = /path-to-kannel-src/gw/cert.pem ssl-server-key-file = /path-to-kannel-src/gw/key.pem Benaiad

Re: problem with authorization

2009-06-14 Thread Benaiad
Maybe you need user-deny-ip user-allow-ip in sendsms-user group, user-deny-ip = *.*.*.* user-allow-ip = 127.0.0.1;localhost On Sun, Jun 14, 2009 at 6:04 PM, Brendan White brendan...@gmail.com wrote: Hi all, I have set up a bearerbox, and smsbox. The bearerbox has an SMSC connection

Re: Unicode recieved SMS in kannel

2009-06-16 Thread Benaiad
Dear Arnie, Try to convert the received message to utf-8. From my servlet I do like this: String moText = new String(request.getParameter(text).getBytes(ISO-8859-1), utf-8); Regards Benaiad On Tue, Jun 16, 2009 at 9:38 AM, Arnie white arnie.w...@gmail.com wrote: Dear all : im trying

Re: Unicode recieved SMS in kannel

2009-06-16 Thread Benaiad
table which uses utf-8 charset. Note: I can see the correct arabic characters in the smsbox logs. As Mr. Alejandro Guerrieri said : You could start by posting some relevant log entries showing what you receive Regards. Benaiad On Tue, Jun 16, 2009 at 1:09 PM, Arnie white arnie.w...@gmail.com

Re: Unicode recieved SMS in kannel

2009-06-16 Thread Benaiad
'); newText=text.replace('٧', '7'); newText=text.replace('٨', '8'); newText=text.replace('٩', '9'); return newText; } I hope it helps. Benaiad On Tue, Jun 16, 2009 at 2:46 PM, Arnie white arnie.w...@gmail.com wrote: Dear all : any one can help ,, when receiving sms

Re: Unicode messages in Kannel with SMPP

2009-06-17 Thread Benaiad
Hello, 1- yes ( I've tested the arabic, the sms limited to 70 char or less, it depends ). 2- yes, kannel will take care of this ( divide MT sms and concatenate MO sms ). Regards. Benaiad 2009/6/17 TheBlueSky eamh...@gmail.com Hello everyone, I'm using the latest version of Kannel

Re: Unicode messages in Kannel with SMPP

2009-06-17 Thread Benaiad
I think the Unicode must be supported at: 1- your programs. 2- database fields. 3- kannel. 4- for Linux, I don't think it's important Regards. Benaiad On Wed, Jun 17, 2009 at 10:16 AM, TheBlueSky eamh...@gmail.com wrote: Hello, Thanks for the info. One more question if I may and maybe

Re: Recommended GSM Phone / Modem

2009-06-24 Thread Benaiad
Do you have a serial port in your laptop? On Wed, Jun 24, 2009 at 7:33 AM, Nic Pottier nicpott...@gmail.com wrote: Howdy all, I'm going to be participating in a research project in Rwanda that has a need for receiving SMS messages over the course of a month. Volume is likely pretty low,

Fwd: Recommended GSM Phone / Modem

2009-06-24 Thread Benaiad
-- Forwarded message -- From: Nic Pottier nicpott...@gmail.com Date: Wed, Jun 24, 2009 at 3:19 PM Subject: Re: Recommended GSM Phone / Modem To: Benaiad bena...@gmail.com No, sadly just USB. On Wed, Jun 24, 2009 at 6:14 AM, Benaiad bena...@gmail.com wrote: Do you have

Re: Problem receiving SMS

2009-07-14 Thread Benaiad
Hi, Regarding your modem type Sony Ericsson P1i, I found this sample modems group configuration in the latest kannel-cvs under /kannel-snapshot/doc/examples/modems.conf did you check with it? group = modems id = sonyericsson_p1i name = Sony Ericsson P1i detect-string = Sony Ericsson P1i

Re: Can we send messages to a specific port ex, 50000 to a midlet on the mobile..??

2009-07-18 Thread Benaiad
Hi I've searched Google for (midlet site:www.kannel.org) and I found this: http://www.kannel.org/pipermail/users/2009-February/005777.html Regards. On Sat, Jul 18, 2009 at 12:29 PM, Nithin_007 nithin.cs.co...@gmail.comwrote: Hi all, I am new to KANNEL have any one tried sending

Re: SMPP default charset ?

2009-07-20 Thread Benaiad
Hello, you have to set coding=2 when sending utf-8 text. And this thread may answer your question: http://www.mail-archive.com/users@kannel.org/msg13729.html Regards On Tue, Jul 21, 2009 at 12:13 AM, BeCauet beca...@gmail.com wrote: Hello, If I send via PHP UTF-8 script:

Re: SMPP default charset ?

2009-07-20 Thread Benaiad
Also check this document ( written by Mr. Julien Buratto ) : http://www.linkas.it/docs/kannel/ Regards. On Tue, Jul 21, 2009 at 12:52 AM, Benaiad bena...@gmail.com wrote: Hello, you have to set coding=2 when sending utf-8 text. And this thread may answer your question: http://www.mail

Re: URGENT: Error and Not submitting messages

2009-09-08 Thread Benaiad
I think you need the smsbox-route group, you have to define it every time you use the smsbox-id in smsbox group. or simply comment the smsbox-id, and give it a try. Benaiad On Tue, Sep 8, 2009 at 12:20 PM, Jinson jin...@mobme.in wrote: I have 6 SMSC. But 4 of them are connected to same IP

Re: URGENT: Error and Not submitting messages

2009-09-08 Thread Benaiad
No, just remove smsbox-id parameter and give it a try. On Tue, Sep 8, 2009 at 1:08 PM, Jinson jin...@mobme.in wrote: So I should start separate smsboxes for each smsc connection.? Thanks Jinson Abraham On Tue, Sep 8, 2009 at 4:07 PM, Benaiad bena...@gmail.com wrote: I think you need

Re: Kannel broken after upgrade

2009-09-08 Thread Benaiad
I prefer to use the cvs version, because it contains many fixes and changes. you can download it from http://kannel.org/download/kannel-snapshot.tar.gz and the logs says that you have an error in your configuration, can we see it? Benaiad On Tue, Sep 8, 2009 at 1:12 PM, Peter Lum pe

Re: Kannel broken after upgrade

2009-09-08 Thread Benaiad
-messages = 0 get-url = http://www.sms.com/smsredirect/keyword_receive_redirect.php?phone=%pkeyword=%ktext=%aidentifier=%ftime=%tSMSID=%ISDRV=%d Benaiad On Tue, Sep 8, 2009 at 2:06 PM, Peter Lum pe...@hotsource.net wrote: Config

Re: URGENT: Error and Not submitting messages

2009-09-08 Thread Benaiad
can you send to us all the status page, because I need to see if it says the smsbox is connected correctly or not. Benaiad On Tue, Sep 8, 2009 at 2:15 PM, Jinson jin...@mobme.in wrote: I removed all the 3 smscs which connects to same IP/PORT, still the smsc gets queued up after sometime

Re: URGENT: Error and Not submitting messages

2009-09-08 Thread Benaiad
yes, you are right. but do you think this queue come from sent or received messages. because i think it comes from the received messages and the smsc can't route them to the smsbox. that's why I've asked you to attach the complete status page. also, check your logs. Benaiad On Tue, Sep 8, 2009

Re: URGENT: Error and Not submitting messages

2009-09-09 Thread Benaiad
-level = 0 Benaiad On Wed, Sep 9, 2009 at 5:37 AM, Jinson jin...@mobme.in wrote: Please find the complete status page. Kannel bearerbox version `1.4.3'. Build `Jul 7 2009 12:14:07', compiler `4.2.4 (Ubuntu 4.2.4-1ubuntu4)'. System Linux, release 2.6.18-xen, version #1 SMP Tue Feb 12 06:40:50

Re: different smsbox log for different SMSC connection

2009-09-16 Thread Benaiad
Hi, use log-file and log-level in each smsc group. Benaiad On Wed, Sep 16, 2009 at 7:42 AM, khurram jaffery jaf...@gmail.com wrote: Hi all I have 5 SMSC connection in my config file. How can I define different smsbox.log for each SMSC's connection? Can I associate 5 different smsbox group

Re: Stop and Start individual smsc

2009-09-17 Thread Benaiad
/started - fixes a bug when starting a group with 2 or more entries with the same id and different admin-id's = Benaiad On Thu, Sep 17, 2009 at 11:23 AM, Konstantin Vayner pon...@appcell.netwrote: kannel does have

Re: problms with UTF-8 long sms

2009-09-29 Thread Benaiad
Dear Latitude Test, When I URL encode your text I get a different thing from the one you are trying to send, and this is the resulting text: Jes%3Fs+test+msg+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuvwxyz Regards Benaiad On Mon, Sep 28, 2009 at 10:42 AM

Re: problms with UTF-8 long sms

2009-09-29 Thread Benaiad
the entire text in to kannel cgi, and tell us your results. Benaiad On Tue, Sep 29, 2009 at 12:01 PM, Benaiad bena...@gmail.com wrote: Dear Latitude Test, When I URL encode your text I get a different thing from the one you are trying to send, and this is the resulting text: Jes%3Fs+test+msg

Re: Questions about incomming SMS

2009-09-29 Thread Benaiad
Hi, just add this line under sms-service group: max-messages=0 Regards Benaiad On Tue, Sep 29, 2009 at 2:44 PM, Loïc Burdet loic.bur...@gmail.com wrote: Hello, I've a problem... little problem... I allready installed Kannel and sending SMS works well. My question is about incomming SMS

Re: Blacklisted

2009-09-30 Thread Benaiad
I think you have to URL encode the destination number. Regards Benaiad On Wed, Sep 30, 2009 at 7:36 PM, waza...@inbox.lv wrote: When I'm trying to send SMS with encrypted to number: http://myweb:13013/cgi-bin/sendsms?username=xpassword=xfrom=12345to=AQSqvzAg/v44/TCQfwYutext=test

Re: continuous delivery of messages

2009-10-13 Thread Benaiad
Hi, I'm connecting to the smpp server with a leased line, and some times the leased line goes down, and we connect with the ADSL as a backup, and when we used the adsl we have faced this problem two times. Regards Benaiad On Tue, Oct 13, 2009 at 11:42 AM, ositest ositest ositest

What is wrong!!!

2009-10-26 Thread Benaiad
Hi, I'm using gmail and I'm seeing this message in every email from kannel users list: *Due to a filter you created, this message was not sent to Spam.* Edit Filters So, what is wrong, am I messing something! Have fun and stay cool :) TIA -- Benaiad

Re: What is wrong!!!

2009-10-26 Thread Benaiad
with gmail ask google, not kannel. BR, Nikos - Original Message - *From:* Benaiad bena...@gmail.com *To:* kannel users list users@kannel.org *Sent:* Tuesday, October 27, 2009 3:00 AM *Subject:* What is wrong!!! Hi, I'm using gmail and I'm seeing this message in every email from

Re: Message Length is invalid

2009-10-27 Thread Benaiad
Hi, I think the problem caused by max-sms-octets = 150, try to comment this line or remove it at all. Regards. -- Benaiad On Wed, Oct 28, 2009 at 4:34 AM, Hemant Gmail hbaan...@gmail.com wrote: Hello All, I have started getting the following error “SMSC returned error code 0x0001

Re: Default Store File

2009-11-02 Thread Benaiad
. -- Benaiad On Mon, Nov 2, 2009 at 7:50 PM, Bryan Gintz bgi...@coyfc.org wrote: Can anyone point me to where kannel would put the default store file if there was none specified in the configuration file? I did a search for kannel.store on my system and can't seem to find it anywhere. Thanks

Re: Regarding latest kannel version

2009-11-10 Thread Benaiad
--with-defaults=speed 6- make 7- make install Now you'll find kannel installed under /usr/local/kannel Regards. -- Benaiad On Tue, Nov 10, 2009 at 9:56 AM, kiran.re...@mpowerglobal.in kiran.re...@mpowerglobal.in wrote: Hi all, I want kannel latest .rpm package for my centos5 where can i download please

Re: Inconsistence Throughput

2009-11-13 Thread Benaiad
Hi, AFAIK, the latest cvs contains a better throughput handling. Regards. -- Benaiad On Sat, Nov 14, 2009 at 4:52 AM, sangprabv sangpr...@gmail.com wrote: Hi, I have SqlBox with Kannel-cvs20080827 and set throughput = 100 in my kannel configuration file. It suppose to be able to send 100

Re: Inconsistence Throughput

2009-11-13 Thread Benaiad
Hi, From Alex's blog http://www.blogalex.com/archives/143: He says You need a current Kannel snapshot. so, the new release is compatible with the current cvs. Regards. -- Benaiad On Sat, Nov 14, 2009 at 5:35 AM, sangprabv sangpr...@gmail.com wrote: CMIIW, current CVS is not compatible

Re: problem of kannel installation

2009-11-17 Thread Benaiad
Hi, lynx: Can't access startfile http://localhost:12345/shutdown?password=bar Why are you trying to access a startfile called shutdown

Re: WARNING: SIGHUP received, catching and re-opening logs

2009-11-23 Thread Benaiad
Hi, Yes, it's the same. Regards. -- Benaiad On Mon, Nov 23, 2009 at 9:16 PM, Stéphane Bruno mysubscription...@gmail.com wrote: Hello Alvaro, Is the daily snapshot the same as the latest CVS? or do I have to go somewhere else to get the latest CVS version? I am not familiar with using

Re: how sms server works

2009-12-01 Thread Benaiad
Hi, FYI, You can't send 1000 sms / min using a GSM modem (sim). Regards. -- Benaiad. On Tue, Dec 1, 2009 at 11:43 AM, pa...@opensourcesolution.in wrote: hi friend, thx a lot for replying. i think v deploy sms server so that we can broadcast sms to 1000 of cell nos per min right

Re: smsbox_list empty - fopen failed kannel.store - W580i

2009-12-01 Thread Benaiad
Hi, Maybe the smsbox not running, use ps aux | grep smsbox to check if it's running. Regards. -- Benaiad On Wed, Dec 2, 2009 at 8:16 AM, naryam smith naryam...@yahoo.com wrote: Hi, I have been trying to make this configuration to work for hours and looked in mailing lists but did not find

Re: Check out this photo on MyDailyFlog!

2009-12-07 Thread Benaiad
? Contact us - http://www.mydailyflog.com/go/contact_us MyDailyFlog, Refriendz Ltd. PO BOX 1184, Luton, Bedfordshire, LU1 9AT. -- Abdulmnem Benaiad Almontaha CTO Almontaha IT Co. cell: +218 92 5200025 fax: +218 21 4835263 www.almontaha.com.ly

Re: Problems with arabic MO sms via SMPP

2009-12-09 Thread Benaiad
by Mr. Julien Buratto ) : http://www.linkas.it/docs/kannel/ Regards. -- Benaiad On Wed, Dec 9, 2009 at 6:20 PM, Hugues NAGOBA nagobahug...@yahoo.fr wrote: (my english is no the best...) Hi all, I'm a newbe in kannel seting up. I've install it on a ubuntu server. I set up correctely a SMPP

Re: ***HAPPY NEW YEAR! *** from the Kannel Group!

2010-01-04 Thread Benaiad
Happy new year to everyone from Libya.

Re: No such file or directory?

2010-01-24 Thread Benaiad
Hi, May be it's a file permission issue, try running bb as root. Regards. -- Benaiad

Re: UNICODE with Kannel

2010-02-17 Thread Benaiad
java.io.BufferedInputStream(in); String result = ; for (;;) { int car = bufIn.read(); // Check for EOF if (car == -1) { break; } else { result = result + (char) car; } } bufIn.close(); in.close(); Regards, -- Benaiad On Wed, Feb 17, 2010 at 9:29 AM, pgo...@thoughtworks.com wrote: Hi Benaiad

Re: bearebox eating cpu time

2010-03-25 Thread Benaiad
Hi Alvaro, I suggest you to try ramdisk for MT files. Regards. -- Benaiad

Re: Recover Delivery to URL

2010-04-27 Thread Benaiad
Hi Sergio, I think you can get the entire dlr message text by adding 'something=%A' to your dlr url. Regards. -- Benaiad On Tue, Apr 27, 2010 at 3:56 PM, Sergio Gallegos sergio.galle...@naranya.com wrote: Hi, i hope can u help me with this problem , i need recover the answer

Re: problem with parameter SMSBOX-ID

2010-05-03 Thread Benaiad
Hi, Try removing the smsbox-id from the smsbox group and remove the entire smsbox-route group. Regards. -- benaiad On Mon, May 3, 2010 at 8:15 AM, Anshu Sah sah.an...@ymail.com wrote: Hello I have trying to use receive sms by using GSM Modem, If i give smsbox-id parameter in SMSbox, my

Re: Regarding OTA Message

2010-05-07 Thread Benaiad
=$URLEncoderDoctype=settingspin=$pinsec=userpin If it doesn't work; post the related logs. Regards, -- Benaiad

Re: Regarding OTA Message

2010-05-10 Thread Benaiad
=utf-8coding=2 to the sendota url that you are calling. Regards. -- Benaiad On Mon, May 10, 2010 at 5:04 PM, Harmeet Singh harmeet.dhing...@gmail.comwrote: Hi, The same problem still there i.e OTA message is received by handset but “unable to open message format not supported” Please

Re: Regarding OTA Message

2010-05-11 Thread Benaiad
-06 15:48:32 [12362] [3] WARNING: OTA compiler: Unknown attribute 'type' in OTA source, with value 'PORT'. Regards -- Benaiad. On Tue, May 11, 2010 at 5:50 AM, Harmeet Singh harmeet.dhing...@gmail.comwrote: Hi, The same problem still there i.e OTA message is received by handset

Re: Regarding OTA Message

2010-05-11 Thread Benaiad
of the kannel system it was not updated . Now i have updated the date but the problem remains the same. Please help. Regards Harmeet Singh *From:* Benaiad [mailto:bena...@gmail.com] *Sent:* 11 May 2010 14:19 *To:* Harmeet Singh *Cc:* kannel users *Subject:* Re: Regarding OTA Message

Re: DLR not fw to Kannel when mailling SMS is performed

2010-05-11 Thread Benaiad
Hi, Are you sending those messages using one call to the send cgi with multi destinations in the to parameter? Regards. -- Benaiad On Tue, May 11, 2010 at 10:57 PM, Emmanuel CHANSON emmanuelchan...@gmail.com wrote: If the issue is not well described tell me...I really want to understand

Re: Regarding OTA Message

2010-05-18 Thread Benaiad
Hi, I've checked your html page and it looks ok to me but I'm not sure if it's ok to send the request to kannel from html page instead of using a programming language like php or java because you need to add \r\n at the end of each line. Regards. -- Benaiad On Tue, May 18, 2010 at 11:38 AM

Re: Regarding OTA Message

2010-05-23 Thread Benaiad
; } return result; } //END Regards, -- Benaiad

Re: Run the kannel as stratup on Centos 5

2010-05-27 Thread Benaiad
Hi, Google for kannel script Fabrice Gatille Regards. -- Benaiad On Thu, May 27, 2010 at 6:59 PM, Aan Isnaini - Gmail aan.isna...@gmail.comwrote: Dear All, Please kindly advice regarding to run kannel as service / at start up on Centos 5. I was install the kannel by compile the gateway

Re: Asterisk voicemail SMS alert through SMSC gateway using kannel

2010-07-20 Thread Benaiad
There is many options to do this, but I prefer writing an AGI that calls kannel send sms url with the required smstext and to-mobile-number parameters. Regards Benaiad

Re: DCS/ESM values to 1/0

2010-07-31 Thread Benaiad
Hi, Take a *look* at this document ( written by Mr. Julien Buratto ) : http://www.linkas.it/docs/kannel/ http://www.linkas.it/docs/kannel/ Regards -- Benaiad 2010/7/31 Nikos Balkanas nbalka...@gmail.com Hi, Please never truncate emals. It is difficult to follow the thread

Re: kannel connection speed up rate per seconds

2010-08-20 Thread Benaiad
Hi, Also try setting max-pending-submits parameter to a higher values. Regards -- Benaiad On Fri, Aug 20, 2010 at 8:14 PM, oscar Ocampo oscar.oca...@esmoviles.comwrote: Hi all, wa are making a smpp connection from Oslo to a mobile operator in south America with kannel, the connection

Re: OTA syncML setting via OTA-Setting group

2010-09-13 Thread Benaiad
, Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libya On Tue, Aug 10, 2010 at 12:21 PM, Rahul Chordiya rahulchord...@gmail.comwrote: Hello All, their is some interesting thing which i want to do with kannel. I want to send sms of sync setting via kannel. How should I

Re: Knnel SMPP Multiple session

2010-09-16 Thread Benaiad
Hi, Connect as transceiver, see user guide. Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libya On Fri, Sep 17, 2010 at 7:14 AM, innoc...@syldah.com wrote: Hie I am using kannel smpp to connect to our mobile network for sms delivery, apparently they have told me

Re: Weird binding issue that causes queues to build up.

2010-09-23 Thread Benaiad
Hi Brett, I've found that workaround, which was offered by Mr. Donald Jackson. you may find it at http://www.mail-archive.com/users@kannel.org/msg15958.html Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libya On Thu, Sep 23, 2010 at 2:58 PM, brett skinner tatty.dishcl

Re: how i read messages from SIM card, and how i store the message

2010-09-23 Thread Benaiad
Hi, Are you using the latest kannel from svn, Because I think message-start was added to the svn version only, but not on the stable version. Please correct me if I'm wrong. Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly 2010/9/23 Zaharia Constantin soulra

Re: Prenventing Kannel Send Replay Message

2010-09-24 Thread Benaiad
Hi Rifqi, Search in the user guide for the following parameters: omit-empty = true max-messages = 0 Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libya On Fri, Sep 24, 2010 at 2:19 AM, RIFQI a.ri...@gmail.com wrote: Dear All I already configured kannel using some key

Re: Send single SMS to multiple recipients

2010-10-04 Thread Benaiad
Hi, Since you are using store-type=spool, I suggest you to use a loop and send the message to each subscriber. I think spool type doesn't work when sending to multi recipients at once. Also you can add subscriber's name in the message. Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly

Re: Regarding IMSI No

2010-10-12 Thread Benaiad
Hi, This document may help to explain the process of calculating the NETWPIN: http://www.nowsms.com/discus/messages/1/OTA_Motorola-3137.pdf http://www.nowsms.com/discus/messages/1/OTA_Motorola-3137.pdf Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libyan On Tue, Oct 12

Re: SMSC returned error code 0x00000436

2010-10-18 Thread Benaiad
Yub, you have to chech with the SMSC provider to see what does it mean.

Re: SMSC returned error code 0x00000436

2010-10-18 Thread Benaiad
Hi Saeed, Which operator returns this error, and when did you see this error, during register or submitting an sms? Post your configurations and part of your log which related to the problem. On Oct 18, 2010 10:22 AM, Saeed Ashour liby...@gmail.com wrote:

Re: got DLR but could not find message

2010-10-19 Thread Benaiad
Hi Anas, Do you see another log entry for the same id and dst values but with type 1? Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libyan www.almontaha.ly about.me http://about.me/benaiad/bio On Tue, Oct 19, 2010 at 4:42 PM, Anas Alnaffar a.alnaf...@tijaritelecom.com wrote: Dears

Re: RE: got DLR but could not find message

2010-10-20 Thread Benaiad
. Regards -- Benaiad On Oct 20, 2010 8:48 AM, Anas Alnaffar a.alnaf...@tijaritelecom.com wrote: Hello Benaiad; Thanks, Please note there type1 and type 2 for same dst, but different id, please find sample below. 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR

Re: Regarding IMSI No

2010-10-20 Thread Benaiad
', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; char[] array = {hexDigit[(b 4) 0x0f], hexDigit[b 0x0f]}; return new String(array); } } Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly about.me http://about.me

Re: Regarding IMSI No

2010-10-21 Thread Benaiad
Harmeet, Every thing looks good, except that you are trying to send an OTA settings and asking kannel to send it as OMA settings, see 'type=oma-settings' . Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly about.me http://about.me/benaiad/bio On Thu, Oct 21, 2010

Re: regarding error 400 invalid content type

2010-10-23 Thread Benaiad
) { break; } else { result = result + (char) car; } } bufIn.close(); in.close(); --- Hope this help. Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly about.me http://about.me/benaiad/bio On Sat, Oct 23, 2010 at 9

Re: regarding error 400 invalid content type

2010-10-24 Thread Benaiad
Hi, Read the user guide. Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly about.me http://about.me/benaiad/bio On Sat, Oct 23, 2010 at 4:17 PM, prashant singh prashantsing...@gmail.com wrote: thanx .. it helped,now kannel is able to send mesg but i am unable

Free Libya

2011-08-23 Thread Benaiad
Dear Kannel Users, I'm proud to announce that my country became free from the control of the dictator Moammar Gaddaf. I hope that I will be back to my VAS business very soon. Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly about.me http://about.me/benaiad/bio

Re: How to send sms using kannel and android phone (Samsung galaxy ace)

2013-06-08 Thread Benaiad
You can write an android app for that. On Jun 8, 2013 11:24 PM, udit mittal udit7...@yahoo.com wrote: I have been trying to configure kannel to send sms using my samsung android phone (Galaxy ace) but failed to do the same. I was wondering if it is really possible to send sms using the same

Re: Newbie question

2008-08-04 Thread Monim Benaiad
Hi, install libxml2 using: yum install libxml2 libxml2-devel

Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
Hi Gustavo, use dlr-mask=16 to handle this type of failed send sms. regards On Sun, Sep 21, 2008 at 7:37 PM, Gustavo Mohme C. [EMAIL PROTECTED] wrote: Hi All, My SMSC randomly returns this error: ERROR: SMSC returned error code 0x00fe (Transaction Delivery Failure) in response to

Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
but only store it as failed, right? Is there a way to automatically resend this sms? Regards On Mon, Sep 22, 2008 at 3:07 AM, Monim Benaiad [EMAIL PROTECTED] wrote: Hi Gustavo, use dlr-mask=16 to handle this type of failed send sms. regards On Sun, Sep 21, 2008 at 7:37 PM, Gustavo Mohme C

Re: How to route SMSC to SMS-services?

2008-09-25 Thread Monim Benaiad
Hi janson, This is my working configuration: BEGIN### group = core admin-port = 11000 smsbox-port = 11001 admin-password = kannelisthebest admin-deny-ip = *.*.*.* admin-allow-ip = 127.0.0.1;192.168.*.* box-deny-ip = *.*.*.* box-allow-ip =

Re: How to route SMSC to SMS-services?

2008-09-26 Thread Monim Benaiad
url, see %P in the manual. also when sending SMS use the parameter from. Regards On Fri, Sep 26, 2008 at 7:40 AM, janson [EMAIL PROTECTED] wrote: Monim Benaiad: Thanks a lot! I have some question for you config. What for system-type option? In userguide I found only next: system-type (m

Re: SMPP Warning Message

2008-11-12 Thread Monim Benaiad
The first warning is normal because you are trying to use a short code as a sender and kannel suggests you generally expected at least 7 digits But the second warning means the smsbox not running.

Re: Need help with sending Arabic with diacritics

2009-01-08 Thread Monim Benaiad
Maybe the handsets doesn't support these arabic diacritics. On Thu, Jan 8, 2009 at 3:13 PM, tamer qtaish tamerqta...@gmail.com wrote: Dear Jovan, My problem isn't Sending Arabic text! My problem is to send Arabic text with diacritics, is it is even possible, I just wanna know its possible

Re: Recover MO when httpd is down

2009-01-08 Thread Monim Benaiad
IMHO, you can use the configuration parameters http-request-retry and http-queue-delay to keep the messages in kannels queue, until you restart apache. On Thu, Jan 8, 2009 at 6:21 PM, Villada, Gustavo gvill...@telemediala.comwrote: Hello, We have correctly configured and are running kannel

Re: Problem with delivery report message about 0: Accepted for delivery

2009-01-09 Thread Monim Benaiad
NOTE: The get-url points to sendsms cgi itself, and the second sms you receive is the result of submiting a msg to kannel. On 1/9/09, Pham Ngoc Khanh pnk...@yahoo.com wrote: Hi all, I got a problem with the delivery report message about 0: Accepted for delivery. Below is my configuration

Re: Receiving long messages

2009-01-26 Thread Monim Benaiad
I think it's sms-combine-concatenated-mo = true in the core group. with the stable release

Re: Sending messages via url stuck

2009-02-12 Thread Monim Benaiad
I didn't see your configuration, but I think the port is 13003 instead of 13001. Good Luck... - Abdulmnem Benaiad Almontaha ICT Co. On Thu, Feb 12, 2009 at 12:59 PM, kriko kristjan.ug...@gmail.com wrote: Hello! I've got a N95 from which I can send messages in such way

Re: Wap Push Java Code

2009-03-01 Thread Monim Benaiad
Dear Ishtiaq Ahmed, Sorry for my late response, I wrote a method to do the job: Note:- you have to change: encoding=\ISO-8859-6\ in the buffer code. Start of method/ public String sendWapPush(String target,String downloadURL,String downloadDetail) { try {

Re: sending/receiving unicode SMS via Kannel

2009-05-05 Thread Monim Benaiad
I'm using Kannel to send Arabic messages, and coding with Java: 1- in smsbox group add mo-recode=true. 2- in my servlet, I convert the received sms from ISO-8859-1 to utf-8. 3- in the sendsms url I add the parameters charset=utf-8coding=2. 4- mysql uses utf-8 charset. Thanks Abdulmnem Benaiad

Re: CMS ERROR: Unknown error. - maybe Sim storage is full? I'll have a look at it. (500)

2009-05-05 Thread Monim Benaiad
I've seen this when enable-mms = true is used in the modems group TIA Abdulmnem Benaiad Almontaha almontaha.com 2009/5/5 चेतन @ MANIKS SYS chetanme...@gmail.com HI, I am new to using kannel. I had configure the kannel to send sms using nokia mobile as modem. It works fine

  1   2   >