Re: where to download Open smppbox

2010-09-06 Thread BeCauet
How do I know which version of Kannel smppbox R48 is compatible? 2010/9/2 Rene Kluwen > As said, you need svn trunk. > > Version 1.4.3 lacks some functionality that smppbox needs. > > > > == Rene > > > > > > *From:* an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] *On > Behalf O

configure: error: Kannel gwlib is required!

2010-09-06 Thread BeCauet
Hello, I Have a problem with smppbox compilation: smpptest:/usr/local/include/smppbox# ./configure --with-kannel-dir=/usr/local/include/kannel checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk...

Re: configure: error: Kannel gwlib is required!

2010-09-06 Thread BeCauet
even specifying > –with-kannel-dir. > > If you just installed kannel, then it should find the sources > automagically. > > > > == Rene > > > > *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On > Behalf Of *BeCauet > *Sent:* Monday, 06 Septembe

configure: error: Kannel gwlib is required!

2010-09-06 Thread BeCauet
xmlrpc.h' et `/usr/local/include/kannel/gwlib/xmlrpc.h' identifient le même fichier. *make: *** [install] Erreur 1* smpptest:/usr/local/include/kannel# :-( 2010/9/7 Rene Kluwen The procedure is as follows: > > > > Checkout Kannel and smppbox sources in their own folder

wavecom compatibilities ?

2009-04-08 Thread BeCauet
hello, can you tell me which model is compatible with Kannel? Wavecom WM02DA-G900 Wavecom WMOD2 - M1203A Wavecom FASTRACK M1206B thank you

Re: wavecom compatibilities ?

2009-04-13 Thread BeCauet
Ok thank you. I have buy 2x FASTRACK M1206B :-) 2009/4/8 nikos nikolaou > > > On Wed, Apr 8, 2009 at 4:51 PM, BeCauet wrote: > >> hello, >> can you tell me which model is compatible with Kannel? >> >> Wavecom WM02DA-G900 >> Wavecom WMOD2 - M1203A

Re: wavecom compatibilities ?

2009-04-21 Thread BeCauet
Hello, You use this configuration to fastrack 1206B? group = smsc smsc = at modemtype = wavecom device = /dev/ttyS1 Thanks! 2009/4/14 BeCauet > Ok thank you. > I have buy 2x FASTRACK M1206B :-) > > 2009/4/8 nikos nikolaou > > >> >> On Wed, Apr 8, 2

find smpp server (sources)

2009-04-22 Thread BeCauet
Hello! I looking for code (C, C++, PHP, Java, Python, Pascal/Kylix ...) able to make a server socket SMPP 3.4. So that Kannel can connect to it. thank you for your ideas! BR, Mickael

Re: find smpp server (sources)

2009-04-22 Thread BeCauet
ne of the Kannel > developers). He has a smpp server plug-in for Kannel. > > ER > > > On Wed, Apr 22, 2009 at 6:02 PM, BeCauet wrote: > >> Hello! >> I looking for code (C, C++, PHP, Java, Python, Pascal/Kylix ...) able to >> make a server socket SMPP 3.4. So that

Re: wavecom compatibilities ?

2009-04-24 Thread BeCauet
msgs) Please help :-) 2009/4/21 nikos nikolaou > > > On Tue, Apr 21, 2009 at 7:49 PM, BeCauet wrote: > >> Hello, >> You use this configuration to fastrack 1206B? >> >> >> group = smsc >> smsc = at >> modemtype = wavecom >> device = /

Re: wavecom compatibilities ?

2009-04-25 Thread BeCauet
]: at2_device_thread: open_at2_device failed. Terminating 2009/4/25 BeCauet > Hello! > Thanks for your configuration. > > I just connect my fastrack to Kannel. > Kannel can not connect to the modem!!! > > My sim card does not have a PIN code (disabled) and if I try to ca

Re: wavecom compatibilities ?

2009-04-26 Thread BeCauet
; > - Original Message - > *From:* BeCauet > *To:* users@kannel.org > *Sent:* Saturday, April 25, 2009 3:52 PM > *Subject:* Re: wavecom compatibilities ? > > Hello, > my error is : > > 2009-04-25 14:49:05 [7887] [6] INFO: AT2[/dev/ttyS0]: opening device > 2009-04

Queue saving ?

2009-04-27 Thread BeCauet
Hello, When you stop (or crash) of Kannel, SMS queue is lost .. ? Is there way to fix this problem? mysql table? Mick

Re: Queue saving ?

2009-04-27 Thread BeCauet
om.mx y > www.pravcom.com > > > > On Mon, Apr 27, 2009 at 11:37 AM, BeCauet wrote: > > Hello, > > When you stop (or crash) of Kannel, SMS queue is lost .. ? > > Is there way to fix this problem? > > mysql table? > > > > Mick > > >

Re: Queue saving ?

2009-04-28 Thread BeCauet
T traffic via the web > admin ... > > examples: > > http://10.9.0.157:13000/store-status?user=seik&password=passwd > > http://10.9.0.157:13000/store-status.txt?user=seik&password=s31k > > http://10.9.0.157:13000/store-status.xml?user=seik&password=s31k > &g

deliver_sm pdu

2009-05-01 Thread BeCauet
Hello, 1) In the dlr-url is a pity not being able to specify: - source_addr_ton - source_addr_npi - dest_addr_ton - dest_addr_npi - esm_class - protocol_id - priority_flag - schedule_delivery_time - validity_period - registered_delivery - replace_if_present_flag - network_error_code (PDU) - recei

Re: SMS with GSM character set

2009-07-09 Thread BeCauet
Hello Jovan, I have the same problem, my SMS provider does not support the accents (éèà..) in ISO-8859-1, UTF-8, WINDOWS-1252 ... The only way I found is to switch to Unicode UCS-2, but I am limited to 70 characters! Have you found a solution to send GSM 03.38 GSM 7bit has Kannel ??? Help, Thank

SMPP default charset ?

2009-07-20 Thread BeCauet
Hello, If I send via PHP UTF-8 script: /cgi-bin/sendsms?text=hello&charset=UTF-8&coding=0 By default, in what "charset" Kannel send the SMS in a SMPP connection? WINDOWS-1252 ? UTF-8 ? GSM 03.38 ? ISO-8859-1 ? Please help... Thank you.