Re: opensmppbox crashes after running idle for some time

2013-04-18 Thread Thomas Göttgens
Hello Master, for successful opensmppbox operation please use the current trunk/development version of Kannel as detailed on http://kannel.org/download.shtml (section "SVN access to source code"). The version on github is a private fork and rather outdated. Furthermore opensmpp does not work with

AW: Validity perdiod

2013-02-18 Thread Thomas Göttgens
Hi Alexander, SQLbox fetches the message from the ‚send_sms‘ table (inject MT instead of feeding them via smsbox) but stores it into ‚sent_sms‘ (which basically is a logfile of MO/MT Traffic passing through Sqlbox). Von: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] Im Auftrag

AW: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-01 Thread Thomas Göttgens
Use the same name for the SMSC ID's. So not A,B,C and D but just A. This way no matter what link the DLR is delivered on, it will match the original message. We've had the same setup in production with 6 binds (via EMI/UCP) for years. -Ursprüngliche Nachricht- Von: users-boun...@kannel.org

AW: Storing CDR for each SMS

2013-01-09 Thread Thomas Göttgens
Hi Man-with-no-Name, sqlbox will do that for you. Recent Kannel versions should have sqlbox in the addons directory. For the 1.4 series there is a standalone sqlbox available from the google search ;-) Von: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Im Auftrag von Logic 1902

AW: Is wondering what third party SMS provider you recommend ?

2013-01-07 Thread Thomas Göttgens
Hi Amin, you’re usually better off to use a provider local or close to your country, than the big universal providers like clickatell. Local specialties like charsets or regulatory requirements are not easy to follow for the big worldwide operators. So a recommendation is not easy if you don’t

AW: fake number

2012-12-18 Thread Thomas Göttgens
Not with modems. Sending via modem always sets the sim number as originator. You need a contract with the carrier and a direct link. (‚large account‘) Von: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] Im Auftrag von Navdeep Bagga Gesendet: Dienstag, 18. Dezember 2012 15:01

AW: Kannel and Outlook

2012-12-07 Thread Thomas Göttgens
Well, Outlook has kind of a SOAP-Based SMS Interface already built in. I have implemented a rather crude wrapper for Outlook OMS a while ago. It is in no way fit to be published (it’s ugly PHP code) but it wasn’t too difficult either for a decent web developer J The specs are openly available on M

Re: microsoft outlook and kannel intergration

2011-11-20 Thread Thomas Göttgens
Title: Re: microsoft outlook and kannel intergration Hello willard, Kannel does not implement the OMA SOAP Specification used by Outlook Text Messaging. --  Best regards,  Thomas                            mailto:tho...@ist.schuldig.de

Re: Outlook mobile services

2011-05-30 Thread Thomas Göttgens
to develop something. Is there any online resources to see what the service requires (I believe some sort of API?). Regards, J On Mon, May 30, 2011 at 1:40 AM, Thomas Göttgens <tho...@ist.schuldig.de> wrote: Hello Andreas, i have once impemented this commercially using PHP, it's no roc

Re: Outlook mobile services

2011-05-29 Thread Thomas Göttgens
Title: Re: Outlook mobile services Hello Andreas, i have once impemented this commercially using PHP, it's no rocket science, but i haven't come across a free one. Anyhow, this is outside of the scope of Kannel, it's a layer above it. Do you  guys know of any Outlook mobile services server

Re: SMSC switching to backup even if preferred is available

2011-04-05 Thread Thomas Göttgens
Hello Paolo, with 1.4.3 i've had the problem before, that if you used the default-smsc directive in sendsms, the problem you describe happens. I've chosen another route for fallback configuration. - Use a not existing smsc id in your smsbox config for routing purposes, and force sending to it: g

Re: SMSC Rejected DLR shouldn't be saved in the DLR storage

2010-11-19 Thread Thomas Göttgens
Title: Re: SMSC Rejected DLR shouldn't be saved in the DLR storage Hello Mohammed, it is so you can find out there was an ERROR submitting the SM. How else would you know? Think of it as error message. Kannel must match it in the dlr mechanism or else you would not be able to retrieve the status

Re: USSD and shortCode programming

2010-10-14 Thread Thomas Göttgens
Hello Milan, MPS> Kannel doesn't support sending "out of band" AT command to modem, AFAIK. MPS> But that question gave me idea to implement it through the HTTP admin MPS> interface or maybe through the separate interface, although I'm not MPS> sure how much it would be useful. If you consider wri

Re: Error in bearerbox log - 2

2009-07-15 Thread Thomas Göttgens
Hello abhishek, i've seen this error with older UCP servers that accept login/passwords with more than 7 characters and send them back as an ack. Kannel cannot parse these as the field is truncated after 8 characters and it is missing the trailing 0. Ask your operator for shorter credentials and s

Re: Requirements for an sms proxy

2009-01-13 Thread Thomas Göttgens
Hello Richard, if your own apps talk SMPP (client), you'll need a commercially available add-on to Kannel, tu turn it into an SMPP server. Several people on this list offer their smpp addons for licensing. If you don't have that addon, you can only feed messages into Kannel by HTTP or SQL (sqlbox)

Re: Kannel on Virtual IP

2008-11-18 Thread Thomas Göttgens
Hello sangprabv, Tuesday, November 18, 2008, 9:01:44 AM, you wrote: s> Im configuring Kannel on a virtual IP (eth0:n) using HTTP SMSC. And s> enable it in the config file with our-host directive. The MO is fine s> received but when Kannel try to send the MT, it sends via the real IP s> (eth0). Ho

Re: how to cancel delivery notification of MO

2008-11-15 Thread Thomas Göttgens
Title: Re: how to cancel delivery notification of MO Hello Tomer, try max-messages = 0 Friday, November 14, 2008, 7:04:58 PM, you wrote: Hi, I have a scenario where the smsc sends an sms to my kannel and kannel calls a url of mine (a servlet I then return to kannel HTTP 200 OK with tex

Re: How to send a Flash SMS ?

2008-11-04 Thread Thomas Göttgens
Hello Mickael, Flash is mclass=0, a standard SMS is mclass=2. As long as you set this you don't have to manipulate DCS directly. Wednesday, November 5, 2008, 12:40:18 AM, you wrote: flash number Deprecated. See mclass. mclass number Optional. Sets the Message Class in DCS field. Accepts values

Re: Result could not be represented as an sms message

2008-09-08 Thread Thomas Göttgens
Title: Re: Result could not be represented as an sms message Hello Têvi, first make sure your php script works by calling it directly. In this case you're missing a second closing bracket: if(isset($_REQUEST['prenom'])  should be: if(isset($_REQUEST['prenom'])) Monday, September 8, 2008,

Re[2]: dlr coming back from a different server

2008-09-04 Thread Thomas Göttgens
Hello Iain, i have this setup with 5 ucp binds to a single provider. The only trick is to give all SMSC connections the same smsc-id (!) which is possible and supported. This way DLR's coming back down another link than the original message going out are matched correctly. ID> yes i can, when i h

Re: problem with unreliable delivery

2008-08-12 Thread Thomas Göttgens
Title: Re: problem with unreliable delivery Hello Karen, just for completeness... try adding  allowed-smsc-id = BC_PROD_SMSC to your production smsc. I have found when serving multiple smsc's you need to explicitly deny the otehr smsc id's and allow the won smsc id. Maybe some of your messag

Re[2]: Problem compiling last CVS checkout

2008-06-13 Thread Thomas Göttgens
Title: Re[2]: Problem compiling last CVS checkout Hello Eduardo, bearerbox_is_sqlbox is a config keyword from the old sqlbox patch. Check out a fresh copy of kannel and use the sqlbox standalone module instead of the patch.  Tuesday, June 10, 2008, 6:14:25 PM, you wrote: > An extra note

Re: returning actual SMPP SMSC accept/deny status when using HTTP interface

2008-06-04 Thread Thomas Göttgens
Hello Yang, this is what DLR's are for - you get an asynchronous callback to dlr_url when the SMSC has accepted or rejected the message (the bitfield values for DLR MASK are 8+16, if you're only interested in those 'local' dlr's). For more on this topic, see http://www.kannel.org/download/1.4.1/us

Re[4]: problem with sqlbox

2008-05-31 Thread Thomas Göttgens
the pointer. I think it could be fixed more or less easily on sqlbox, I'll give it a few shots on the weekend. Regards, Alejandro 2008/5/30 Thomas Göttgens <[EMAIL PROTECTED]>: Hello Alejandro and all, i have come across this before, the same problem, strings terminating after a NULL ch

Re[2]: problem with sqlbox

2008-05-30 Thread Thomas Göttgens
Hello Alejandro and all, i have come across this before, the same problem, strings terminating after a NULL character. From what i have found out, the strings are handled correctly as octstr in the code, but the actual mysql insert does not encode the payload to a binary insert and hence the 00

Re: AW: Re: setup http

2008-05-26 Thread Thomas Göttgens
not the cvs ? NP> Br niels NP> -- Urspr. Mitt. -- NP> Betreff: Re: setup http NP> Von: Thomas Göttgens <[EMAIL PROTECTED]> NP> Datum: 26.05.2008 12:26 NP> Hello Niels, NP> http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN2206 NP> ---snip---

Re: setup http

2008-05-26 Thread Thomas Göttgens
Hello Niels, http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN2206 ---snip--- system-type (m) string Type of HTTP connection. Currently supported are: 'kannel', 'brunet', 'xidris', 'wapme'. ---snip--- Afaik generic was added after the 1.4.1 release, so is available in CV

Re: Kannel, this software does it work?

2008-04-02 Thread Thomas Göttgens
Title: Re: Kannel, this software does it work? Hello Mickael, your start script for debian is set up for a kannel WAP gateway, not an SMS gateway. You're starting the wrong parts of the software. Your system is running bearerbox (good) and wapbox (bad). Instead of wapbox the startscript shoul

Re[2]: SyncML sendota difficulties

2008-04-01 Thread Thomas Göttgens
Title: Re[2]: SyncML sendota difficulties Hello Dave, out of the blue - TO-NAPID may be the APN (access point name) for the GPRS/UMTS Attach. Some providers bill different APN's differently. Tuesday, April 1, 2008, 12:11:50 PM, you wrote: > Adrian,   Thanks a lot for your help. I:   - a

Re: kannel-1.4.1 ... hangs on http sendsms

2008-03-28 Thread Thomas Göttgens
Hello, Friday, March 28, 2008, 9:12:03 AM, you wrote: SM> Hi! SM> I Installed kannel on my new linux box... SM> The problem is: When i send a sms using sendsms http, the browser SM> hangs and gets no response from kannel :( SM> Now i tried with the fakesmsc bit ist exactly the same thing :( SM

Re: ERRNO 5, eror msg while usin N70 wit CA-53

2008-03-25 Thread Thomas Göttgens
Title: Re: ERRNO 5, eror msg while usin N70 wit CA-53 Hello denis, - don't crosspost to both lists; you want kannel-users - please write complete words and sentences, and not SMS- or leetspeak. Somebody might actually be able to understand your question and respond. now for your actual probl

Re: Variable Service Type

2008-03-20 Thread Thomas Göttgens
Title: Re: Variable Service Type Hello Eric, http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN4201 look for the binfo field grepping userguide for 'service_type' did the trick... Thursday, March 20, 2008, 6:10:45 AM, you wrote: > Hello List, We are connecting to

Re[2]: %P in sms-service

2008-03-17 Thread Thomas Göttgens
Hello Iain, please keep in mind that in case you expect traffic peaks or a sustained high level of service requests, the overhead disk i/o and processor time from doing grep/sed in every webserver process may grind your server to a halt. If you really need to parse the logfile, pipe it through a s

Re[2]: international number format

2007-09-13 Thread Thomas Göttgens
Hello Iain, Wednesday, September 12, 2007, 9:58:14 AM, you wrote: ID> right, sorry what i meant to write was is it always country code followed ID> by mobile prefix followed by 8 digits? given i have lists of country codes ID> and mobile prefixes i can easily validate that first part, however i'd

Re: sqlbox udhdata problem

2007-03-11 Thread Thomas Göttgens
Hello Jay, Friday, March 9, 2007, 11:14:15 AM, you wrote: > I have tested both patch sqlbox and sqlbox-standalone, but it seems my problem regarding below persists.     Whenever I insert "050003190201" (part 1 of 2 part SMS), result of sendsms would be "303530303033313930323031", it see

Re[2]: Sms (or URL) on RING

2006-11-09 Thread Thomas Göttgens
Hello Iain, we use a similar setup to accept requests for sending out alert SMS batches. Caller calls an extension on our pbx from a registered phone and triggers the sending of a couple of SMS to a predefined list. Clients use this predominantly to trigger alert sms by dialup devices. don't even

Re[2]: Making sure DLR's are processed by multiple SMSC Connections.

2006-11-06 Thread Thomas Göttgens
Hello Alex, thanks, that did the trick and should be in userguide ;-) Monday, November 6, 2006, 10:23:05 PM, you wrote: AK> Change the smsc-id to all be the same. I do it for 3 x SMPP links and AK> it works well for DLRs.. AK> On 11/6/06, Thomas Göttgens <[EMAIL PROTECTED]>

Making sure DLR's are processed by multiple SMSC Connections.

2006-11-06 Thread Thomas Göttgens
Hello, we are maintaining 5 symmetrical links to our UCP uplink to maximize throughput. The setup is as follows: group = smsc smsc = emi smsc-id = S1 allowed-smsc-id = S host = xxx.xxx.xxx.xxx port = throughput = 5 smsc-username = x smsc-password = x connect-allow-ip = 127.0.0.1 our-

using fixed TLVs for each SMPP deliver-sm

2006-07-10 Thread Thomas Göttgens
Hello, i am forced to add one and only one SMPP link to our UCP setup, which requires to send the TLV values its_session_info: 14400 dest_subaddress: 30 with the deliver_sm for billing purposes. This is true for every SMS submitted through this link, so this may be added permanenty to the PDU s

Siemens M20 firmware anyone?

2006-01-29 Thread Thomas Göttgens
Hello, does anyone have a firmware archive containing the Siemens M20 firmware 5.4? The file seems to have disappeared from the web (a lot of 404 lying around) and Siemens does not even answer inquiries about the upgrade. -- Best regards, Thomas mailto:[EMAIL PROTECT

Con4 exhibition 27.-29.9.

2005-09-22 Thread Thomas Göttgens
Hi, is anyone or their company going to attend this exhibition and is interested in an information exchange? Just curious... and of course open for new businesses :-) Greetings, Th. Göttgens fivemile media Aachen/Germany