On Thu, Jul 22, 2010 at 2:16 PM, gasmen wrote:
>
> HI all
> i am using kannel 1.4.3 and i see that kannel dont support some characters
> like the frensh .for this i am looking ho to add servlet to implement utf-8
> encoding ;that means i am using myeclipse to devoleop it and i ask exactly
> how is
On Sat, Aug 21, 2010 at 6:27 PM, dafodil wrote:
>
> Hi List,
> I m new to kannel and the forum.
> I installed kannel successfully and kannel runs fine.when i try to send any
> message through HTTP sendsms interface.I just get 0: Accepted for
> delivery.To make sure that the message is dellivered i
On Sat, Dec 4, 2010 at 4:01 PM, msc pune wrote:
>
>
> On Sat, Dec 4, 2010 at 8:26 PM, msc pune wrote:
>>
>> Hi,
>> When I use following command in browser
>>
>> http://smsbox.host.name:13013/cgi-bin/sendsms?
>> username=foo&password=bar&to=mobile no.&text=Hello+world
>>
>> I get message unknown h
On Sat, Dec 4, 2010 at 5:10 PM, msc pune wrote:
> Hi,
> I restarted the bearer box & sms box. Its now running fine.
> Now I used "127.0.0.1" instead of "smsbox.host.name"
>
> But it gives message as "3: Queued for later delivery"
> & I am able to send message through GSM Modem using minicom.
You
2010/12/6 Miroslav Šulc :
> hello,
>
> is it possible to route dlrs always to the box where the original
> message came from? i would like to run bearerbox with two sqlboxes, each
> running over different database. and to update status of the messages in
> the databases, i need to receive the dlrs
On Mon, Apr 20, 2009 at 10:53 AM, Anand Ayyappan
wrote:
> Good Day,
>
> I am trying to setup an SMSC using a gsm modem. I use a simcom gsm modem
> connected to a serial port. The modem fails to open up
> 2009-04-20 04:26:27 [7517] [6] DEBUG: AT2[/dev/ttyS0]: -->
> AT+CNMI=2,1,0,1,1;+CMGF=0;+CPIN?;
On Tue, Apr 21, 2009 at 9:53 AM, Anand Ayyappan wrote:
> Hi,
>pointing
> Thanks for pointing out that mistake. The init string values were changed to
> AT+CNMI=2,1,0,1,0;+CMGF=0;+CMEE=1
>
> and its working.
>
> But now i have a strange situation the modem doesn't initialise its own. it
> only star
On Tue, May 5, 2009 at 10:32 AM, Latitude Berlin
wrote:
> I want to send and receive unicode SMS via Kannel. For example sms written
> in arabic language. Please guide.
Here are sme links from the kannel mailing list:
http://www.mail-archive.com/de...@kannel.org/msg06270.html
http://www.nabble.co
On Wed, May 6, 2009 at 5:32 PM, Latitude Berlin
wrote:
> Hi,
> I am sending some text with some german characters like: "test chars ÄÖÜ
> äöü" and I dont get the original content on my device. If I use UTF-8, then
> it works fine. But I wanna use GSM charset for this since Ä, ä, Ö, ö, Ü, ü
> are a
Hi Elton,
In the past I was working for a mobile operator and we experienced the
same problem,
due to some particular ESME character encoding configuration on the SMSC side.
For some reason the SMSC was configured to use ASCII charset so we used
alt-dcs=1 in the Kannel's smsc-group to correct this
Hi Simon,
On Thu, May 7, 2009 at 11:44 AM, wrote:
> I'm quite interested in how a commercial gateway/bulk sms provider works.
>From a technical point of view, you make an agreement with some
mobile provider to give you direct SMPP connection with the SMSC and
than you will use SMPP client like
On Thu, May 7, 2009 at 1:26 PM, Elton Hoxha wrote:
> I checked many many times, kannel is sending empty message when i type these
> special characters. I traced by ethereal the smpp block and there is no text
> forwarded by kannel to SMSC. Also there is no ascii configuration in SMSC
> just GSM al
On Fri, May 8, 2009 at 12:32 PM, Elton Hoxha wrote:
> I tried this:
> http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%C3%A9&coding=0
> character is transformed again in kannel
The characters you are trying to send are not defined in GSM 03.3
On Fri, May 8, 2009 at 1:12 PM, Jovan Kostovski wrote:
> On Fri, May 8, 2009 at 12:32 PM, Elton Hoxha wrote:
>> I tried this:
>> http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%C3%A9&coding=0
>>
On Mon, May 11, 2009 at 5:57 PM, wrote:
> All,
>
> Forget the conf file, below is my conf file:
Did you compile kannel with mysql support?
./configure --with-mysql
The configuration looks good, but what are the logs saying when you
try to use mysql dlr storage?
BR, Jovan
On Thu, May 14, 2009 at 3:09 PM, Beatrice Tamburrino
wrote:
> I'm facing one problem with the status 4 (queued on SMSC ). My extern
> application shows "sending..." while the dlr-status is 4.
The message reaches the SMSC but it can not be delivered because the
recipient is offline (phone turn
Hi Bea,
On Fri, May 15, 2009 at 10:24 AM, Beatrice Tamburrino
wrote:
> My application handles the delivery status as follow:
>
> - if dlr == 1: executed
> - if dlr == 2: error
> - if dlr == 4: sending...
> - if dlr == 8: sending...
> - if dlr == 16: error
>
> (using mask 31)
>From what I'm r
On Fri, May 15, 2009 at 1:11 PM, Beatrice Tamburrino
wrote:
>
>
> hey Jovan ,
>
> when I set the mask to 3 I don't receive any dlr? strange..
Strange indeed...
Try setting each flag separately (dlr-mask=1,2,4) and see if you get
any dlr report
and then combine them to see which combination doesn'
On Tue, May 19, 2009 at 5:07 PM, Tony wrote:
> The main character they want us to be able to send is the euro sign "€"
> which comes through to kannel as a "?".
You have to url encode the euro sign like %1B%65 in GSM 7bit encoding
HTH, Jovan
On Thu, May 21, 2009 at 11:22 PM, Hans Guth wrote:
> ok - so just diving into this world of sms. Here's my question. We are
> paying for a hosted pbx service whereby a potential home buyer calls 800#.
> We then text them back property information to their cell phone using
> this same pbx compan
On Fri, May 22, 2009 at 8:36 AM, sangprabv wrote:
> Hi,
> I got SMPP error 1034 during binding to my telco. What does it means?
> TIA.
I've checked the SMPP error codes:
1034 or 0x040A is
ESME_RINVQTTL 0x040A Invalid qos_time_to_live Valid integer
which is a part of SIMPLEWIRE SPECIFIC SMP
On Fri, May 22, 2009 at 4:13 PM, sangprabv wrote:
> Hi Jovan,
> Thx for the reply. What usually cause this problem?
I would suggest you to contact your provider.
I've never heard of this Simplewire, but from what I've googled it is
some sort of messaging aggregator
and this error code is custom e
On Fri, May 22, 2009 at 7:25 PM, Kaone Mathuba wrote:
> Hi list,
>
> I'm running kannel on openSUSE 11.1 with LAMPP. I have installed sqlbox.
> When I start it I get
> ERROR: MYSQL: Can't connect to local MySQL server through socket
> '/var/lib/mysql/mysql.sock' (2)
> how do I tell it to use /opt/
On Tue, Jun 9, 2009 at 3:28 PM, Pietro Guerrieri wrote:
> I just sent SMS, and now i have to receive SMS and forward to WEB
> application
>
> How i can do this!?!
You have to setup sms-service, read the userguide
http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3309
BR, Jovan
On Sun, Jun 14, 2009 at 6:04 PM, Brendan White wrote:
> group = sendsms-user
> username = brendan
> password = 1234
>
> When I try send an SMS from the http interface (lynx -dump
> localhost:1/cgi-bin/sendsms?username=brendan&password=1234&to=27836477319&text=hello)
>
> I get:
> /etc/kannel$
On Sun, Jun 21, 2009 at 3:08 PM, Theodore G wrote:
> group = sms-service
> keyword = kamusi
> #keyword-regex = .*
> catch-all = true
> max-messages = 0
> get-url = "http://localhost/dictsms/index.php?sender=%p&text=%r&word=%s";
> #accept-x-kannel-headers = true
> #max-messages = 0
> #concatenation
On Mon, Jun 22, 2009 at 8:18 AM, Theodore G wrote:
> I also tried the other suggestion of setting send-sender to true. That also
> didn't work.
why were you expecting to work when it is only used for post-url? :)
Try to comment the store-type and store-location parameters and do the
test again.
On Mon, Jun 22, 2009 at 12:16 PM, Theodore G wrote:
> Hello everyone,
> I am trying to use mysql as the dlr storage, but i get an error (see my log
> dump below):
> 2009-06-22 13:12:14 [5828] [0] ERROR: MYSQL: Can't connect to local MySQL
> server through socket '/var/run/mysqld/mysqld.sock' (2)
On Thu, Jun 25, 2009 at 6:06 PM, Latitude
Berlin wrote:
> Hi,
>
> I am getting DLRs for the sent sms messages. Is there a was to instruct
> Kannel to send DLR for each after a defined interval? For example: send dlr
> after 10 sec of sent sms.
Kannel can not send DLRs. Kannel receives the DLRs dep
On Fri, Jul 3, 2009 at 12:45 PM, FADILI Hanae wrote:
> ./bearerbox [my conf_file] . The response is that there is no file named
./bearerbox means that you are starting the bearerbox executable in
the current folder where
you are.
After compilation the executable files are located in the gw directo
On Thu, Jul 9, 2009 at 4:36 PM, narendra reddy wrote:
> Hi users ,
>
> can some body send me configaration file of modem and how we can send
> the messages using the modems to mobile .
Don't be lazy RTFM ;)
http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN2000
BR, Jovan
On Thu, Jul 9, 2009 at 5:27 PM, narendra reddy wrote:
> hi jovan,
> thanks for reply .but i configured motorola modem but it's gave some errors
> .that's why i am asking soem example configaration file . after configured
> wat is the process .how it can strart the send the messages .can you expalin
On Thu, Jul 9, 2009 at 5:29 PM, Moses Marimo wrote:
> dear all,
>
> how do i use the cgi scripts that come with kannel. I have an apache
> webserver. What configurations should be made in apache to serve kannel's
> cgi scripts
You don't need apache to run kannel cgi-scripts, kannel has it own
buil
On Fri, Jul 10, 2009 at 9:14 AM, Chirag Baraliya wrote:
> Dear All
> Kannel users
>
> I have query with the DLR ,In the DLR table DLR are inserted but at
> the time of Deliverd status it will be deleted,But I want store the record
> Of DELIVERD for this what I do
DLR table is temporary stora
On Fri, Jul 10, 2009 at 11:55 AM, Chirag Baraliya wrote:
> Sir,
>
> I m new in kannel & I m using the SqlBox, dlr after deletion it comes in
> the sent_sms table,But I want to update dlr table.
I'm not familiar with sqlbox, I've never used it actually :)
The DLR table is for kannel internal u
On Fri, Jul 10, 2009 at 11:52 PM, Elvis Jorge wrote:
> Could you explain me how to use get-url and post-url???
Good thing for start would be to read the user guide ;)
At first you need to create a sms service:
http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3309
Than check the
On Sat, Jul 11, 2009 at 9:31 AM, abhishek
jain wrote:
> Hi friends,
> I need a urgent reply,
> I have configured dlr to be internal and i specify the url in the XML Post,
> But if i send eg. 10,000 sms at one go, the kannel initiates 10,000
> different http requsts to my server for delivery reports
On Sat, Jul 11, 2009 at 3:17 PM, Elvis Jorge wrote:
> Hello Jovan ,
>
> I read the user guide but I don´t understand how to use them, please give
> some example of how to use them.
>
> For example I just want to receive in a php scrip the informacion of the SMS
> and the sender phone number, what
On Sat, Jul 11, 2009 at 3:56 PM, Elvis Jorge wrote:
> Thanks man, but I just don´t understand the part of the complex, the SMS
> must have the word complex on it??
I wrote an example of setting sms-service by message keyword.
The keyword is the first word of the message text so the messages that w
On Sun, Jul 12, 2009 at 1:14 AM, Samir Franciscus wrote:
> Not sure if this helps but the following error gets logged to the
> kannel-sqlbox.log
> 2009-07-12 00:39:47 [28684] [2] ERROR: MYSQL: You have an error in your SQL
> syntax; check the manual that corresponds to your MySQL server version for
Hi Samir,
It seems that there is a problem with the sqlbox mysql queries execution.
My wild guess is that some quotation mark is not escaped and the sql
statement gets broken.
I think the best thing to do is to wait for Alejandro Guerrieri, the
maintainer of the sqlbox to
comment on this issue.
On Mon, Jul 13, 2009 at 6:14 PM, Elvis Manuel
Jorge wrote:
> group = sms-service
> keyword = default
> catch-all = yes
> get-url = "http://localhost/cgi-bin/sms.php?sender=%p&text=%a";
> max-messages = 0
> concatenation = true
>
> group = sms-service
> keyword = default
> text = "No service specifi
On Mon, Jul 13, 2009 at 9:20 PM, Jovan Kostovski wrote:
> On Mon, Jul 13, 2009 at 8:19 PM, Elvis Jorge wrote:
>> Ok, Thanks Jovan but I´m having the same problem. I should show the log
>> file, but Kannel is not detected the SMS incoming, in the log files there
>> isn´t nothi
On Mon, Jul 13, 2009 at 9:36 PM, Elvis Manuel
Jorge wrote:
> I thing that my problem is that kannel is not detecting the incoming
> SMS, I don't know what's happening??
Do you get the message on your cell phone?
There might be some problems with the number of the smsc and your phone number.
Try t
On Mon, Jul 20, 2009 at 11:13 AM, Amritesh
Rachelwar wrote:
> elinks -dump "http://localhost:80/test.php";
> it gives out put only
> Hello World
What else can you expect from a script which prints "Hello World" and
defines a variable called $URL? :D
Use the php header function or cURL to create h
rl howto ;)
Why are you so lazy? :P
> Script is
>
>
>
>
> echo "Some has seen Ur website";
> $URL =
> "http://10.100.100.199:12345/cgi-bin/sendsms?username=abcd&password=xyz&from=Amritesh&to=919423654587&text=Hi";;
> header("Lo
On Fri, Jul 31, 2009 at 4:33 PM, denis bahati wrote:
> example of messages:
>
> $msg="Hello";
>
> this will work fine.
>
> $msg="hello there what are you doing";
> Any idea?
The message text has to be url encoded.
Try with:
$msg="hello%20there%20what%20are%20you%20doing";
%20 is the url encoded v
On Fri, Aug 7, 2009 at 3:57 PM, FADILI Hanae wrote:
> Hi,
>
> I recently installed kannel as a gateway in a tetra network. Kannel works
> well with pages with ".wml" extension.
>
> The problem is when i try to use page with wml & php code named "index.php".
> Then I have an error in my phone saying
On Mon, Aug 17, 2009 at 12:01 AM, Juxener wrote:
>
> Hello,
> sorry for my english (I'm french).
>
> I'm trying to use an Siemens M20 modem
> (http://www.coster.info/costerit/teleges/doc/gsm812s.pdf), to send a text.
> I'm on Linux.
Check this list message:
http://www.ultraviolet.org/mail-archives
On Wed, Sep 16, 2009 at 4:50 PM, Elvis Jorge wrote:
> Hello all..
>
> There´s some way to send SMS without the phone number, I want to send the
> SMS with a nickname or hidden.
Yes, there is a way to send alphanumeric senders instead of the phone number.
If you have SMPP connection to the SMSC,
On Thu, Sep 24, 2009 at 8:14 AM, narendra reddy
wrote:
> Hi list ,
>
> i am using kannel from last six months for text messages .but
> now i am trying to use OTA part in kannel for sim based operations. is it
> possible to in kannel gateway .can any one give me some responce to my mail
On Wed, Sep 30, 2009 at 6:09 AM, khurram jaffery wrote:
> Hi All
>
> I have 5 session of a single SMSC on 5 different ports. out of from these 5
> session only 2 at a time are online and remaing three are in re-connecting
> state. But the problem is that these 5 session keeps on change their stat
On Wed, Oct 7, 2009 at 8:48 PM, Elvis Manuel Jorge
wrote:
> If some of you have a modem like that please help me, I'm having the
> fallowing error with my modem:
> 2009-10-07 14:40:53 [3007] [6] ERROR: AT2[modem]: Generic error: ERROR
> 2009-10-07 14:40:53 [3007] [6] ERROR: AT2[modem]: Initializat
On Sun, Nov 22, 2009 at 6:40 AM, Emmanuel CHANSON
wrote:
> Maybe I will ask a stupid question but I would like to know if it would be
> possible using Kannel (and others tools) to retrieve and restore a mobile
> phonebook? (using vcard?)
You can use Kannel to send contacts (vcard) via SMS, but yo
On Wed, Dec 23, 2009 at 8:03 AM, Sandesh Waman // Viva
wrote:
> Dear All,
>
> I am using kannel with SMPP account. I am not getting Delivery reports from
> server. Previously I was getting following error check with PDU.
>
> 2009-12-19 11:18:31 [] [7] DEBUG: SMPP[]: Couldnot parse DLR stri
On Wed, Dec 30, 2009 at 9:56 AM, kiran.re...@mpowerglobal.in
wrote:
> Hi All,
>
> The mysql database structure for storing kannel response from SMPP ?
What kind of response? SMS? DLR?
What kind of data do you need to store in the database?
BR, Jovan
On Wed, Dec 30, 2009 at 2:07 PM, kiran.re...@mpowerglobal.in
wrote:
> Hi Jovan,
>
> I created Mysql tables a below.And also can any one please check my kannel
> configuration if any mistake is there please let me know what is wrong. I
> want to test message priority and message response (dlr-mask)
On Thu, Dec 31, 2009 at 10:45 AM, kiran.re...@mpowerglobal.in
wrote:
> And please provide me kannel configuration which should work for fake smsc (
> My kannel Version is 1.4.3)
> but with my kannel configuration my fake smsc is not working please help me
> regarding this.
I've never used fakesms
2010/1/1 kiran.re...@mpowerglobal.in
> I am totally confused with MySql DLR part. :-(
DLRs are used for tracking the status of the sent messages.
A proper http get request for sending sms and requesting dlr report would be:
http://localhost:13000/cgi-bin/sendsms?from=12334&to=3455&text=A%20mess
On Tue, Jan 5, 2010 at 10:15 AM, Dennis Low Weng Kin
wrote:
> Hi,
>
> Thanks man.
>
> BTW, is it true that I must have a WML editor and compiler to create the
> MMS? Any suggestion or terms that I should google for to have a better
> understanding on how to send the MMS?
WML editor is needed if y
On Tue, Jan 5, 2010 at 1:17 PM, Nyasha Chasakara wrote:
> I can now receive and send messages via my Siemens Modem. I am not
> very technical. I have tried Playsms as a frontend to receive messages
> but all i can do is send messages. In my kannel logs i can see all
> messages sent and received in
On Wed, Jan 6, 2010 at 7:03 PM, bmoyn...@vodafone.ie
wrote:
> What and where is all this handled in the code?
You can check the architecture and design document
http://kannel.org/download/1.4.3/arch-1.4.3/arch.html
and the doxygen source code documentation
http://doxygen.kannel.org
and of coars
On Fri, Jan 15, 2010 at 12:55 PM, aftab hussain
wrote:
>
> Dear All,
> According to the userguide OTA can be sent as an XML document
> to the sendota utility.
>
>
> http://smsbox.host.name:13013/cgi-bin/sendota?username=foo&password=bar&to=0123456&text=MyURLEncodedXMLdocument&type=set
On Fri, Jan 15, 2010 at 4:19 PM, aftab hussain
wrote:
> 2010-01-15 21:24:49 [18727] [5] INFO: sendsms used by
> 2010-01-15 21:24:49 [18727] [5] DEBUG: OTA service with XML document
> 2010-01-15 21:24:49 [18727] [5] ERROR: OTA: No document to parse. Probably
> an error in OTA source
> 2010-01-15 2
On Sat, Jan 16, 2010 at 1:45 PM, Quintin Par wrote:
> Sorry if this has been answered before (I couldn’t find the archives).
>
> Can some answer this?
>
> http://stackoverflow.com/questions/2073136/sending-sms-to-a-non-native-port-other-than-port-0
>
> Help much appreciated.
Here is a tutorial ho
On Wed, Jan 20, 2010 at 12:35 PM, Irfan Malik wrote:
>
> Dear ALL,
>
> I was wondering if I can ignore SMS request that is in language other than
> English with some appropriate message like we do not support this language.
> I am receiving lot of requests that are not in English and my applicatio
On Sun, Jan 31, 2010 at 12:34 PM, kani yarasu wrote:
> we need to send sms to list of number(max of 15) at a time.
http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN4320
Table 6-16, read the description of to parameter
BR, Jovan
On Tue, Feb 9, 2010 at 7:58 AM, wrote:
> Try to use charset=utf-8&coding=2
This is a bad solution, because if you use unicode the payload of the
message (in number of characters) is much lower.
For sending @ character you don't need unicode encoding.
If you want to send @ character try sending
On Thu, Feb 18, 2010 at 1:20 PM, LoLoVioLo wrote:
> Moreover, I am submitting to kannel using url (see dlr=1) :
>
> http://xxx.com:13013/cgi-bin/sendsms?username=&password=&source=lolotest&to=xxx&dlr=1&text=uptest
>
If by "request delivery" you mean delivery reports (DLRs) you hav
On Wed, Feb 24, 2010 at 8:05 AM, preeteesh kakkar
wrote:
> Hi Kiran,
>
> I have already read this document & have played with setting alt-dcs as 1 as
> well as alt-charset i can get ññ to work fine but not the Euro Sign.
The Euro sign is not defined in the defaut 7bit GSM 03.38. For the Euro sign
On Wed, Feb 24, 2010 at 9:06 AM, preeteesh kakkar
wrote:
> Nikos,
>
> Yes correct but then would Jovan suggestion work for Greek, Chinese, Hindi &
> lets say any other character set?
As Nikos pointed out, If you want to save on payload (number of
characters that you can send in one sms)
and use t
On Wed, Feb 24, 2010 at 1:22 PM, Antti Rikman wrote:
> I wonder if it is possible to send messages from one phone to another
> through my smsc?
What do you refer to as "my smsc"? Kannel is SMPP client (SMS
gateway), not a SMSC.
When you are sending a message the flow is:
Sender's phone -> Sender
On Wed, Feb 24, 2010 at 2:14 PM, Antti Rikman wrote:
> Well, I'm trying to ask if I could use Kannel and my mobile phone acting
> like SMSC, but I guess that is not possible, right? :)
Yes, you can use your mobile phone like na smsc.
See the "GSM modem" part in the user guide.
BR, Jovan
> From: Francesco Perfetto
> I would like to use Kannel as SMS Gateway, before to subscribe a
> contract with an Italian provider (like Telecom), may someone tell me
> if there are some restrictions? there is someone that already has
> subscribed a contract with Telecom?
What do you want to use
Hi,
I know that there are some limitations which parameters can be sent
when using gsm modem vs smpp connection.
Can anyone tell me if I can use/set the pid parameter when sending
messages using gsm modem? For example: sending silent sms (pid=64)
If it's possible to use pid when using gsm modem d
On Mon, Mar 15, 2010 at 3:07 PM, PradeepChandar Rajarathnam
wrote:
>
> Hello,
>
> Please suggest how to redirect the Http response to the users as SMS, and
> also the SMS has to be sent to a particular port number, please find the
> attached bearerbox and the smsbox conf files and kindly help.
>
On Fri, Mar 19, 2010 at 6:45 PM, Kidi Kidi wrote:
> Hi all,
>
> I want to send sms with udh through my http smsc but my operator don't use
> udh parameter.
> How can i do to send rich sms like ringtone, wap push, ... (which use udh) ?
Talk to your operator, maybe they have to enable usage of udh
On Wed, May 5, 2010 at 2:16 PM, Innocent Muchedzi wrote:
> Hi
>
> How can I use escape chars like "new line" in an sms and other special char
> your can get on an ordinary cell phone.
What do you mean by escaping them?
If you want to add them in the message body (message text) check the
GSM 03.3
On Sun, May 23, 2010 at 8:33 AM, Barry Murphy wrote:
> Hi,
>
> I've setup Kannel to use mysql for storage, see setup below. When I check
> the status page it shows no errors and that mysql is being used for DLR,
> select queries seem fine, but when sending a message from smsbox it doesnt
> appear
On Sun, May 23, 2010 at 3:13 PM, Barry Murphy wrote:
> Here is a complete copy of my kannel.conf, am I missing something?
There is nothing wrong with your config file.
What I told you to do is:
1. from the machine where kannel is running try to connect to the database
On Sun, May 23, 2010 at 3:13 PM, Barry Murphy wrote:
> Here is a complete copy of my kannel.conf, am I missing something?
There is nothing wrong with your config file.
What I told you to do is:
1. from the machine where kannel is running try to connect to the database
# mysql -h 120.1.1.1 -P 330
On Sat, Jun 18, 2011 at 8:40 PM, amritpal pathak
wrote:
> Now i tried to run the bearbox by using
> ./bearerbox -v 1 [config-file] ...here configuration file to be
> mention was suggested either smskannel.conf or wapkannel.conf..so i
> tried first
On Wed, Jun 22, 2011 at 9:50 AM, amritpal pathak
wrote:
> This is my whole proecdure what i have done till now for enabling the kannel
> to work.
What's your question? Did you try running kannel with this
configuration? Is it working?
As far as I can see you've compiled kannel without database d
On Wed, Jun 22, 2011 at 11:49 AM, amritpal pathak
wrote:
> Please help me here.Actually most of coding part made my friend so i
> have a little bit problem in configuration part.
What kind of coding? What king of help do you need? Maybe it will a
good starting point to read the user guide
On Wed, Jun 22, 2011 at 11:49 AM, amritpal pathak
wrote:
>> smsc-id = Nokia 3110c
>> smsc = at
>> modemtype = Nokia 3110c
>> device= /dev/ttyUSB0
>
> how to know about port to which mine phone is connected ?
> or is it will same as it is ?
You can follow the procedure described in thi
On Thu, Jun 23, 2011 at 6:21 PM, Joseph Koech 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 server, or if your machin
On Thu, Jun 30, 2011 at 8:19 AM, parimal naigaonkar
wrote:
> Hi,
> My gateway works fine when we send sms one by one, but when we send 10 sms
> simultaneously from different sources it is able to receive only 2 or 3, how
> can i improve this ?
Do you really need to access kannel's cgi-bin/sendsms
On Wed, Jul 6, 2011 at 7:15 AM, Vijay kumar Dadhich
wrote:
>> cd /usr/local/gateway/trunk
>> ./configure
>> at there database engine is disabled
>> cd /usr/local/gateway/sqlbox/trunk
>> ./configure
>> make shows error at least one dbengine is needed.
>> so plese guide me how i connected the mysql
On Wed, Jul 6, 2011 at 1:56 PM, Vijay kumar Dadhich
wrote:
> ./bearerbox show these error
> ERROR: Group 'sqlbox' is no valid group identifier
> ERROR: Error found on line no 10 of the file 'kannel.conf.
> PANIC: Couldn't read configuration from 'kannel.conf etc...
If you are not using sqlbox
htt
On Tue, Nov 15, 2011 at 6:37 AM, angel eyez wrote:
>
> Hi,
> I was reading the user guide and i'm stuck on one point about which is
> "Kannel's biggest feature is to abstract each SMSC protocol to a well-known
> HTTP protocol, simplifying service deployment". what does that mean? pLz
> sumbody exp
Hi,
I'm using Kannel 1.3.1 and I configured a sms-service to forward the
received SMS messages
on number 7410 to the URL
http://localhost/smsservices/sms7410.php?amsisdn=%p&bmsisdn=%P&text=%a
The configuration is:
group = sms-service
keyword = default
get-url =
"http://localhost/smsservices/sms
Hi Seik,
Thank you for the reply, but as I said, I use Kannel version 1.3.1 not 1.4.1
BTW in the solution that you suggested "allowed-receiver-prefix-regex"
should be replaced with "allowed-receiver-prefix-regex", and the regex
should not be quoted.
So the correct configuration for version 1.4.1
2008/1/14 Mathieu Bruneau <[EMAIL PROTECTED]>:
> We are looking into making our current Kannel setup more redundant that
> what we currently uses and I was wondering what were other people solutions
> to this problem.
Just few thoughts:
If you are setting up two server nodes in the cluster why d
On Jan 15, 2008 3:55 PM, Mathieu Bruneau <[EMAIL PROTECTED]> wrote:
> Hi,
> Question on the side:
>
> What is your preferred solution to have such a shared Partition (specifically
> for Kannel here)?
drbd + heartbeat
drbd (http://www.drbd.org/) will create a raid 1 over network. each
server wi
On Thu, Mar 13, 2008 at 4:09 AM, <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> U need to use alt-charset="UTF-8" and sent the coding to 2 for
> unicode sending.
>
You don't need to set alt-charset="UTF-8" since the umlaute characters
are present in the standard gsm 7 alphabet defined by gsm 3.
On Thu, Mar 13, 2008 at 10:39 AM, <[EMAIL PROTECTED]> wrote:
> Hi,
>
> ERROR: Failed to convert string from to - probably
> broken type names.
> 2008-03-13 17:36:54 [12883] [3] DEBUG: Status: 400 Answer: misformed, rejected>
>
> I get this error when i try to set alt-charset ="GSM".
My bad
On Fri, Apr 4, 2008 at 6:54 PM, Mickael - System Administrator (WebD
Services) <[EMAIL PROTECTED]> wrote:
> Hello,
> How to limit the call of dlr-url to 2 or 3 pages / sec requests?
Did you set the dlr-mask parameter?
With this parameter you can define on which state of the SMS, Kannel
will call
On Wed, Apr 16, 2008 at 8:37 PM, Mickael - System Administrator (WebD
Services) <[EMAIL PROTECTED]> wrote:
>
> Hello,
> By default, the characters "éèê etc. .." Not working.
You can try using the default GSM7 alphabet.
The only character that is missing in this aphabet is ê.
>
>
> Here is the e
On Fri, Apr 18, 2008 at 8:07 PM, Mickael <[EMAIL PROTECTED]> wrote:
>
> Ok good !
>
> Accents spend up correctly on GSM like that!
> But I have more 160 characters ... :-(
Yes that's right. Using UTF-8 character means more space for storage
and less than 160 character per message. You can not av
On Sat, Apr 26, 2008 at 8:50 PM, Mickael <[EMAIL PROTECTED]> wrote:
>
> Hello,
> How to Send a SMS Flash ?
>
>
> flash number Deprecated. See mclass.
> mclass number Optional. Sets the Message Class in DCS field. Accepts values
> between 0 and 3, for Message Class 0 to 3, A value of 0 sends the
1 - 100 of 189 matches
Mail list logo