Hi List

2003-03-28 Thread Vijay Patwari
Hello All, can anyone help me in impleneting OTAP.., regards vijay __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com

[RFC] adding new foobox modules to cvs

2003-03-28 Thread Stipe Tolj
Hi list, I'm wondering how (which means in which source directory organization) we should add new foobox'es (ie. smppbox, emibox, sqlbox, etc.)?! Those are 'server-side' implementations and use Kannel's internal message communication to act as an smsbox attached to bearerbox. I'd like to keep

Wappush not sending response back in the proper format

2003-03-28 Thread Ritesh Shah
Hi All, I am having problems with PPG. Following is the explanation told to me by MMSC Vendor PPG is not sending the response backin proper format. PPG accepts the data in some format other than what has been defined in the WAP PPG specs. The pi dispatcher of mmscexpects a 200 OK

Re: Wappush not sending response back in the proper format

2003-03-28 Thread Stipe Tolj
Ok, I checked this: When I use your PAP document ?xml version=1.0? !DOCTYPE pap PUBLIC -//WAPFORUM//DTD PAP 1.0//EN http://www.wapforum.org/DTD/pap_1.0.dtd; pap push-message push-id=235http://127.0.0.1:8080/wappush104871366918042893839821184112102 4 source-reference= address

Re: Wappush not sending response back in the proper format

2003-03-28 Thread Stipe Tolj
to answer this on my own. The PAP spec does not quote any must or should be in upper-case. Even the example in section 12.1. is using this: pap push-message push-id=[EMAIL PROTECTED] address address-value=wappush=12345/[EMAIL PROTECTED]/address /push-message /pap so obviously in lower-case.

mo-recode for SMPP (possibly not working)

2003-03-28 Thread David Chkhartishvili
Hi List, Can anybody confirm that mo-recode feature of smsbox working properly? -- David Chkhartishvili Tel: 995 99 182418

Re: Wappush not sending response back in the proper format

2003-03-28 Thread Stipe Tolj
I will make a bug report of this to mantis, resolve, fix and close in a bunch ;) Fix will be in cvs in a couple of minutes. Could you please try then the cvs head tree. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg

RE: mo-recode for SMPP (possibly not working)

2003-03-28 Thread Angel Fradejas
Can anybody confirm that mo-recode feature of smsbox working properly? I'm using it, and works for me (TM) :-) Maybe you should heck if your provider sends you the proper DCS in the MO for Unicode messages. Angel Fradejas Mediafusion Espana, S.A. [EMAIL PROTECTED] www.mediafusion.es Tel. +34 91

[PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Angel Fradejas
Current http.c does not follow 302 Location redirections at all. I tracked down the problem down to the handle_transaction() function. If we leave trans-host and trans-port set there, there will be no parse_url() for the redirection, and the original url is fetched again and again :-(

Re: mo-recode for SMPP (possibly not working)

2003-03-28 Thread David Chkhartishvili
Nice to hear. I have set mo-recode in smsbox configuration to true (Is it enough??). Here is pdu dump of deliver_sm with cyrillic characters:2003-03-28 16:58:42 [5] DEBUG: type_name: deliver_sm 2003-03-28 16:58:42 [5] DEBUG: command_id: 5 = 0x0005 2003-03-28 16:58:42 [5] DEBUG:

Re: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Stipe Tolj
Angel Fradejas wrote: Current http.c does not follow 302 Location redirections at all. I tracked down the problem down to the handle_transaction() function. If we leave trans-host and trans-port set there, there will be no parse_url() for the redirection, and the original url is fetched

Re: mo-recode for SMPP (possibly not working)

2003-03-28 Thread David Chkhartishvili
Here is smsbox log. original message I've sent was: 99182418*t t t t and curillic letter on the end. You can see that '@' sign was added before all characters. 2003-03-28 18:16:02 [4] INFO: Starting to service @[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL

send-sms user: getting wrong SMSC

2003-03-28 Thread Rory Campbell-Lange
I have two send-sms user accounts, each sending to a different SMSC (the same remote SMSC with different ton settings for each). Help gratefull received! Rory Kannel version 1.3.1 smsbox shows the corrent send-sms account registered: INFO: smsbox: Got HTTP request /cgi-bin/sendsms from

Re: send-sms user: getting wrong SMSC

2003-03-28 Thread Alexander Malysh
Hi, it's simple , because bearerbox make load balancing :) just add allowed-smsc-id or denied-smsc-id for each smsc group... hope this help... On Friday 28 March 2003 15:47, Rory Campbell-Lange wrote: I have two send-sms user accounts, each sending to a different SMSC (the same remote SMSC

Re: send-sms user: getting wrong SMSC

2003-03-28 Thread Rory Campbell-Lange
What I should have said was: The incorrect smsc group is being used by the sendsms-user. So, seas should send to orangeshort, in fact it sends to smsc group orangelong, and is rejected as the ton values are incorrect. Please help! Rory On 28/03/03, Rory Campbell-Lange ([EMAIL PROTECTED])

Re: [RFC] adding new foobox modules to cvs

2003-03-28 Thread Alex Judd
So smsbox could be the default --with-server and one could turn it off with --without-server = smsbox hmm, may be an option. I like the thoughts. I know for us personally I always compile the wapbox binary and never use it. The suggestion of having a /gateway/box directory (on the lines of

RE: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Angel Fradejas
I did not test with proxy, to be frank Could you do test that Andreas? /Angel -Mensaje original-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]En nombre de Andreas FinkEnviado el: viernes 28 de marzo de 2003 16:46Para: [EMAIL PROTECTED]Asunto: Re: [PATCH] [BUG] http.c

Re: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Stipe Tolj
Andreas Fink wrote: Did everyone test this with and without Proxy? While using a proxy is exactly the locatio where the host would stay the same. I have to addmit, no, I didn't test proxy mode. Andreas, can you do this please. The code is already commited. If there are problems please

Re: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Andreas Fink
On Freitag, März 28, 2003, at 04:33 Uhr, Stipe Tolj wrote: Angel Fradejas wrote: Current http.c does not follow 302 Location redirections at all. I tracked down the problem down to the handle_transaction() function. If we leave trans->host and trans->port set there, there will be no

[PATCH] [BUG] EMI2 wait-ack-expire fix

2003-03-28 Thread Angel Fradejas
Attached an simple patch to fix a typo in the EMI2 driver, related to wait-ack-expire behaviour. Stipe, please, don't close your wincvs and keep on commiting ;-) Angel FradejasMediafusión España, S.A.[EMAIL PROTECTED]www.mediafusion.esTel. +34 91 252 32 00Fax +34 91 572 27 08

Possible race condition with HTTP.c

2003-03-28 Thread Michael Mulcahy
Hi All, During testing we are experiencing some different issues with the smsbox when using an sms-service and a keyword to return contents of a URL. See end of mail for trace and a stack trace, the sms box behaviour varies, it throws an access violation in the debugger and panics when run