help with handling incoming sms via opensmppbox to sqlbox

2020-04-07 Thread Muteesa Fred
Hello Users, I have installed kannelOpensmpp à sqlbox -> smscI want to receive an sms via the opensmppbox and route it via smsc using sql box. Please advise on the best way to achieve this. I have installed kannel, sqlbox, opensmppbox successfully.  Regards,Fred Muteesa Sent from Mail for Wind

Is it possible to post Binary to sendsms in xml document?

2009-01-27 Thread Fred Barrett
(much less any *good* :-) examples of how to post 8-bit binary message data via SMS. Any help would be greatly appreciated! Cheers, Fred Barrett a s c e n t I Q, i n c. PO Box 1289 | Allyn, WA 98524 Tel/Fax: +1.360.850.1090 mailto:fred.barr...@ascentiq.com fred.barr...@ascentiq.com (email

MS SQLSERVER for dlr db

2008-03-27 Thread fred
to find sdb-config in path for SDB support Or maybe the way to go is write another interface that uses the freetds/unixodbc stuff? ThanksCheers Fred

RE: removing the plus sign

2007-05-30 Thread fred
but you might need international TON, anyway it seems you must edit the code to remove this annoying feature, it served no purpose for us. For smpp case, look for code in smsc_smpp.c, convert_addr_from_pdu, octstr_insert_char(addr, 0, '+'); etc,etc...there is more although this '+' char

RE: Queue Management With Kannel ?prioritising MTs

2007-05-17 Thread fred
, for development discussion...) Fred -Original Message- From: Jasdeep Singh [mailto:[EMAIL PROTECTED] Sent: 18 May 2007 00:29 To: users@kannel.org Subject: Queue Management With Kannel ? Hi all .. I am working on an SMS application . Which is due to send large no. of message to multiple smsc

Re: Windows Version

2006-12-20 Thread fred
TIP after you have installed cygwin, google for a script called create-devices.sh to install your ttys. And don't forget you have to select the gcc development tools in the cygwin setup - its not the default!! BTW, cygwin is NOT a virtual machine. It is a POSIX portability layer. And Kannel

Re: Send SMS delivery status

2006-11-01 Thread fred
No this is asynchronous messaging...you better get used to it.. what ? you want to block your whole application while it waits for a dlr ?, a dlr from SMSC could take a weeklol there is an option to wait for confirmation of delivery to bearerbox...the head version 1.4.1 kannel has

Re: smsc connection and modem feedback with kannel

2006-09-14 Thread fred
looks like the autodetect of speed isn't working..wouldn't be the first timeand you need to set the speed. why don't you use minicom and do the AT commands to it manually, and find the right speed etc... Then you may have some base to start with for configuring kannel to run it. -

Re: Modem configuration help !

2006-08-21 Thread fred
try speed=115200 - Original Message - From: Leonard To: Vaibhav Solanki ; users@kannel.org Sent: Monday, August 21, 2006 8:10 PM Subject: Re: Modem configuration help ! Hi, FC5 should use CDC-ACM for the modem, check /var/log/messages and see if

Re: SMPP 3.4 Optional params

2006-06-08 Thread fred
RE; HTTP get parameters for optional parameters I think the only usable way of doing this is to concatenate all the parameters into 1 HTTP arg Eg binfo=mblox_operator:5chars;mblox_tariff:5chars;mblox_sessionid:1-45ch ars-Because the way the smsbox and internal messaging is written, this is the

Re: How to split MTs before passing them to kannel

2006-03-12 Thread fred
don't know?something rude perhaps? anyway you will find info on splitting sms all over the place...use google, and http://www.smpp.org/ and search for concatenated sms Sorry, If i'm not handing you the answer on a plate.its not necessarily simple (depending on experience) and either way needs

Re: Kannel 1.4.0 and MySQL 5.0.18

2006-01-09 Thread fred
shouldn't be a problem afaik 1. check you can connect using the mysql client 2. check where the socket file is 3. check /etc/my.cnf - Original Message - From: Roberto Saavedra N. [EMAIL PROTECTED] To: users@kannel.org Sent: Friday, January 06, 2006 8:49 AM Subject: Kannel 1.4.0 and

Re: Queue of outgoing messages to the SMSC -#- MailID:QAAA

2005-12-08 Thread fred
Sorry,the CVS kannel does not have this capability, it should, also to attempt to limit the size of the store file!! lol, I have to look at somehow putting my enhancements to the moderators... - Original Message - From: Roy Udassin [EMAIL PROTECTED] To: users@kannel.org Sent:

Re: Could you help with this Error??? you really really want cygwin?

2005-12-08 Thread fred
trying to get kannel up and running on windows/cygwin is a dogs breakfast!! so many things just not there Are you really really sure you don't want to run linux? Our application enviroment is all windows, but we have linux to run thekannel. - Original Message - From:

Fw: HTTP sendsms interface always return Sent. ???

2004-08-01 Thread fred
sorry,first sent this to the wrong list - Original Message - you need to enable use of DLR; one of the DLR bits is SMSC buffered; this means that your submit_sm succeeded; if it failed bit 0x010 indicates not delivered to SMSC - the submit_sm failed; Yes I have issue with it always

Re: FYI: Here's what I do with my DLRs

2004-05-16 Thread fred
Hi Lourens and group, Please see In Support of Billing MT sms in the devel list for our solution to add a transaction id to the sendsms, I added a %z feature. The so and sos of this list dismissed this idea. We did this on the 1.3.1 kannel code, could supply a patch if interested. May i