Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Jason Higbee
I wanted to follow up on what I've done in case there are other's looking to learn form my setup. Kannel builds great on a Mac once you have the Devopment tool installed. No problem there. I complied without the MySQL option because I'm not interested in DLR reports (though I may need to

Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Alejandro Guerrieri
Jason, If you ellaborate further the problems you've faced building sqlbox, I'll try to help you out. Please post the errors you get, as well as the commands you're typing to build it. Regards, Alejandro On Fri, Mar 13, 2009 at 7:58 AM, Jason Higbee ja...@covalentglobal.orgwrote: I wanted to

concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
Hi, I want to receive concatenated messages in combined state via Kannel. Currently my Kannel server is delivering multiple sms messages. I googled this and found that I need to set the following property in conf: sms-combine-concatenated-mo = true I am using Kannel 1.4.1 and I found that

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
So it is not possible with 1.4.1? On 3/13/09, Thomas Göttgens tho...@ist.schuldig.de wrote: Hello Latitude, upgrade to 1.4.3 Friday, March 13, 2009, 1:48:03 PM, you wrote: I want to receive concatenated messages in combined state via Kannel. Currently my Kannel server is delivering

UDH header for multi part sms

2009-03-13 Thread Latitude Berlin
Hi, I have set an sms-service group on Kannel conf which is forwarding the received SMS to my application. The UDH sent by Kannel: udh=%0A%00%03%2C%02%01%00%03%2C%00%00 (first part) udh=%0A%00%03%2C%02%02%00%03%2C%00%00 (second part) I was expecting the UDH of 5 bytes as described at:

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
Under sendsms-user group: max-messages=20 concatination = true Didnt work. On 3/13/09, Otandeka Simon Peter otand...@smsmedia.info wrote: Try setting concatenation = true in sendsms-user group. See also max-messages option. On Mar 13, 2009, at 4:24 PM, Latitude Berlin wrote: So it is

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread seikath
it works on cvs-20070627 here, i think the issues is just wrong placed settings in your configuration the settings sms-combine-concatenated-mo are core group related. example: group = core admin-port sms-combine-concatenated-mo = please consult user doc here you set true

Re: UDH header for multi part sms

2009-03-13 Thread Falko Ziemann
Hi, at first: the page you refer to is wrong. Simply calculate: The UDH for message concatenation will only take 5 bytes, so there are 135 bytes left for the user data. When sending concatenated text messages, you can send 153 characters when using 7-bit text, (135*8)/7 = 154. So this

Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Nikos Balkanas
Dear Jason, It is very satisfying to hear stories from the field. In your case, especially, since its use is so much aligned to its purpose. I imagine that the original creators and the long time contributors, would feel very content with your message. FYI Alejandro G, is the author of

Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Alejandro Guerrieri
For the record, I'm not the author. I've contributed code and documentation to the project and I'm currently the code maintainer. Check the AUTHORS file on the source tree for the complete cast ;) Regards, Alejandro On Fri, Mar 13, 2009 at 6:52 PM, Nikos Balkanas nbalka...@gmail.com wrote:

Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Jason Higbee
Great Thanks for the responses. In my case, I like using the background process rather than the daemon, here's why. The background process outputs to stdout which allows me to view the debug output of the -v option. This information contains the pings which tell the signal quality. This

Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Jason Higbee
Also for those following, I was mistaken in what I thought a daemon could do on a Mac. It cannot run while asleep but it can wake the computer up and run. But the idea that you can have Kannel running while your computer is asleep doesn't appear to be possible. To be always running means to be

Re: setup Kannel Mac OSX 10.4, Samba 75 Modem, daemon + parachute

2009-03-13 Thread Alejandro Guerrieri
Yes, I'm afraid you need to at least compile Kannel with MySQL support to be able to use SQLBox. Despite being a standalone module, it uses the defines from the main tree, so if HAVE_MYSQL is not defined, you won't get far. You should upgrade automake to a newer version, that'll probably help.

Re: freebsd amd64 segmentation fault

2009-03-13 Thread Stipe Tolj
Nicolas de Bari Embriz Garcia Rojas schrieb: Hi all, any idea of what parameters pass in the ./configure or how con compile kannel so it can work in freebsd amd64 arch ? I am trying to run 1.4.3 version it compiles fine but when trying to run it i get a segmentation fault, in both smsbox and

Re: freebsd amd64 segmentation fault

2009-03-13 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, thanks for you answers this is the output of gdb gdb66 /usr/local/sbin/smsbox smsbox.core GNU gdb 6.6 [GDB v6.6 for FreeBSD] Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute