On the subject... Anyone have a parsing class for all the results returned? Is there a config flag that will change the style of result? I could check the source but i am lazy right now.
-----Original Message----- From: Jovan Kostovski <[EMAIL PROTECTED]> Sent: August 28, 2008 7:37 AM To: James Mubhoyi <[EMAIL PROTECTED]> Cc: [email protected] <[email protected]> Subject: Re: Send sms Hi James, I think it's a matter of your python interpreter, because the message is returned by the python's socket class[1]. To check this, try to evoke the url for sending messages from a web browser and see what will you get as a response from the sendsms cgi-bin. If it's "0: Accepted for delivery" and messages are send and received successfully I don't think that this is a Kannel issue. [1] http://epydoc.sourceforge.net/stdlib/socket._fileobject-class.html BR, Jovan
