Re: Authorization failed for XML post

2008-12-15 Thread Nikos Balkanas
Hi, Have you checked with latest CVS user guide p. 89? I don't suspect that these would make a difference, but you could supply in the !DOCTYPE... and oa tags. Otherwise the POST seems normal. I don't know, however, what curl does with it. I am more of wget fan. Try running 'bearerbox

Re: Authorization failed for XML post

2008-12-15 Thread seikath
for the curl XML POST request try use the same URL with the userpassword added Francis Vidal wrote: Hi all, I'm trying to send a test SMS message using CURL: curl -v -H Content-type: text/xml -d test.xml http://localhost:8081/cgi-bin/sendsms Here's the content of test.xml: ?xml

Re: CVS linux 5

2008-12-15 Thread Aarno Syvänen
Run the shell in debug mode (-x) Aarno On 12 Dec 2008, at 20:12, Surya wrote: I applied the message ID -%F patch.. [r...@localhost gateway]# make check utils/run-checks checks/check_counter checks/check_date checks/ check_ipcheck che cks/

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
Okay, tried adding ?username=userpassword=pass to the URL: curl -v -H Content-type: text/xm localhost:8081/cgi-bin/sendsms?username=userpassword=user Here's the output of CURL: * About to connect() to localhost port 8081 (#0) * Trying 127.0.0.1... connected * Connected to localhost

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
Hi Nikos, Here's the output of smsbox.log (loglevel = 0): 2008-12-15 17:28:33 [16195] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'. 2008-12-15 17:28:33 [16195] [2] DEBUG: HTTP: Created HTTPClient area 0x99ed0d0. 2008-12-15 17:28:33 [16195] [3] INFO: smsbox: Got HTTP request

Re: SMPP connection disconnected when request DLR

2008-12-15 Thread hafez ahmad
Dear Falko, Thanks for reply, I have RX connection and I receiving MO there, so is it configuration thing from operator side? that he may be routing the DLR or something like that ? Regards Hafez On Mon, Dec 15, 2008 at 4:14 PM, Falko Ziemann fal...@gmail.com wrote: I might have a idea:

Re: Hi

2008-12-15 Thread Alvaro Cornejo
Your message is being stored in kannel queue since kannel does not know where to send the message to. try using smsc=xxx in your kannel call |-| Envíe y Reciba Datos y mensajes de

Re: Kannel support

2008-12-15 Thread Alvaro Cornejo
currently it is not supported. You must restart kannel to reload conf file modifications |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
Yes, those are the correct settings for the username and password. On Mon, Dec 15, 2008 at 5:57 PM, seik s...@4636.org wrote: well then check yous XML settings for the user/pass values is that correct ? : from useruser/user passuser/pass /from Francis Vidal wrote:

Re: Authorization failed for XML post

2008-12-15 Thread Nikos Balkanas
This is more informative than the bearerbox logs. I imagine nothing interesting on smsbox logs, right? Could you post your configuration, and the CURL output from your (succesful) GET operation? Seems like your URL is not what kannel expects. BR, Nikos - Original Message - From:

Re: SMPP connection disconnected when request DLR

2008-12-15 Thread Falko Ziemann
I might have a idea: Could it be that you only have a TX connection and no RX conn? When you send a message with DLR request, the smsc answers with a message waiting flag. When a smpp TX connection get's a message waiting flag it disconnects and connects a RX connection. So either you have

Error - message in bearerbox

2008-12-15 Thread Huber, Gottfried
Hello I get thousands off this errors in my bearerbox : 2008-12-12 13:56:33 [22871] [6] ERROR: AT2[MC35]: Generic error: ERROR But MC35-AT-Modem works ? Any suggestion to stop this spaming ? Thank you Gottfried Huber

Re: Hi

2008-12-15 Thread Nikos Balkanas
Please address such questions to users. I am just another user, with limited time. Your routing is failing. Which smsc are you using and is it ACTIVE? Nikos - Original Message - From: Kaliya perumal To: nbalka...@gmail.com Sent: Monday, December 15, 2008 1:23 PM Subject: Hi

Re: Start up Error: unknown login: kannel

2008-12-15 Thread Nikos Balkanas
Try asking BSD mail groups how to set up init scripts in BSD. As far as the rest of Unices, you move the script in /etc/init.d and make an S* link from your default runlevel (rc3.d) - ../init.d/kannel. Cheers, Nikos - Original Message - From: Aldo Zavala a...@cleartalk.net To: Nikos

src compiling failed... dont know why =(

2008-12-15 Thread Aldo Zavala
Hello, I found buggy the FreeBSD Kannel port, so I tried to install it from latest source, I am following the INSTALL instructions, and I get this error when hit make command, do you guys know what this means? or how can I fix this? [output] radius# make ar rc libgw.a ranlib libgw.a ar rc

Re: src compiling failed... dont know why =(

2008-12-15 Thread Nikos Balkanas
What is the output of your configure script? - Original Message - From: Aldo Zavala a...@cleartalk.net To: users@kannel.org Sent: Monday, December 15, 2008 9:16 PM Subject: src compiling failed... dont know why =( Hello, I found buggy the FreeBSD Kannel port, so I tried to install it

Building a test environment

2008-12-15 Thread Richard Andrews
We're looking at building a test enviroment to evaluation of updates from our development team. After reviewing the documentation, I understand that I can setup multiple fakesmsc's. What I'm hoping for is to use one fakesmsc to send messages to the others. My understanding of the msg flow

Cell phone companes - will they shut me down?

2008-12-15 Thread Scott
First I want to preface I'm in the USA. If I were to use a GSM modem and have an unlimited text plan, would I be shutdown for a high volume of SMS's? Or at what point would I be shut down? Is there anything else to worry about? Thanks Scott

Re: src compiling failed... dont know why =(

2008-12-15 Thread Nikos Balkanas
I think I see your problem. You seem to be missing libiconv. You need to get it for kannel. I am surprised that configure didn't fail because of that. Also it wouldn't heart to get pcre. BTW, 1.4.1 is ~4 years old. Download the latest CVS from the site. BR, Nikos - Original Message -

Re: Building a test environment

2008-12-15 Thread Nikos Balkanas
fakesmsc is the client. It uses 2 modes: interactive and batch. In interactive mode it won't get only the messages it sent, but also messages sent by other means (i.e. ppg). Of course they need to be routed through fake smsc. It will get also DLRs when used by another service (i.e. ppg) but

Re: Cell phone companes - will they shut me down?

2008-12-15 Thread David A. Burgess
A company I consulted for once opened a few unlimited text plans Cingular for testing an M2M system. At the end of the first month they got a 5,460-page bill. The bill was only $30, but Cingular turned off the accounts after that. You mileage may vary. On Dec 15, 2008, at 1:27 PM,

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
/var/log/kannel/smsbox.log: 2008-12-16 12:14:49 [4507] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'. 2008-12-16 12:14:49 [4507] [2] DEBUG: HTTP: Created HTTPClient area 0x97aefd0. 2008-12-16 12:14:49 [4507] [3] INFO: smsbox: Got HTTP request /cgi-bin/sendsms from 127.0.0.1 2008-12-16

Re: Authorization failed for XML post

2008-12-15 Thread Nikos Balkanas
Dear Francis, I see a possible problem by Curl. In POST it sends Content-Length: 17, when the length of the xml file 50. This normally would lead to broken requests (bad requests), but since 17 characters end before the user credentials maybe it leads lto Forbidden access. This is further