Re: How can i install kannel with Cygwin

2009-11-03 Thread Rodrigo Cremaschi
Please, avoid such general questions. Otherwise, you will get answers like this one: Install Cygwin, then compile Kannel. Regards. 2009/11/3 David G. Navarro Ferrer : > How can i install kannel with Cygwin? > > -- > > "El universitario de estos tiempos está llamado > > a convertir su espacio en un

Re: Questions about incomming SMS

2009-09-29 Thread Rodrigo Cremaschi
Set max-messages = 0 in your SMS-service group. userguide: "If max-messages is set to 0, no reply is sent, except for error messages." Regards. On Tue, Sep 29, 2009 at 9:44 AM, Loïc Burdet wrote: > Hello, > > I've a problem... little problem... > I allready installed Kannel and sending SMS work

Re: questions about syntax

2009-05-29 Thread Rodrigo Cremaschi
at 9:20 AM, wrote: > > Thanks for the reply.  The problem is more that I don't want spaces.  It is > confusing the program into thinking that a new number is beginning, when all > I really want is to find some way to get it to ignore them. > > Thanks > > -

Re: questions about syntax

2009-05-28 Thread Rodrigo Cremaschi
begins using a character other than ' ' and also to allow ' ' > within a number like 123 123 4567. > > Thanks for your help. > > Jessica > -Original Message- > From: Rodrigo Cremaschi [mailto:rodrigo.cremas...@gmail.com] > Sent: Thursday, May 28,

Re: questions about syntax

2009-05-28 Thread Rodrigo Cremaschi
Hi Jessica, Are you URL-encoding the list of numbers? Regards, Rod. On Thu, May 28, 2009 at 11:16 AM, wrote: > Hi Everyone, > > I am trying to send SMS via command line with lynx. > > It is no problem with a single number, it works. > > With multiple users it also works, but only for num

Re: ASCII Message

2009-05-27 Thread Rodrigo Cremaschi
Hello Irfan, Omit the UDH header. Regards. On Wed, May 27, 2009 at 2:58 PM, Irfan Malik wrote: > Hello every body, > > > > Is there any method with which we can send ASCII text instead of hexadecimal > using sendsms? > > > > http://localhost:13013/cgi-bin/sendsm?username=user&password=pass&

Re: Date Message Sent - 24 hours off?

2009-05-14 Thread Rodrigo Cremaschi
Check the date and time zone of your server. On Thu, May 14, 2009 at 2:48 PM, Bryan Gintz wrote: > When I use the get-url to receive a message with Kannel, it shows the date > the message was sent was right around 24 hours before it was actually sent. > > Any ideas? > > Thanks, > Bryan > >

Re: Help needed very very urgent

2009-04-21 Thread Rodrigo Cremaschi
Hi Dheerendra, First of all, it's "Kannel". Not kenel. Second, Kannel is not an SMS center. Kannel is an ESME. Third, you need some knowledge on HTTP, webserver (maybe Apache) and PHP. If you read the userguide you will know how to invoque php functions from Kannel. Best rega

Re: removing plus operator from ph-nos

2009-03-31 Thread Rodrigo Cremaschi
Hi there! Mh... Appends or prepends? Probably, the carrier uses the international numbering format, which begins with a "+" (plus sign). If that's what you mean, define the "unified-prefix" parameter in your core group. unified-prefix = "-,+" This means: replace the "+" with

Re: smsbox log error

2009-03-30 Thread Rodrigo Cremaschi
3001/cgi-bin/sendsms?username=pyro&password=pyro&from=&to=91971236987&text=Test%20Message&charset=UTF-16BE&mclass=2&coding=1&pid=0&dlr-mask=1&dlr-url=http://localhost/dlr.mysql.php?smscID=SMPPSim >  i am invoking this url. > > > > > >

Re: smsbox log error

2009-03-30 Thread Rodrigo Cremaschi
Well, what's the URL you are trying to invoke? On Mon, Mar 30, 2009 at 8:58 AM, narendra reddy wrote: > Hi users, > > when i am trying to hit the url i am getting below error in the smsbox logs > .can anybody tell me wat is the reason for below error. > > > > > 2009-03-30 17:24:13 [9060] [9] ERRO

Re: SMS-SERVICE

2009-03-03 Thread Rodrigo Cremaschi
>> >> >> First to test your setup please configure only one sms service group as >> follows >> >> >> >> group = sms-service >> >> keyword = default >> >> get-url = >> “ http://localhost/logger/logMessage?mobile_number=%p&s

Re: SMS-SERVICE

2009-03-03 Thread Rodrigo Cremaschi
c-password=demirbim > system-type=demirbim > transceiver-mode=1 > address-range=98 > > > group = smsbox > bearerbox-host = 127.0.0.1 > sendsms-port = 13014 > log-level = 0 > > group = sendsms-user > username = b > password = b > > group = sms-service &

Re: SMS-SERVICE

2009-03-03 Thread Rodrigo Cremaschi
HEllo Elton, The userguide is not perfect, it's not complete, and it's not foolproof. You are right. But take some more time reading it, explore the web, use Google, write and test some configurations for yourself, read the mail archives and you will be rewarded with a working Kannel. If, in spite

Re: MBSessionIdTag TLV for mBlox Issue

2009-03-03 Thread Rodrigo Cremaschi
You have to URL-decode the received message so the following strings get converted to their original characters. %2B = "+" %3A = "/" %24 = "$" Likewise, when you send text, you have to URL-encode it. Regards. On Tue, Mar 3, 2009 at 10:37 AM, Ishtiaq Ahmed wrote: > Hi Guyz, > > Once again working

Re: SMPP problem

2009-03-02 Thread Rodrigo Cremaschi
lhost. I saw it in the > guide under the Running SMS gateway section. > When I try to invoke like this; > > http://localhost:13013/cgi-bin/sendsms?username=a&password=a&to=35567240&text=Hello+world > > I get this error on the page: > > Sender missing and n

Re: SMPP problem

2009-03-02 Thread Rodrigo Cremaschi
Hi, 1) Why are you defining username = a password = a in sendsms-user group, and then using another user and pass when invoking the URL? 2) Does "smsbox.localhost" exist at all? Regards, Rodrigo. On Mon, Mar 2, 2009 at 10:34 AM, Elton Hoxha wrote: > Hi, > > > > I followed the instruction in

Re: two msgs to two diff subscribers in one url

2009-02-26 Thread Rodrigo Cremaschi
You are forcing Kannel to do things it cannot do. Please, read the userguide. If you are still in doubt, please, read it again. On Thu, Feb 26, 2009 at 11:32 AM, narendra reddy wrote: > Hi All, > >   in single url i tried  two text messages to two subscribers in single > url .is  it possible.

Re: flash sms

2009-02-23 Thread Rodrigo Cremaschi
Hi Narendra, I think you posted this same question before. Please, take a look at the mail archives. Your questions may have been already answered (more than once) http://www.mail-archive.com/users@kannel.org/ Regards, Rodrigo. On Mon, Feb 23, 2009 at 10:00 AM, narendra reddy wrot

Re: mysql data-base

2009-01-29 Thread Rodrigo Cremaschi
Hello Narendra, Please: 1) take a look at the documentation provided with Kannel. 2) post your question to ONLY one mailing list, NOT to all of them. 3) use Google to see if someone has already answered your question (most probably the answer will be YES) 4) don't make such a general request as "g

Re: Invalid content type error

2009-01-14 Thread Rodrigo Cremaschi
u paste your cgi-bin sendsms url? You could be missing something. > Are you able to bind successfully? > On Jan 13, 2009, at 10:32 PM, Mike Nwaogu wrote: > > Yes I am. > > Regards, > Mike Nwaogu > Tel: 234_802_325_6437 > Eml: as_u_ca...@d.top > > _

Re: Invalid content type error

2009-01-13 Thread Rodrigo Cremaschi
Hi, Are you including the "username" and "password" variables you defined in the "sendsms-user" group into your URL? Regards, Rodrigo. On Tue, Jan 13, 2009 at 4:59 PM, Mike Nwaogu wrote: > smsbox.log log-level=0 > > 2009-01-13 19:46:10 [3707] [2] DEBUG: HTTP: Creating HTTPClient for >

Re: Configuring multiple Transmitter on 1 port

2008-12-29 Thread Rodrigo Cremaschi
There's no problem in stablishing two connections on the same port. You can use same IP, port, username and password. Just identify them with distinct names: (This is a user-related question, so please, address it to the appropriate list) #SMSC NEXTEL1 group = smsc smsc = smpp smsc-id = NEXTEL1 a

Re: webbased gui for monitoring Kannel architecture

2008-11-22 Thread Rodrigo Cremaschi
Please, if you are not contributing freely to the list, move this thread to [EMAIL PROTECTED] Thanks On Sat, Nov 22, 2008 at 1:43 PM, Ken Bellars <[EMAIL PROTECTED]> wrote: > Hehehe... I have signified interest severally and no 'working' feedback yet. > > I think you need to be more specific. What

Re: Interactive SMS

2008-10-17 Thread Rodrigo Cremaschi
I think it will be much simpler if you code a script from zero, instead of having to translate every wap page into an SMS (which may end up in more than 160 chars). On Fri, Oct 17, 2008 at 12:06 PM, Carlos Ruiz Diaz <[EMAIL PROTECTED]> wrote: > Thank for the reply Stipe. > Let me explain myself be

Re: sms-service question

2008-10-17 Thread Rodrigo Cremaschi
Hi Carlos, Besides the keyword matching problem, you are not sending any parameter to your script. So it does not know what to do. Maybe that is your problem. A more complete exec line should look like this exec = "/usr/bin/perl /home/carlos/development/perl/kannel/test.pl %p %i %P %k %r" Regar

Re: Trivial (maybe) questions

2008-09-08 Thread Rodrigo Cremaschi
Hi RMP, there is no id for incoming messages. If you need to create some kind of "session" you will have to create your own id at arrival of the first SMS. Regards, Rodrigo. On Mon, Sep 8, 2008 at 12:24 PM, regme please <[EMAIL PROTECTED]> wrote: > Hi there. > The application will op

Re: 回复:stress test

2008-08-27 Thread Rodrigo Cremaschi
Hi Mario, I suggest you to perform a series of tests: The first one being just answering some text form within Kannel, not invoking any external services and avoiding DLRs. That will measure the maximum perfomance you can get. The rest of the tests should: invoke a simple shell script

Re: submit single MO sms to multiple services

2008-08-25 Thread Rodrigo Cremaschi
Hi there! The best way is to use a "dispatcher" script. Two benefits from this: 1) You won't need to restart Kannel in case of adding new services. 2) You have a central administration point for all your services. The get-url conf line will look like this: get-url = http://host1:13113/dispatch.ph

Re: receiving Mo message and execute a programme

2008-07-28 Thread Rodrigo Cremaschi
Hi Rim, 1) All your config lines are commented out. 2) Check the execute permissions of "/home/kannel/Documents/smsin". 3) Set loglevel to 0 (max detail) and check your logs to see what's happening. Regards, Rodrigo. On Mon, Jul 28, 2008 at 7:44 AM, bahassi rim hajar <[EMAIL PROTECTED]> wrote: >

Re: SMS MO Cancelation

2008-06-30 Thread Rodrigo Cremaschi
Hi Marcelo, Once the SMS is sent, the operator charges the user and there is nothing you can do. You should switch to a charge-by-MT scheme to avoid charging the user when something goes wrong on your side. Regards, Rodrigo. On Fri, Jun 27, 2008 at 6:52 PM, Marcelo Aguila <[EMAIL PROTEC

Re: wap push parameter

2008-05-26 Thread Rodrigo Cremaschi
Hi Aditya, Please take a look at the quality-of-service section in the Push Access Protocol specification, which you can download from here: http://www.openmobilealliance.org/tech/affiliates/wap/wap-247-pap-20010429-a.pdf Regards, Rodrigo. On Sat, May 24, 2008 at 11:46 AM, Aditya Manum

Re: dump access.log to a database

2008-04-25 Thread Rodrigo Cremaschi
a bash script it doesn't work. > > So I thought on insert the access.log to a database on realtime, so I can > run queries any time. > > What do you think? > > Thanks for the help > > > > -Original Message- > From: Rodrigo Cremaschi [mailto:[EMA

Re: dump access.log to a database

2008-04-24 Thread Rodrigo Cremaschi
It's quite easy to process kannel log files using "cat" and "grep" (or fgrep) commands. If you want to know the number of sent SMS for a certain short number, you may try something like: cat access.log | grep "Sent SMS" | grep "\[from: \]" | wc -l If your log file is already compressed: zcat

Re: Malformed Address and Unknown TLV

2008-04-21 Thread Rodrigo Cremaschi
Hi, TLVs are sent by the operator. If the operator doesn't ask you to acknolewdge TLVs in any way, it's OK to ignore them. They don't affect message delivery. Regards. On Sat, Apr 19, 2008 at 2:49 AM, Logic 1902 <[EMAIL PROTECTED]> wrote: > > 2)But can it be set to Auto? in userguide its written a

Re: No reply sent, denied smsbox

2008-04-09 Thread Rodrigo Cremaschi
Hi Niurka , You will get that INFO message (not really an error) if you specify max-messages=0. This disables the capability of answering the original message. In this case, you will have to make an "SMS push" using the service /cgi-bin/sendsms. "max-messages" limits the number os SMS mes

Re: kannel installation help

2008-02-19 Thread Rodrigo Cremaschi
Hi David, > 2008-02-17 04:32:38 [15441] [0] PANIC: Couldn't connect to the bearerbox. Is your bearerbox running BEFORE starting smsbox? It must. Best regards. On Feb 18, 2008 7:40 PM, David Bruno <[EMAIL PROTECTED]> wrote: > Hi, > I've been using SMS providers that have http api's for years

Re: Need apache config info

2008-02-18 Thread Rodrigo Cremaschi
Hi Michael, Will you be using Apache and PHP for SMS processing? Then try googling "Apache + PHP". Besides that, there's nothing you will need to modify in httpd.conf to make Apache work with Kannel. Regards, Rodrigo. On Feb 16, 2008 12:10 PM, Michael Sole <[EMAIL PROTECTED]> wrote: > >

Re: Invoking PHP Script through Kannel

2008-01-15 Thread Rodrigo Cremaschi
>From within the PHP script, write the text to a file for debugging. So you will know where the problem is. On Jan 15, 2008 10:37 AM, Mads N. Vestergaard - CoolSMS <[EMAIL PROTECTED]> wrote: > > You could try to check the log for your webserver and see why the data > seems to be cut, if it is ka

Re: Can a failed service cause a reject of an incoming sms message?

2007-12-11 Thread Rodrigo Cremaschi
I can figure out is closing the SMPP connection until the VASP is up again. BUT, BE AWARE that you may be signing a contract with the operator, asking you some kind of QOS, uptime, reliability, or whatever, that will force you to stay connected even if you can't provide the service. Best Regard

Re: My first post - I want to start to develop and use commercially Kannel

2007-11-20 Thread Rodrigo Cremaschi
Hi Wesley, > How does the Kannel product stack up against commercial products at this > point in time? I haven't tested commercial ESME software myself, but Kannel does a great job! If you ever feel the need of commercial assistance, subscribe to commercial[at]kannel[dot]org. > > Does Kannel hav

Re: Problem starting kannel with dlr-storage mysql

2007-11-09 Thread Rodrigo Cremaschi
Hi Knaan, > 2007-11-09 07:21:48 [2652] [0] ERROR: error connecting to server `localhost' > at port `13002' > 2007-11-09 07:21:48 [2652] [0] PANIC: Couldn't connect to the bearerbox. Be sure that bearerbox is up and running before starting any other box. On Nov 9, 2007 7:30 AM, Enver ALTIN <[EM

Re: How to receive MO on an SMPP link

2007-09-02 Thread Rodrigo Cremaschi
MSBoxes my make two SMSBox config file and assigning > different sms-port numbers to them, but it was only the second SMSBox that > was up. > How do I do this? > > Thanks once again. > > > Rodrigo Cremaschi wrote: > > > > YES, it is possible. > > PLE

Re: How to receive MO on an SMPP link

2007-08-31 Thread Rodrigo Cremaschi
log/smsbox.log" > > log-level = 0 > > access-log = "/var/smsgateway/log/access.log" > > > > > > group = smsbox > > smsbox-id = LinktoAppNameSMSBox > > bearerbox-host = "172.16.10.249" > > sendsms-port = 13013 > > global-sender = "

Re: How to receive MO on an SMPP link

2007-08-31 Thread Rodrigo Cremaschi
TED]> wrote: > > How do I route incoming messages from SMPP Link? > > > Rodrigo Cremaschi wrote: > > > > In that case, you must declare "transceiver-mode" variable to "true". > > Omit "receive-port" variable. > > > > Check t

Re: keyword-regex and matching spaces

2007-08-31 Thread Rodrigo Cremaschi
Hello Aaron, This seems to be kind of a philosofical discussion, but at some point in time, you will find much easier to modify a script than to modify the config file and restart kannel just for a minor change. Best regards, Rodrigo On 8/31/07, Aaron Simmons <[EMAIL PROTECTED]> wrote:

Re: How to receive MO on an SMPP link

2007-08-29 Thread Rodrigo Cremaschi
y have transceiver. > > If the operator has a transceiver connection, how can I can get the inbound > messages from my operator? > How to I set up the config? > > What if my operator only supports transmitter/Receiver connection? > > Kind regards, > > Lekkie > &g

Re: How to receive MO on an SMPP link

2007-08-29 Thread Rodrigo Cremaschi
> Could this be because of the kannel version I am using (1.4.1)? No > Is it possible to receive SMS on SMPP connection? Yes, that's what Kannel is for. Are you sure your operator needs 2 connetcions Tx and Rx? Or is it a transceiver? On 8/29/07, lekkie <[EMAIL PROTECTED]> wrote: > > Hi guys, >

Re: CBC

2007-08-28 Thread Rodrigo Cremaschi
<[EMAIL PROTECTED]> wrote: > Hi, > Thanks for your reply, > I havn't problem with this agreement, but I don't know how kannel support > it. it means how can I set zone (or BTS address) in kannel? > regards > > > On 8/27/07, Rodrigo Cremaschi <[EMAIL P

Re: CBC

2007-08-27 Thread Rodrigo Cremaschi
I think that requires an agreement with the operator... On 8/26/07, Vahid Ghafarpour <[EMAIL PROTECTED]> wrote: > how can I send cell broadcasting messages to a smpp connection by kannel? > > -- > --Vahid Ghafarpour. > http://vahid.ghafarpour.ir/ > vahid at ghafarpour dot ir > ghafarpour at gmail

Re: Send Multiple SMS

2007-08-23 Thread Rodrigo Cremaschi
Hi Phillip, You can use a list of space-separated receivers when you push the message. Like this: http://smsbox.host.name:13013/cgi-bin/sendsms? username=foo&password=bar&to=++&text=Hello+world Best regards, Rodrigo. On 8/21/07, Philip Ankunda <[EMAIL PROTECTED]> wrote: >

Re: sms routing

2007-08-23 Thread Rodrigo Cremaschi
No. But you can make an application that invokes two (or as many as you wish) applications. On 8/23/07, Paweł Buńko <[EMAIL PROTECTED]> wrote: > Hello, > is it possible to make kannel to route sms to more than one application? > > -- > Paweł Buńko > Dział Rozwoju Produktów > AutoGuard & Insurance

Re: Check Kannel status remotely

2007-08-23 Thread Rodrigo Cremaschi
Hi Carlos, To be short, the simplest remote monitor is: http://yourkannelhost:13000/status.html You can change the listening port using the admin-port parameter. Regards, Rodrigo. On 8/23/07, Carlos Ghabrous Larrea <[EMAIL PROTECTED]> wrote: > > > Dear All, > > I would like to know

Re: Commercial KANNEL

2007-08-16 Thread Rodrigo Cremaschi
Contact commercial (at) kannel (dot) org On 8/16/07, Real World <[EMAIL PROTECTED]> wrote: > Dear Kannel, > > I need to get some information about kannel commercial support and > commercial gateway from you.Who should i have to contact ? > Any phone no: , chat Id's are acceptable. > > Thank you, >

Re: How to stop 'Could not fecth' error from going to mobile

2007-08-14 Thread Rodrigo Cremaschi
Hi Khary: You can use "reply-couldnotfetch" configuration variable to change the message. That will not stop the message from reaching the phone, though. Maybe you can try a combination of reply-couldnotfetch = "" omit-empty = true as Seik suggests. I never tried it. The best way to avo

Re: Double post-url statements in one service group

2007-08-10 Thread Rodrigo Cremaschi
Hi Raphael, Use only one script per sms-service. Invoke 2 (or more) services from that script. Regards, Rodrigo. On 8/10/07, Raphael Maseko <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to get kannel to do two different actions on an incoming SMS. > Both processes are post-url but are

Re: Recieve SMS

2007-08-08 Thread Rodrigo Cremaschi
If you start your bearerbox using > bearerbox /var/log/kannel/bbox.log set loglevel to 0 (max detail) and then > tail -f /var/log/kannel/bbox.log You will see all incoming and outgoing packets. On 8/7/07, preeteesh kakkar <[EMAIL PROTECTED]> wrote: > What i have to do so that my kannel recieve

Re: How capture a blank SMS sent to a short code with a non-default sms-service

2007-08-08 Thread Rodrigo Cremaschi
Hello Hillel, My suggestion is to use the same defaultapp to catch ALL the incoming messages. So, if you have to add/delete/modify any service, you won't have to restart Kannel each time. With this approach, you keep your conf file clean, and all processing is done within your application.

Re: load balance smsc

2007-06-20 Thread Rodrigo Cremaschi
Yes, check this thread: http://www.kannel.org/pipermail/devel/2007-May/001040.html On 6/20/07, Anand Gupta <[EMAIL PROTECTED]> wrote: Hi! I am getting 2 smpp connections from my smsc for load balancing. Can i use it inside kannel to automatically do load balance between messages ? And incase

Re: exec not working in sms-service

2007-06-13 Thread Rodrigo Cremaschi
Hi Abraham, Define only the "exec=" action in your configuration and print the text from within your executable. Regards, Rodrigo. On 6/13/07, Abraham Teck <[EMAIL PROTECTED]> wrote: I'm attempting to create a flat file for upstream processing and notify the SMS sender that the text has

Re: load balancing can Kannel do it

2007-05-08 Thread Rodrigo Cremaschi
Hi Hillel, I think you are misunderstanding what smsbox-route can do. It is meant to manage several smsboxes connected to one bearerbox. But, as I understand, the carrier wants you to stablish two connections and load-balance traffic between them in such a way that doubles the throughput.

Re: multiple smscs

2007-04-27 Thread Rodrigo Cremaschi
denied-smsc-id = "ONE", "THREE" ... etc. Regards, Rodrigo Cremaschi. On 4/27/07, Gabriel Luhers Graca <[EMAIL PROTECTED]> wrote: I did as you suggested, Chan, but my SMSs are always being sent to the same SMSC. It seems like the allowed-prefix is simply ignored. But the de

Re: Authorization failed for sendsms - reg.

2007-04-24 Thread Rodrigo Cremaschi
Hi, The problem is that Kannel is not letting you send the message, because you are not authenticated. Please check your "sendsms-user" group, and verify the "username" and "password" variables you are using. They should match those in the URL. Best Regards, Rodrigo. On 4/24/07, [EMAIL PR

Re: Sending message to smsc

2007-04-20 Thread Rodrigo Cremaschi
Fastest and easiest: elinks -dump "http://localhost:13013/cgi-bin/sendsms?username=&password=&from=&to=&text=HELLO+WORLD" Replace <...> with corresponding configured variables. If you don't have elinks, try lynx instead. Regards, Rodrigo. On 4/20/07, Clay Zevely <[EMAIL PROTECTED]> wrote: Is

Re: Kannel List in spanish.

2007-04-13 Thread Rodrigo Cremaschi
I'm in. A good start would be translating the userguide into spanish, right? Rodrigo. On 4/13/07, Mi Reflejo <[EMAIL PROTECTED]> wrote: Since i'm receiving mails asking for support in spanish i think is a good idea start a new List for those users who speak spanish. If we have feedback from he

Re: Special Characters and Kannel 1.4.1

2007-04-03 Thread Rodrigo Cremaschi
Hi Markus, A hack for this problem: generate an MO with the special chars and send it to Kannel. Use the characters you receive as a dictionary to "encode" your MTs. Regards, Rodrigo. On 4/3/07, Markus R. <[EMAIL PROTECTED]> wrote: Hi, I have a problem sending special characters in mob

Re: Kannel on freebsd

2007-02-27 Thread Rodrigo Cremaschi
Hi there, please, try: ./configure touch .depend make depend make I used to work with FreeBSD and I think that was needed. If you need to start over again, use make clean first. Regards, Rodrigo. On 2/27/07, Ben Suffolk <[EMAIL PROTECTED]> wrote: I just did a fresh download and make

Re: SOLARIS 8 Installation probs

2007-02-08 Thread Rodrigo Cremaschi
Michael, You have an incomplete Solaris install, as you are missing some of the development packages. Unfortunately, you will need the Solaris install CD to install those packages. Check for these packages using pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWsprot SUNWtoo then 'pkadd'

Re: SOLARIS 8 Installation probs

2007-02-07 Thread Rodrigo Cremaschi
Hi Michael, You're missing some Solaris packages. You may find them at http://www.sunfreeware.com/ On the right margin, you will find SPARC / Solaris 8 Packages. Browse down to gcc-3.4.6, download (the transfer may be sloow) and install. You may need also libgcc-3.4.6. Othe

Re: Newbie question

2007-01-17 Thread Rodrigo Cremaschi
Hello Winston, For a start, are you working for a phone company? If not, you will be functioning as an ESME, not an SMSC. For a better understanding fo these terms, take a look at http://www.kannel.org/download/1.4.1/arch-1.4.1/arch.html Although aimed primarily to WAP Gateway, thi

Re: Windows Version

2006-12-08 Thread Rodrigo Cremaschi
Kannel in a Linux "virtual machine" ? Regards Abhisek Mohanty Information Technology Dept. KIIT-DU,Bhubaneswar 0-9337295074(M) - Original Message From: Rodrigo Cremaschi <[EMAIL PROTECTED]> To: Abhisek Mohanty <[EMAIL PROTECTED]> Cc: kannel Users Sent: Frid

Re: Windows Version

2006-12-08 Thread Rodrigo Cremaschi
ce long bt in vain. Hoping to get some reply for this. anyways thanks a lot Rodrigo. Regards Abhisek Mohanty Information Technology Dept. KIIT-DU,Bhubaneswar 0-9337295074(M) - Original Message From: Rodrigo Cremaschi <[EMAIL PROTECTED]> To: Abhisek Mohanty <[EMAIL PROTECTED]&g

Re: Windows Version

2006-12-08 Thread Rodrigo Cremaschi
Hi all, To make things clear, THERE IS NO WINDOWS VERSION of KANNEL. Period. Kannel runs on Linux. It compiles and runs on other Unix systems too, such as Solaris or FreeBSD. But NOT on Windows. You can install and run a Linux "virtual machine" on top of a Windows system (such as Cy

Re: 2nd Post: Sending SMS message to FakeSMSC

2006-11-07 Thread Rodrigo Cremaschi
;phone" which has> been depicted in that figure. As I said since I don't have the actual phone, > I am using the emulator.  So I am putting functionality as such that I can> run that functionalty from the emulator to talk to SMSC.  Why are you saying> Kannel has nothing to do wit

Re: 2nd Post: Sending SMS message to FakeSMSC

2006-11-07 Thread Rodrigo Cremaschi
have the actual phone, I am using the emulator. So I am putting functionality as such that I can run that functionalty from the emulator to talk to SMSC. Why are you saying Kannel has nothing to do with this? Thanks, Mustafa On 11/4/06, Rodrigo Cremaschi <[EMAIL PROTECTED]> wrote: >

Re: 2nd Post: Sending SMS message to FakeSMSC

2006-11-04 Thread Rodrigo Cremaschi
Hi Mustafa: Now it is clear what you are trying to do. But Kannel can't help you because it sits at "the other side of the line" Service <-> Kannel <-> SMSC <-> Your phone What your application is trying to do (send an SMS from a J2ME application) unfortunately has nothing

Re: NewBie Question Pardon me if ?

2006-11-03 Thread Rodrigo Cremaschi
Hi Goke: Your setup is perfectly feasible. You may use only one Kannel instance to connect to several SMSCs and, of course, send and receive to/from all of them. The key to this is in the configuration file (check the docs, and maybe previous posts to this list) and the scripts you use to proc

Re: Sustained Throughput

2006-10-18 Thread Rodrigo Cremaschi
SMSC to "load balance" the traffic. Regards, Rodrigo Cremaschi. On 10/18/06, Ben Suffolk <[EMAIL PROTECTED]> wrote: Hello, I am currently planning a new service, and the relevant hardware for it. I am after some figures on SMS throughput, both inbound and outbound. My connecti

Re: problem with special chars as @ and °

2006-10-09 Thread Rodrigo Cremaschi
Try an MO sending those characters to see what Kannel gets. Then, use those same characters when generating your MTs. This usually works fine. On 10/9/06, Fourat Zouari <[EMAIL PROTECTED]> wrote: anyone can help please ? On 10/6/06, Fourat Zouari <[EMAIL PROTECTED]> wrote: > Hello > Trying to

Re: Ramdom strange characters in the MO-SMS

2006-09-20 Thread Rodrigo Cremaschi
Hello Hapa, 1.3.2? (Why is this version still available? Why the site still states "This section contains the latest development release version, version 1.3.2."?) Please, try latest CVS version from http://www.kannel.org/download/kannel-snapshot.tar.gz or at least 1.4.0-stable http://www.kannel

Re: validity period

2006-09-20 Thread Rodrigo Cremaschi
Does your operator support this parameter? On 9/20/06, Jyothi rao <[EMAIL PROTECTED]> wrote: does anyone know how it should be used ?? On 9/12/06, Jyothi rao <[EMAIL PROTECTED]> wrote: > > has anybody used the validity period ?? > > > > > On 9/2/06, Jyothi rao <[EMAIL PROTECTED] > wrote: > >

Re: Getting the PDU sequence number or any identification number..

2006-08-31 Thread Rodrigo Cremaschi
Hi Raul, You will have to implement some kind of "state handling" within you own application to accomplish this. Kannel can't do this for you. For example, you may instruct your users to start their SMS with an ID "karl: hi there" goes to user1-phone "mary: good day" goes to user3-p

Re: kannel version

2006-08-15 Thread Rodrigo Cremaschi
Hi Real, If your bearerbox is up and running, try getting the URL http://:13000/status.html That will return Kannel version, build and compiler info. Best regards. On 8/15/06, Real World <[EMAIL PROTECTED]> wrote: Hi , Can i know , in which file i can find that Kannel version store

Re: shortcode kannel and sms services

2006-07-16 Thread Rodrigo Cremaschi
Hello Anil, All your answers are already written down, so I will save someone some days of typing. You will find the userguide here: http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html In case something is missing or you reach a dead end, come back for further assistance. We will

Re: Urgent Kannel Configuration Help !

2006-07-11 Thread Rodrigo Cremaschi
Hello Vaibhav, Treat each connection as a disctinct SMSC, enabling only transmitter or receiver for each one of them: #SMSC RX group = smsc smsc = smpp smsc-id = YOURCARRIER_RX allowed-smsc-id = "YOURCARRIER_RX" host = 66.66.66.66 receive-port = smsc-username = "rxuser" smsc-password =

Re: trouble with platform

2006-06-13 Thread Rodrigo Cremaschi
Try make not make On 6/13/06, sarwat jabeen <[EMAIL PROTECTED]> wrote: hello everyone I ve been tryin 2 compile kannel. ./compile command runs fine bt the ./make command gives n error. cd there b a prob with the platform?im using redhat 9.if im switching 2 some other distribution wht is the b

Re: What sms-service group is using for?

2006-05-29 Thread Rodrigo Cremaschi
Hi, This group determines what Kannel will do with each of the incoming messages. Two examples follow. This will invoke "test.pl" script upon receiving the keyword "test" as MO SMS: group = sms-service keyword = test exec = "/home/kannel/gw/apps/test.pl %p %i %P %k %r" accepted-smsc = "UN

Re: Re[2]: How to support Thai language?

2006-05-10 Thread Rodrigo Cremaschi
Hi Kavuri, Check table Table 6-15 in the userguide. Try "charset" and "coding" variables. Maybe those will help you. Regards. Rodrigo. On 5/9/06, Kavuri Prasad <[EMAIL PROTECTED]> wrote: Thanks Benoit, Yes, In Thailand GSM operators exists. As you said Thai characters only supp

Re: wapbox not connecting to bearer box

2006-05-08 Thread Rodrigo Cremaschi
Hi Raul, Is your bearerbox starting? I think you mistyped the log-level line. Log-level=10 is not correct: log-level number 0..5 Minimum level of log-file events logged. 0 is for 'debug', 1 'info', 2 'warning, 3 'error' and 4 'panic' (see Command Line Options) Rodrigo. On 5/8/06,

Re: Basic SMS implementation

2006-05-05 Thread Rodrigo Cremaschi
ome. For now, this shall suffice. Best Regards KM On 5/4/06, Rodrigo Cremaschi <[EMAIL PROTECTED]> wrote: > Hi Kartikay, > > I don't quite understand what you are trying to do, but Kannel is > meant to give SMS and WAP service to cell phone users. > > Fa

Re: Basic SMS implementation

2006-05-04 Thread Rodrigo Cremaschi
nt using Kannel? I think both of these are possible (after reading the documentation). I would prefer the exact steps, and configuration file changes. Warm Regards Kartikay Malhotra On 5/2/06, Rodrigo Cremaschi <[EMAIL PROTECTED]> wrote: > Hi Kartikay, welcome to the list. > &g

Re: Basic SMS implementation

2006-05-02 Thread Rodrigo Cremaschi
Hi Kartikay, welcome to the list. 1) You may download and compile Kannel from http://www.kannel.org/download.shtml Latest CVS is recommended and pretty stable. You will need at least Linux and a C compiler installed, or you may download some RPM package. 2) Kannel can perform many actions on rec

Re: Sending vendor specific parameters with send-sms cgi

2006-04-24 Thread Rodrigo Cremaschi
Hi Matthew, Rayson, "account" and "binfo" are ok, BUT, if you need to send more specific parameters, ther's no way of doing that in Kannel, unless you patch it. Alejandro Guerrieri has tried, tested and provided this one: http://www.mail-archive.com/devel@kannel.org/msg05605.html Give it a t

Re: Which gateway?

2006-04-21 Thread Rodrigo Cremaschi
On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello everybody, > which gateway do you use? Kannel. Do we all agree?. > I am looking for convenient smsc. It depends on the country you are trying to provide your services. > Can you please advise any of them? > > Thank You! > > Sergio

Re: SMPP server to receive SMS requests via SMPP and send SMS

2006-04-18 Thread Rodrigo Cremaschi
ocumentation and found that kannel can be used via HTTP > interface to send SMS messages but i need SMPP interfce to send the > messages. > > Pl. give me some help regarding that, > Thanks for your time and effort. > -- > Regards > Abhishek Jain > > > > &

Re: SMPP server to receive SMS requests via SMPP and send SMS

2006-04-17 Thread Rodrigo Cremaschi
Hello Jain, You know what you want. That is good! 1) Kannel can do that in an efficient way. 2) You have to become a carrier. Take some time to read the userguide and this important document about Kannel architecture: http://www.kannel.org/download/kannel-arch-snapshot/arch.html May

Re: I just don't get it! Waaah!

2006-02-24 Thread Rodrigo Cremaschi
set max-messages = 0 and that will make it! On 2/24/06, tonex <[EMAIL PROTECTED]> wrote: > > > Stipe Tolj wrote: > > > > a) smsbox passes to HTTP server and get's a HTTP response, _THAT_ HTTP > > response > > is send back to the user (MT) message. > > > > b) smsbox passes to HTTP server and ommi

Re: Multiple keyword

2006-02-17 Thread Rodrigo Cremaschi
Please try keyword-regex: This field may be used to enable service-selection based on a regular expression. If this field is defined for a service, then the selection will rely on the regex only, never taking the literal keyword into account. See section on regular expressions for details. Regard

Re: I just don't get it! Waaah!

2006-02-15 Thread Rodrigo Cremaschi
Hi Ngurah, You are not far from understanding the mechanics of Kannel. Maybe this document will help you out a bit: http://www.kannel.org/download/1.2.1/arch-1.2.1/arch.html It´s an old one, but very useful. Regarding your questions, Kannel may reply to an MO in several ways, but

Re: SMSc Problem

2006-02-06 Thread Rodrigo Cremaschi
Hi Jesús, Your get-url surely exceeds the maximum allowed (I think it is 256 chars). Yours is 350 chars long. Try using post-url, or shorten your get-url. Best regards, Rodrigo. On 2/6/06, Jesús Hinojal Hernández <[EMAIL PROTECTED]> wrote: > > > Hi, > > I´ve configured Kanne

  1   2   >