Re: Asterisk voicemail SMS alert through SMSC gateway using kannel

2010-07-20 Thread Benaiad
umber, so that the email2sms gateway knows which number to send the > alert to. > > cheers > iain > > 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 > Hi, > > Please never truncate emals. It is difficult to follow the thread i

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 wrote: > 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
ng(), "UTF8"); String userInHttp = java.net.URLEncoder.encode(to, "UTF8"); String sendURL = "http://"; + serverIP + ":" + serverSendPort + "/cgi-bin/sendota?username=" + user + "&password=" + password + "&codin

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, wrote: > Hie > > I am using kannel smpp to connect to our mobile network for sms delivery, > apparently they have told me t

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 wrote:

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 > messa

Re: Prenventing Kannel Send Replay Message

2010-09-23 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 wrote: > Dear All > > I already configured kannel using some key wor

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 B

Re: Regarding IMSI No

2010-10-11 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,

Re: Nokia E51 or 6300 with Kannel

2010-10-14 Thread Benaiad
Hi, I can confirm that Nokia e51 works with kannel but the working configuration was deleted :( and remember that it doesn't support charging over USB. Currently I'm using Sony Ericsson K810 for sending monitoring SMS alarms, and it works like a charm. Regards -- Abdulmnem Benaiad Alm

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" 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 wrote: > Dears > > &g

Re: RE: got DLR but could not find message

2010-10-20 Thread Benaiad
stead of buffered dlrs. Regards -- Benaiad On Oct 20, 2010 8:48 AM, "Anas Alnaffar" wrote: > Hello Benaiad; > > > > Thanks, > > > > Please note there type1 and type 2 for same dst, but different id, please find sample below. > > > > > > > &g

Re: Regarding IMSI No

2010-10-20 Thread Benaiad
// Returns hex String representation of byte b char hexDigit[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', &

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,

Re: regarding error 400 invalid content type

2010-10-23 Thread Benaiad
t:13013/cgi-bin/sendsms ?"+data); java.io.InputStream in = url.openStream(); java.io.BufferedInputStream bufIn = new java.io.BufferedInputStream(in); for (;;) { int car = bufIn.read(); // Check for EOF if (car == -1) { break; } els

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 wrote: > thanx .. it helped,now kannel is able to send mesg but i am unable to > recieve the

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 wrote: > Sorry for the omission ... > > Please send me some valid Wavecom Fastrack M1206B configuration > Best regards > > Dr. Peter Kontopoulos >

SQLBox with utf8 chars

2009-05-31 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 t

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 th

Re: Right O.S for Kannel

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

Re: Kannel in Ubuntu box

2009-06-05 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 wrote: > Yes, I have installed kannel from Ubuntu repositories > > Tried to configure it using several tutorials with no success. > > If you can please, is there a place whe

Re: SQLBox with utf8 chars

2009-06-06 Thread Benaiad
ith the need 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-06 Thread Benaiad
Correction: I've successfully implemented this scenario, But I need to know if I can use this without the need of smsbox. Thanks! On Sat, Jun 6, 2009 at 9:03 PM, Benaiad wrote: > I've found this: > 1- to convert from HEX to utf8 using mysql: > SELECT CONVERT(UNHEX(msgdata)

Re: SQLBox with utf8 chars

2009-06-07 Thread Benaiad
> BR, > Nikos > > - Original Message - > *From:* Benaiad > *To:* users > *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 th

Re: DLR but could not find message...

2009-06-08 Thread Benaiad
try the smsc group parameter "msg-id-type = 0x01". On Mon, Jun 8, 2009 at 8:05 PM, Latitude Berlin wrote: > Hi, > > I am having problems with DLR. I read few threads on this but didn't find > the right answer. Please go through he following log: > > ... > DEBUG: DLR[internal]: Adding DLR smsc=te

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, wrote: > 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 another computer and more or less

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, wrote: > 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. As for smsbox > being somehow sta

OMA-Settings using sendota

2009-06-12 Thread Benaiad
#x27;RESOURCE'. 2009-06-12 10:36:26 [9674] [3] WARNING: OTA compiler: Unknown attribute 'type' in OTA source, with value 'APPAUTH'. 2009-06-12 10:36:26 [9674] [3] WARNING: OMA ProvCont: No SSL Support, 'oma-settings' not supported! <<==<< 2009-06-12 10:36:26 [9674] [3] INFO: /cgi-bin/sendota: XML request for target <+676> 2009-06-12 10:36:26 [9674] [3] INFO: /cgi-bin/sendota <> <+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 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 :

Re: OMA-Settings using sendota

2009-06-14 Thread Benaiad
& & make test & make install 3- configure kannel with these parameters: "--enable-ssl --with-ssl=/" then make & make install 4- add the following conf params to kannel core group: ssl-server-cert-file = "//gw/cert.pem" ssl-server-key-file = "//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 wrote: > Hi all, > > > > I have set up a bearerbox, and smsbox. The bearerbox has an SMSC > connection that is con

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 wrote: > Dear

Re: Unicode recieved SMS in kannel

2009-06-16 Thread Benaiad
utf-8&coding=2". 4- I insert the received mo into mysql 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"

Re: Unicode recieved SMS in kannel

2009-06-16 Thread Benaiad
ce('٤', '4'); newText=text.replace('٥', '5'); newText=text.replace('٦', '6'); newText=text.replace('٧', '7'); newText=text.replace('٨', '8'); newText=text.replace('

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 > Hello everyone, > > I'm using the latest version of Kannel (as

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 wrote: > Hello, > > Thanks for the info. > > One more question if I may

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 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, certainly no more

Fwd: Recommended GSM Phone / Modem

2009-06-24 Thread Benaiad
-- Forwarded message -- From: Nic Pottier Date: Wed, Jun 24, 2009 at 3:19 PM Subject: Re: Recommended GSM Phone / Modem To: Benaiad No, sadly just USB. On Wed, Jun 24, 2009 at 6:14 AM, Benaiad wrote: > Do you have a serial port in your laptop? > > On Wed, Jun 24,

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" init

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 wrote: > > Hi all, >I am new to KANNEL have any one tried sending messages to specific > port l

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 wrote: > Hello, > > If I send via PHP UTF-8 script: > > /cgi-bin/sendsms?text=hello&cha

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 wrote: > Hello, > you have to set coding=2 when sending utf-8 text. > And this thread may answer your question: > http://www.mail

Re: Reg: SMSC returned error code 0x00000008

2009-08-31 Thread Benaiad
Hi, It's recommended to start using Kannel cvs version. Regards benaiad On Mon, Aug 31, 2009 at 12:37 PM, Samir Ghodasara wrote: > Hi , > I started receiving a new error with kannel (gateway-1.4.1). > > when kannel is receiving 0x0008.it keeps pushing the same message

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 wrote: > I have 6 SMSC. But 4 of them are connected to same IP/PORT. 4 instan

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 wrote: > So I should start separate smsboxes for each smsc connection.? > > > Thanks > Jinson Abraham > > > > On Tue, Sep 8, 2009 at 4:07 PM, Benaiad wrote: > >&g

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 wrote: >

Re: Kannel broken after upgrade

2009-09-08 Thread Benaiad
gex = .* catch-all = yes max-messages = 0 get-url = " http://www.sms.com/smsredirect/keyword_receive_redirect.php?phone=%p&keyword=%k&text=%a&identifier=%f&time=%t&SMSID=%I&SDRV=%d " Benaiad O

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 wrote: > I removed all the 3 smscs which connects to same IP/PORT, still the smsc > gets queued up after sometime and noth

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 T

Re: URGENT: Error and Not submitting messages

2009-09-08 Thread Benaiad
/kannel/kannel.smsbox.log" log-level = 0 Benaiad On Wed, Sep 9, 2009 at 5:37 AM, Jinson 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, rel

Re: different smsbox log for different SMSC connection

2009-09-15 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 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 ass

Re: Stop and Start individual smsc

2009-09-17 Thread Benaiad
- 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 wrote: > kannel does have the ability to start/stop

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
our long text and udh stuff to be handled by kannel, so, just send the entire text in to kannel cgi, and tell us your results. Benaiad On Tue, Sep 29, 2009 at 12:01 PM, Benaiad wrote: > Dear Latitude Test, > > When I URL encode your text I get a different thing from the one you are > t

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 wrote: > Hello, > > I've a problem... little problem... > I allready installed Kannel and sending SMS works well. > My question is about incommin

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, wrote: > When I'm trying to send SMS with encrypted "to" number: > > > http://myweb:13013/cgi-bin/sendsms?username=x&password=x&from=12345&to=AQSq

Re: Kannel Patch - LMT Latvia - Custom PDU

2009-10-03 Thread Benaiad
Hi, I've googled for your issue and I've found this thread, it seems to be useful. http://www.mail-archive.com/de...@kannel.org/msg08960.html Regards. Benaiad 2009/10/2 Nikos Balkanas > Thanks, > > I am impressed, you said you were no C programmer. However, these are jus

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 wrote: > >

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
help with gmail ask google, not > kannel. > > BR, > Nikos > > ----- Original Message - > *From:* Benaiad > *To:* kannel users list > *Sent:* Tuesday, October 27, 2009 3:00 AM > *Subject:* What is wrong!!! > > Hi, > > I'm using gmail and I'm s

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 wrote: > Hello All, > > > > I have started getting the following error “SMSC returned error c

Re: Default Store File

2009-11-02 Thread Benaiad
. -- Benaiad On Mon, Nov 2, 2009 at 7:50 PM, Bryan Gintz 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.

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 cen

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 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 MT/sec

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 wrote: > CMIIW, current CVS is not

Re: ERROR SMSC Nokia E71

2009-11-17 Thread Benaiad
Hi, try "message-storage = SM" in your modems group. Note: Provide your configuration file (with out passwords) If it doesn't work. Regards. -- Benaiad On Tue, Nov 17, 2009 at 11:00 AM, patrick meye wrote: > Hi all, > > I successfully settup kannel like sms gat

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 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 vers

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, 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, an

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 wrote: > Hi, > > I have been trying to make this configuration to work for hours and looked > in mailing lists

Re: Check out this photo on MyDailyFlog!

2009-12-07 Thread Benaiad
@kannel.org&md5=d71da0100e4ca7b2c19a4ba47bd6c028 > > Please do not reply directly to this email. Questions? 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
showing what you receive. Also check this document ( written by Mr. Julien Buratto ) : http://www.linkas.it/docs/kannel/ Regards. -- Benaiad On Wed, Dec 9, 2009 at 6:20 PM, Hugues NAGOBA wrote: > (my english is no the best...) > Hi all, > I'm a newbe in kannel seting up. &g

Re: Re : Problems with arabic MO sms via SMPP

2009-12-10 Thread Benaiad
Hi Hugues, I don't see arabic letters in the log at "INFO: Starting to service <Åäæ èd3 ì4 l> from" . for example you may see some thing like: " لا إله إلا الله محمد رسول الله " in smsbox logs. can you post what you are trying to send? Regards. -- Benaiad On Thu,

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.net.URL url = new java.net.URL(sendURL); java.io.InputStream in = url.openStream(); java.io.BufferedInputStream bufIn = new java.io.BufferedInputStream(in); String result = ""; for (;;) { int car = bufIn.read(); // Check for EOF if (car == -1) { break; } else {

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 ,

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 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
wd&to=$msisdn&text=$URLEncoderDoc&type=settings&pin=$pin&sec=userpin If it doesn't work; post the related logs. Regards, -- Benaiad

Re: Regarding OTA Message

2010-05-10 Thread Benaiad
est adding "&charset=utf-8&coding=2" to the sendota url that you are calling. Regards. -- Benaiad On Mon, May 10, 2010 at 5:04 PM, Harmeet Singh wrote: > Hi, > > > > The same problem still there i.e OTA message is received by handset but > > “unable to open mess

Re: Regarding OTA Message

2010-05-11 Thread Benaiad
12362] [3] WARNING: OTA compiler: Unknown attribute 'type' in OTA source, with value 'PXPHYSICAL'.2010-05-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

Re: Regarding OTA Message

2010-05-11 Thread Benaiad
el 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 > > *T

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

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,

Re: Regarding OTA Message

2010-05-23 Thread Benaiad
n=" + pin ; java.net.URL url = new java.net.URL(sendURL); java.io.InputStream in = url.openStream(); java.io.BufferedInputStream bufIn = newjava.io.BufferedInputStream(in); for (;;) { int car = bufIn.read(); if (car == -1) { break; } else { result = result + (char) car; } } bufIn.close(); in.close(); } catch (Exception e) { e.printStackTrace(); result = "failed"; } 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 wrote: > Dear All, > Please kindly advice regarding to run kannel as service / at start up on > Centos 5. > I was install the kannel by compile th

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" 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 phone as I am no

Re: sending/receiving unicode SMS via Kannel

2009-05-05 Thread Monim Benaiad
oding=2". 4- mysql uses "utf-8" charset. Thanks Abdulmnem Benaiad Almontaha almontaha.com On Tue, May 5, 2009 at 10:32 AM, Latitude Berlin wrote: > Hi, > > I want to send and receive unicode SMS via Kannel. For example sms written > in arabic language. Please guide. > > Thanks > - Latitude >

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 > HI, > I am new to using kannel. > > I had configure the kannel to send sms using nokia mobile as modem. > > It wo

Re: Messages intermittently getting stuck in kannel's queue

2009-05-14 Thread Monim Benaiad
roblem. I think it's a bug in that version, because Kannel reconnect the receiver only. also remove the "receive-port". TIA Abdulmnem Benaiad Almontaha almontaha.com

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 t

Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
n't make kannel > resend the sms 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 t

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

  1   2   >