SMPP to HTTP

2005-02-17 Thread Julien Buratto
I would like to be able to accept SMPP protocol and then redirect the requests to my kannel. Can anyone help ? J

Re: Using Kernel with WTLS

2005-02-17 Thread Stipe Tolj
Christian Zorn wrote: Hi List, I want to set up a kernel WAP Gateway with WTLS. Does anybody have experience how to set up the mobile phone so i can have secure traffic with my Web-server via Mobile Phone? Can I use the usual Mobile Service Provider APNs (e.g. wap.vodafone.de) with Port 9203 and

Re: SMPP to HTTP

2005-02-17 Thread Stipe Tolj
Julien Buratto wrote: I would like to be able to accept SMPP protocol and then redirect the requests to my kannel. Can anyone help ? now, this question is more then un-detailed. Kannel is accepting SMPP messages from bearerbox side (towards smscs) and delivers them via HTTP to the application

Re: Problem with Kannel

2005-02-17 Thread Stipe Tolj
Javier de Andres wrote: Hello, It is my first time using Kannel and I do not achieve that it me works. Trying very much I have achieved that it receives the sms but it does not spend them to the servlet that I have realized. Neither I manage to send sms with

Re: SMPP API

2005-02-17 Thread Stipe Tolj
Tech mark wrote: hi , can some body tell me , what is the SMPP library ( API ) which is used in Kannel ? Can we seperately i dentifiy in the source code ? adding something to this of Davy: be warned, the pre-processor magic contained and defined inside the .def files is _non_ trivial. ;)

Re: plz help ............for wap

2005-02-17 Thread Stipe Tolj
Tech mark wrote: hi , I want to know , in kannel , is there any accessing limitation of wap gateway with regards simultaniously accessing load of users ? no! Not at all. This is an open source project. We don't limit anything, if it has no technical reasons. And there is no reason for that.

Re: Read kannel configuration from MySQL?

2005-02-17 Thread Stipe Tolj
postboot.de (Information) wrote: Hi there, has anybody experiences with reading parts or even the whole kannel configuration from MySQL? nop. I'd guess what you mean is, on how to make things more dynamical without the need to restart? That is not-trivial. IMO, there is no need only to put

Re: plz help ............for wap

2005-02-17 Thread Jonathan Houser
I want to know , in kannel , is there any accessing limitation of wap gateway with regards simultaniously accessing load of users ? no! Not at all. This is an open source project. We don't limit anything, if it has no technical reasons. And there is no reason for that. Kannel is running as

Re: Wap question !

2005-02-17 Thread Stipe Tolj
Sewa AGBODJAN delalom wrote: Hi, I have a Kannel box hosted on a MNO network running smpp. Everything is running fine so far. The MNO has created a short number linked to the my gateway which was created only on their smsc not on their switch. Now I want to run the wap gateway on Kannel box.

Re: kannel on cdma network

2005-02-17 Thread Stipe Tolj
Alex Antropoff wrote: Anyone have expirience and/or modified kannel which can sent wap push over SMPP into cdma networks ? now, sending WAP push via SMPP is the same for GSM or CDMA networks. Basically from the perspective of Kannel, there is no difference for the SMPP protocol. There are some

Re: plz help ............for wap

2005-02-17 Thread Stipe Tolj
Jonathan Houser wrote: I want to know , in kannel , is there any accessing limitation of wap gateway with regards simultaniously accessing load of users ? no! Not at all. This is an open source project. We don't limit anything, if it has no technical reasons. And there is no reason for that.

Re: wap gateway via GPRS

2005-02-17 Thread Stipe Tolj
Tech mark wrote: hi , Can v implement this wap gateway for GPRS network ? i meant can it possible to access wap contents via GPRS using kannel wap gateway ? If it is possible , how many clients allowable to access via wap gateway ? Is there any load balancing mathod to use ? yes. Kannel as a

Re: kannel on cdma network

2005-02-17 Thread Jonathan Houser
Stipe, Anyone have expirience and/or modified kannel which can sent wap push over SMPP into cdma networks ? now, sending WAP push via SMPP is the same for GSM or CDMA networks. Basically from the perspective of Kannel, there is no difference for the SMPP protocol. There are some slight

Re: Problem with Kannel

2005-02-17 Thread Javier de Andrés
Hello The file smsbox.log is not created, is one of the problems. When I try to send a sms from web (/cgi-bin/sendsms ...) it takes produced the mistake of Internet Explorer of that it is not possible to show the page. I have done many tests and i have changed version of the kannel but I do

Re: Problem with Kannel

2005-02-17 Thread Stipe Tolj
Javier de Andrés wrote: Hello The file smsbox.log is not created, is one of the problems. When I try to send a sms from web (/cgi-bin/sendsms ...) it takes produced the mistake of Internet Explorer of that it is not possible to show the page. I have done many tests and i have changed version of

Re: kannel on cdma network

2005-02-17 Thread Stipe Tolj
Jonathan Houser wrote: Not 100% true. Kannel tacks in a GSM-style UDH and sets the DCS' UDHI when sending a large WAP push (ie. a URL-carrying MMS notification). Also, the specs for CDMA WDP require certain fields to be set in the SMS, and these fields are set according to fields in the

Re: need help on wap push/ota/mms on cdma network

2005-02-17 Thread Stipe Tolj
Hi Jon, Jonathan Houser wrote: I can't give you a dump as we are a commercial company and that info's not mine to share. However I can point you to the same specs I was pointed to regarding this. The spec you want is WAP-259-WDP-20010614-a.pdf and you'll want to look at section 6.5 where

Re: Kannel Assertions

2005-02-17 Thread Stipe Tolj
Jonathan Houser wrote: What am I doing wrong here? # addr2line -e /usr/local/sbin/wapbox 80d03f7 ??:0 # addr2line -e /usr/local/sbin/wapbox 0x80d03f7 ??:0 obviously there are no debugging symbols inside the binaries. Please re-build using $ ./configure --with-cflags=-O2 -g -rdynamic [...]

Re: SMPP to HTTP

2005-02-17 Thread seik
On Thu, Feb 17, 2005 at 07:37:07PM +0100, Stipe Tolj wrote: Julien Buratto wrote: I would like to be able to accept SMPP protocol and then redirect the requests to my kannel. Can anyone help ? now, this question is more then un-detailed. Kannel is accepting SMPP messages from

Re: Kannel Assertions

2005-02-17 Thread Stipe Tolj
Jonathan Houser wrote: 2005-02-15 19:29:49 [31332] [0] WARNING: WTP: got a truncated datagram, ignoring 2005-02-15 19:29:49 [31332] [0] PANIC: wap/wap_events.c:218: wap_event_assert: Assertion `event != NULL' failed. 2005-02-15 19:29:49 [31332] [0] PANIC: /usr/local/sbin/wapbox(gw_panic+0x19a)

Re: SMPP to HTTP

2005-02-17 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Like, Value Added Services Provider to offer SMPP connectivity to other Value Added Services Providers Company A has SMPP connection via Kannel to SMSC X Company B wants to use SMPP connectivity to SMSC X, but SMSC X allows only Company A to use such connectivity. So,

Re: Kannel Assertions

2005-02-17 Thread Stipe Tolj
Jonathan Houser wrote: 2005-02-15 19:29:49 [31332] [0] WARNING: WTP: got a truncated datagram, ignoring 2005-02-15 19:29:49 [31332] [0] PANIC: wap/wap_events.c:218: wap_event_assert: Assertion `event != NULL' failed. 2005-02-15 19:29:49 [31332] [0] PANIC: /usr/local/sbin/wapbox(gw_panic+0x19a)

Re: Using Siemens MC35i as smsc AT2

2005-02-17 Thread Davy Chan
**From: Pedro Braz?o Ferreira [EMAIL PROTECTED] **To: 'Davy Chan' [EMAIL PROTECTED] **Subject: RE: Using Siemens MC35i as smsc AT2 **Date: Thu, 17 Feb 2005 15:54:20 - ** **Your explanation was very hopeful! Now, the creation of AT smsc instances is **good. Glad to hear it. So what was the