Re: test_SI

2005-06-07 Thread Christian Vandrei
Hi Alejandro, in fact you don't really need to use a PPG. Looking through some of the examples that came with Kannel it's also possible to send Push-SI directly through the sendsms-Interface. The text value can be filled with the following Java-Code: // wbxml contains the wap push service ind

Re: MO and MT

2005-06-07 Thread Christian Vandrei
No problems here, either (using SMPP and UCP). Ciao, Christian. Kyriacos Sakkas wrote: Kannel does support both MO and MT on the same instance, at least for SMPP(3.3 & 3.4) and CIMD2 that I have configured, from my understanding this is true for all supported protocols. Kyriacos Eric Monchan

sqlbox development

2005-06-07 Thread Catalin Trifu
Hi, I tried to apply sqlbox patch to the latest HEAD kannel cvs version; I need the HEAD for compatibility with mysql 4.1, (the list_* functions stuff). The sqlbox patch does not apply cleanly, so i left it out for the moment. However, I kinda miss the functionality in sqlbox.

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
Hi, your SMSC will send the dlr back to kannel which in responce to this will call http that can process the incoming dlr. You call sendsms with dlr-mask parameter and wait for the dlr in another http that you'll write yourself. HTH Gareth Reakes wrote: Hey all, Is there any reason wh

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
Hi, your SMSC will send the dlr back to kannel which in responce to this will call http that can process the incoming dlr. You call sendsms with dlr-mask parameter and wait for the dlr in another http that you'll write yourself. HTH Gareth Reakes wrote: Hey all, Is there any reason why

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
Hi, your SMSC will send the dlr back to kannel which in responce to this will call http that can process the incoming dlr. You call sendsms with dlr-mask parameter and wait for the dlr in another http that you'll write yourself. HTH Gareth Reakes wrote: Hey all, Is there any reason wh

[Fwd: Re: dlr for HTTP smsc]

2005-06-07 Thread Gareth Reakes
-- Gareth Reakes, Managing Director Parthenon Computing +44-1865-811184 http://www.parthcomp.com --- Begin Message --- Hi Aleksandar, aleksandar ivanovski wrote: Hi, your SMSC will send the dlr back to kannel which in responce to this will call http that can process th

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
Hi, your SMSC will send the dlr back to kannel which in responce to this will call http that can process the incoming dlr. You call sendsms with dlr-mask parameter and wait for the dlr in another http that you'll write yourself. HTH Gareth Reakes wrote: Hey all, Is there any reason why

[Strange log behavior] I/O error or other error. Couldn't connect to SMS center

2005-06-07 Thread aleksandar ivanovski
Hi list, I am one step before get it running full as it should. I worked out the dlr and everithing is perfect. It is just that from time to time the log reports the following lines: 2005-06-06 11:11:44 [17397] [7] ERROR: SMPP[ENC]: I/O error or other error. Re-connecting. 2005-06-06 11:11:44 [

Re: MO and MT

2005-06-07 Thread Kyriacos Sakkas
Kannel does support both MO and MT on the same instance, at least for SMPP(3.3 & 3.4) and CIMD2 that I have configured, from my understanding this is true for all supported protocols. Kyriacos Eric Monchanin wrote: > Hi all, > > I need some explanations about a small but important detail. > I ha