RE: HELP: Can't alocate Memory with wavecom DLR

2007-04-20 Thread Ade Mahfud
Hi, Thanks for the quick response. This panic occurred after sending just 1 SMS with one DLR. I've tested compiled kannel using --with-malloc while configuring. The result is kannel just HANG(it can't received or delivered message anymore). Thanks, Ade -Original Message- From: [EMAIL

RE: Getting real IP address of the handset

2007-04-20 Thread Davor Spasoski
Thank you Stipe, Yes, that's the header, however it only gives the IP address of the firewall, as it is masquerading the private IP addresses of the handset. I was told by the operator that they include the IP address in the cookie headers appended by Ericsson MIEP (some proxy) to any cookie of

RE: Getting real IP address of the handset

2007-04-20 Thread Davor Spasoski
Hi Juan, Thank you for your proposal. I tried it, but the firewall is doing masquerading and I can't get the real IP address. I was told that a proxy server called MIAP is appending some cookie headers to any cookie of the HTTP server. The ip address is contained there. I don't really know what

managing wap gateway.....

2007-04-20 Thread tushar
Hi all, Is there any script out there for administrating WAP gateway for managing users accessing through it? If anyone is having any reference links please send it to me. Thanx and Regards Tushar

Re: reply-to address

2007-04-20 Thread Ben Suffolk
i don't see how de-duping can work anyway. right now i have alejandro in my to field, and [EMAIL PROTECTED] in my cc field. there's nothing mailman can do to stop alejandro from receiving the same message twice is there? Hi Iain, Its quite simple, each mail message that is sent out had a

Bearerbox SMSbox communication protocol

2007-04-20 Thread Akbar Munir
Hi All, Where can I find out detailed information about the communication protocol between bearerbox and smsbox? I have tried to look up in both the user's guide and architecture document, but was not able to find the details I was looking for. My requirements are that I need to implement my

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

2007-04-20 Thread Akbar Munir
Hi Harsh, Are you sure that Kannel comes with SMPP server implementation? How do you configure it and on which port it is listening for the incoming SMPP connections? From what I have googled, I thought that SMPPbox or Kannel as SMPP server is a commercial entity and not open source. Thanks,

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

2007-04-20 Thread Juan Nin
Kannel does not provide SMPP Server by itself There's the smppbox that Stipe provides (commercial) to do so, and there's another implementation by someone else but Kannel alone does not provide SMPP Serer capabilities Akbar Munir wrote: Hi Harsh, Are you sure that Kannel comes with SMPP

Re: Bearerbox SMSbox communication protocol

2007-04-20 Thread Akbar Munir
Do you know where can i find more information about the API exposed in gwlib? I did not find any information in gwlib.h as well as in the documentation. Ben Suffolk wrote: Akbar, The easiest way to implement your own smsbox is to use the gwlib library it has all the communications code

Re: Bearerbox SMSbox communication protocol

2007-04-20 Thread Ben Suffolk
Akbar, I just read the smsbox source code. Have a go and if you get stuck feel free to ask, but probably best directed at the development list rather than the users one. Regards Ben On 20 Apr 2007, at 14:12, Akbar Munir wrote: Do you know where can i find more information about the

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

2007-04-20 Thread Alejandro Guerrieri
Yep, Kannel is an SMPP _client_. It's somewhat confusing because once connected, you can receive and send messages, but it's a _client_. It can only connect to a running SMPP server, cannot provide incoming SMPP connections. If you're looking for a server, I've tried the smppbox and it's a

Sending message to smsc

2007-04-20 Thread Clay Zevely
Is there a command line and instructions I can use to test kannel with the smsc? I have installed kannel and on the smsc I see I am binding via smpp. At this point all seems well. What I want to do is send an sms via smpp from the kannel to the smsc to verify My kannel is configured correctly. I

Re: Sending message to smsc

2007-04-20 Thread Rodrigo Cremaschi
Fastest and easiest: elinks -dump http://localhost:13013/cgi-bin/sendsms?username=usernamepassword=passwordfrom=shortcodeto=phonenumbertext=HELLO+WORLD Replace ... with corresponding configured variables. If you don't have elinks, try lynx instead. Regards, Rodrigo. On 4/20/07, Clay Zevely

[Fwd: Re: Sending message to smsc]

2007-04-20 Thread Djiby SY
---BeginMessage--- You can use sendsms tool in kannel. type in your favorite browser : http://host:13013/cgi-bin/sendsms?username=testerpassword=foobarto=229text=test you can also implement your own program to do it. */host /*= your ip address our hostname */username/* and */password/* are

Re: Sending message to smsc

2007-04-20 Thread Djiby SY
my reply goes directely to Clay and not in the forum. You can use sendsms tool in kannel. type in your favorite browser : http://host:13013/cgi-bin/sendsms?username=testerpassword=foobarto=229text=test you can also implement your own program to do it. */host /*= your ip address our hostname