Re: wierd behaviour

2004-12-22 Thread adi
On Wed, Dec 22, 2004 at 01:21:19PM +0700, Willy Mularto wrote: > The sms is sent and delivered to the phone, but the wierd one is when I > check the log it still refer to the old server, here is the log "send-SMS > request added - sender:kannel:1234 192.168.1.18 target:628559000111 request: > 'test

SMSBox error: smsbox_list empty!

2004-12-22 Thread Dejan Markic
Hello! I've just started using Kannel yesterday and I can send SMS messages out, but when I send message to the phone and message get's read, I see this error. I have a TC35i module on serial port. This WARNING is multiplying as I send more messages to the module. I tried many things, but I can'

Re: SMSBox error: smsbox_list empty!

2004-12-22 Thread Dejan Markic
Hello! Sorry about this e-mail. Found browsable mailing list and found the answer. I've got one SMSC and I've had smsbox-id set in smsbox config. Kind regards, Dejan - Original Message - From: "Dejan Markic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 1

RE: Re: problem in sending msgs more than one 160 chars

2004-12-22 Thread shyam kumar
Hi Srinivas, Thank you for the reply, the problem is not with the max-messages and concatenation=true, as they are already set. the problem lies in the SMSC i use, as the sms takes the plain text as 160 chars and if we need to send more msgs then the more msgs to send parameter is to be set, but so

Error Compiling Kannel

2004-12-22 Thread Ghost
Hi All,   I get an error each time I attempt to compile Kannel with SSL support on Red-Hat Linux. The first error message before a long list of errors goes thus "/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory". Please, how can I resolve the issue? Do I need to install another

Re: wierd behaviour

2004-12-22 Thread Willy Mularto
Ooppss..:) Thank you Adi, and also thank you for response the error message it solved, but IM3 claim they use 34 not 33 :) Regards Willy

SMS over HTTP

2004-12-22 Thread JAtul
Hi all list members, Can anyone please tell from where to download the specs for SMS over HTTP? Thanx in advance, Jatul - Original Message - From: "Rodrigo A. Cremaschi" <[EMAIL PROTECTED]> To: "JAtul" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 22, 2004 6:55 PM Subje

RE: Stouf.com

2004-12-22 Thread Hillel Bilman
Hi, There is a company called Ecommunicate. They can offer a reliable, decent, cost-effective SMS service. You can call the company on +27 11 443 6164 for their office in South Africa. By the way,what cost per SMS are you looking for? Thanks -Original Message- From: [EMAIL PROTECTED] [m

World-Wide Networks - SMS ?

2004-12-22 Thread Baden de Bari
Thank you for the reply.  With regards to MO, with a GSM modem, we would have our own SIM card w/ its own phone number that anyone from around the world could msg to.  They would have to pay the long dist. txt msging fees though.  What about sending - would we be charged for over-seas messaging for

Re: World-Wide Networks - SMS ?

2004-12-22 Thread Stephen Rothwell \(Eagle Eye Technology\)
I have missed most of the flow on this but in answer to the questions below.   1. Using a mobile phone and a long number.         MT: - You will be able to deliver to any network where there is an interconnect between the network operator of the GSM Modems Sim and the network you wish to del

Gateway for all www

2004-12-22 Thread Yasser Sultan
I ask this question as a WAP gateway changes everything into binary code and sends it to the mobile device for viewing for the purpose of saving bandwidth Take the example of normal webpages they get transferred as plain text why not transfer them as a binary? and use a compatible browser tha

Sending messages to cell phones through and SMSC - Need the sender id to the alphanumeric

2004-12-22 Thread Pankaj
Hi Friends, We are sending messages to cell phones via an SMSC using an SMPP connection from Kannel. Right now the sender code is seen as a number like "1234". I want to be able to be send the messages from an alphanumeric code like "xyz". What setting should I do in Kannel to achieve this objecti

Re: MO messages

2004-12-22 Thread Alexander Malysh
hi, would you please post smpp pdu dump from bearerbox debug log for this failed mo msg? Raymond wrote: > Nick Branson sign-up.to> writes: > >> >> >> Hey >> users, >> >> >> Having a >> little problem with Kannel. I recently switched from using Kannel 1.2.0 >> to a copy taken by CVS in earl

SMPP error (telefonica chile)

2004-12-22 Thread Catalin Trifu
Hi, I am pretty new to kannel and I am working on a project with telefonica chile. I try to use kannel to speak SMPP with their smsc; they provided some info about the connection, which seems to be made correctly but when i try to send a message with the HTTP interface some weird error comes

SMPP error (telefonica chile) addendum

2004-12-22 Thread Catalin Trifu
Here is the http request i use : http://*.*.*.*:13013/cgi-bin/sendsms?user=*&password=***&from=8000&to=005683730661&text=test pretty simple thanks again, Catalin

Cant connect to wapbox

2004-12-22 Thread Michael Mugge
Problem: I cant connect to the gateway with a WAP client. I am using the Openwave Emulator v 6.2.2 on port 9201 The client times out after 30 seconds. It seems like the WAPBOX does not work. I have had the same problem on RH Linux 9 And with Kannel 1.3.2 (from RPM install) My current version is

Invitation

2004-12-22 Thread Alex Yong
Title: Untitled Document Hey, come join my friends network! Alex Alex Yong - This invitation was sent to [EMAIL PROTECTED] on behalf of Alex Yong ([EMAIL PROTECTED])

Re: SMPP access solved ....But ....??????

2004-12-22 Thread Tech mark
Thsi is my config file , group = core admin-port = 13000 smsbox-port = 13001 admin-password = Admin status-password = Status admin-allow-ip = "127.0.0.1;192.168.10.*" admin-deny-ip = "*.*.*.*" log-file = "/var/log/kannel/tmp/kannel.log" log-level = 0 box-allow-ip = "127.0.0.1" box-deny-ip = "*.*

PHP config/monitor script from Mike Mugge

2004-12-22 Thread Michael Mugge
Kannelhttp://localhost:13000";;// PORT# from kannel config: `admin-port` $filePath = "myserver/kannel"; // Path to this file on your www server // \\ // Require SSL and password if(($_SERVER['SERVER_PORT']==443 and

HELP Please :-(

2004-12-22 Thread Mike Mugge
Can some-one please help me with this one?

RE: PHP config/monitor script from Mike Mugge

2004-12-22 Thread Michael Mugge
To fix my PHP script to make the LOG-LEVEL links work, I had to change the string: "c=loglevel&l=0" to "c=loglevel&level=0" In other words the HTTP GET string parameter to change the log-level is "level=" instead of "l=" P.S. Can some-one please help me fix my previous problem under "Cant conne

sms request problem

2004-12-22 Thread Willy Mularto
Hi, If I push any request message via browser then it's sucessfully delivered to device, but when I request via device it only arrive to kannel, but kannel never send it back. Any explanation is highly apreaciated, thank you. Regards Willy