kannel support using payload

2010-09-01 Thread Anas Alnaffar
Dears Does kannel support using payload? and how we can use this feature? Thanks Anas

SMPP with mangled carrier charset support -Latin1 with GSM graft

2010-09-01 Thread Kyriacos Sakkas
Hi All, I have a connection with a carrier whose system uses Latin1 as the default and grafts the GSM 7bit chars not present in Latin1 on top. This are basically the uppercase Greek chars, which I need :) . Special chars ($@ etc) are send as Latin1 So I have tried using "alt-charset = Latin1" o

Re: kannel support using payload

2010-09-01 Thread Kyriacos Sakkas
This is supported via the meta-data/tlv system. Use: group = smpp-tlv name = message_payload tag = 0x0424 type = octetstring length = 1500 For more details see manual or older posts. Kyriacos On 01/09/2010 11:16, Anas Alnaffar wrote: > > Dears > > Does kannel support using payload? and h

kannel as EMI-UCP server

2010-09-01 Thread Huj Tamás
Hello List! I'm new in Kannel, and I need some help. I'm trying to develop an EMI-CUP client in java and I want to test it, so I want to use Kannel for EMI-UCP server. How can I do it? What do I have to write in the kannel.conf? Now I'm trying with the following conf file: group = core admin-port

Re: getting: "Submit failed" in response to submit_sm

2010-09-01 Thread mug azr
Hi, the actual URL is: http://127.0.0.1:13006/cgi-bin/sendsms?username=masked&password=maskedagain&to=1921&from=Info&text=hello&smsc=mysmsc&mclass=2&coding=2 I tried different values for mclass and coding but always I get the same error. thank you 2010/9/1 Nikos Balkanas > Hi, > > da

RE: Please guide me how to install SMPP Server of Kannel and using it

2010-09-01 Thread Rene Kluwen
Better use the Kannel users list for these questions. You might even get an answer. From: Amritesh Rachelwar [mailto:amriteshs...@gmail.com] Sent: Wednesday, 01 September, 2010 07:57 To: Rene Kluwen Subject: Re: Please guide me how to install SMPP Server of Kannel and using it Hi, Thanks

Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Peter Mohr
Hi Can anyone help set up inbound SMPP connections on my Kannel system? I can't figure out how. Outbound works like a charm :) Thanks Peter _ Peter Mohr Partner Mobile: +45 3162 1290 Mobility Architects www.mobilityarchitects.com Mobi

Re: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread ha...@aeon.pk
Please post the config file. 2010/9/1 Peter Mohr > Hi > > > > Can anyone help set up inbound SMPP connections on my Kannel system? I > can’t figure out how. Outbound works like a charm J > > > > Thanks > > > > Peter > > _ > *Peter Mohr* > Partner > > Mobile: +45 3162 1290

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Peter Mohr
Currently it uses AT/Modem to send messages but I'm looking for inbound SMPP #- # CORE # # There is only one core group and it sets all basic settings # of the bearerbox (and system). You should take extra notes on # configuration variables like 'sto

Re: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread ha...@aeon.pk
group = sms-service keyword = nop text = "You asked nothing and I did it!" group = sms-service keyword = hitme text = "Aint hitting on girls..." # There should be always a 'default' service. This service is used when no # other 'sms-service' is applied. group = sms-service keyword = default text

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Peter Mohr
Sorry, i don't get that. I guess I must specify username/password + port that can listen for incoming SMPP traffic but how is that related to the keywords and sms-service group ? _ Peter Mohr Partner Mobile: +45 3162 1290 Mobility Architects www.mobilityarchitects.com

alt-dcs / data_coding

2010-09-01 Thread Kyriacos Sakkas
Hi all, I need to send a (normal SMS) with data_coding: 2 = 0x0002 to use a "special" feature on an SMPP connection. using alt-dcs=2 in the HTTP request ends with a message rejection "Alt-DCS field misformed, rejected". I have tried a few others and if I understood well only 0 and 1 are acc

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Rene Kluwen
For incoming SMPP traffic, see www.chimit.nl/kannel/userguide.pdf == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Peter Mohr Sent: Wednesday, 01 September, 2010 14:34 To: ha...@aeon.pk Cc: users@kannel.org Subject: RE: Inbound SMPP connection to Kann

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Peter Mohr
Thanks. I'll dig deeper into that. \Peter _ Peter Mohr Partner Mobile: +45 3162 1290 Mobility Architects www.mobilityarchitects.com Mobility Architects hjælper nogle af Danmarks største organisationer og virksomheder med at udnytte pot

where to download Open smppbox

2010-09-01 Thread Anshu Sah
Hi rene, Can you please guide me how to install Open smppbox svn-r35M , I have got the PDF file, But don't know where to download the source code. Regards Anshu

Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-01 Thread Jan van der Vyver
Dear All We are connecting to an SMSC for USSD purposes. We require to send a "destination_port=9280" meta-data in the outgoing smpp pdu. We have updated the kannel to the svn checkout made on 31/08/2010. Our current config is included aswell as debug for incoming and outgoing messages. What

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-01 Thread Alejandro Guerrieri
How are you creating the reply? I guess it's using a sendsms url? Please post it. Regards, Alex On Wed, Sep 1, 2010 at 3:55 PM, Jan van der Vyver wrote: > Dear All > > We are connecting to an SMSC for USSD purposes. > > We require to send a "destination_port=9280" meta-data in the outgoing s

RE: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-01 Thread Jan van der Vyver
Dear Alex We tried to create the reply by adding the following to our sendsms url “&meta-data=?smpp?destination_port=9280” And by just echoing the message back on the sms-service “http://192.168.1.35/srs/ussd/handle.php?from=%p&to=%p&message=%r&binary=%b&; type=%i&time=%t" Is the meta-data opt

RE: where to download Open smppbox

2010-09-01 Thread Rene Kluwen
Issue a "svn co https://svn.kannel.org/smppbox/trunk"; from your unix command line. From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Wednesday, 01 September, 2010 15:50 To: Rene Kluwen Cc: users Subject: where to download Open smppbox Hi re

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-01 Thread Alejandro Guerrieri
"?smpp?destination_port=9280" must be url-encoded. Please try fixing that and post the complete url if it doesn't work, to rule out any ambiguities. Regards, Alex On Wed, Sep 1, 2010 at 4:24 PM, Jan van der Vyver wrote: > Dear Alex > > We tried to create the reply by adding the following to o

Fwd: Re: help on huawei e160 gsm modem

2010-09-01 Thread macboy

linking kannel with mysql

2010-09-01 Thread macboy
hey fellows with your unwavering help am now able to push and pull messages into the system but i have tried to ask about how i can connect to the mysql server in my fedora 13 but the only help that you have provided was that i must read the user guide which i have read over and over again but

help with kannel linking with mysql

2010-09-01 Thread macboy
hi.i installed kannel from an rpm package and i have asked this question to the mailing list members but nobody seems to offer me any help because they always tell me to read the user guide which i have read on many occassions to know avail.anyone who has experiance of configuring kannel with m

RE: help with kannel linking with mysql

2010-09-01 Thread Rene Kluwen
What do you mean linking Kannel with mysql? I am not sure what your purpose is. But maybe the documentation on http://www.blogalex.com/archives/46 will help. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mac...@fastermail.com Sen

Re: Re: help on huawei e160 gsm modem

2010-09-01 Thread Alvaro Cornejo
It is recommended that you use latest version and compile it youself. RPM are normally outdated and doesn't include fixes or updates. It will give you the option to use whatever DB you want. SVN version is production quality. Regards Alvaro |-

Re: Re: help on huawei e160 gsm modem

2010-09-01 Thread Alvaro Cornejo
It is recommended that you use latest version and compile it youself. RPM are normally outdated and doesn't include fixes or updates. It will give you the option to use whatever DB you want. SVN version is production quality. Regards Alvaro |-

Re: linking kannel with mysql

2010-09-01 Thread Alvaro Cornejo
depending on the rpm, you might or not have support for mysql. In case it does, kannel uses for dlr handling. It does not permanently store messages, so you need to build that by yourself. You can use sqlbox plugin for DB long term message store and for feeding/receiving MT/MO to/from kannel Rega

Re: where to download Open smppbox

2010-09-01 Thread Anshu Sah
Hello Rene, To Install SMPPBOX i placed kannel source files at */usr/local/include*/kannel and SMPPBOX files at /usr/local/include/smppbox Kannel is easily compiled from there, But if i am compiling smppbox i am getting error. *"configure: error: Kannel gwlib is required!"* Please guide. Regar

RE: where to download Open smppbox

2010-09-01 Thread Rene Kluwen
How did you place your source files in /usr/local/include/kannel? Did you just copy them? For smppbox, you need to extract the kannel sources in a directory of your choice and configure && make && make install them. After that, do the same for the smppbox. == Rene From: an...@in.multip

Re: help with kannel linking with mysql

2010-09-01 Thread Emmanuel CHANSON
>From where did you get the rpm package ? 2010/9/2 Rene Kluwen > What do you mean linking Kannel with mysql? > > I am not sure what your purpose is. But maybe the documentation on > http://www.blogalex.com/archives/46 will help. > > == Rene > > -Original Message- > From: users-boun...@ka

Re: help with kannel linking with mysql

2010-09-01 Thread Emmanuel CHANSON
Answer Kannel 1.4.3.. A new post have been open "help on huawei e160 gsm modem" with the same subject. 2010/9/2 Emmanuel CHANSON > From where did you get the rpm package ? > > 2010/9/2 Rene Kluwen > > What do you mean linking Kannel with mysql? >> >> I am not sure what your purpose is. But

Re: where to download Open smppbox

2010-09-01 Thread Anshu Sah
Thanks Rene, Yes, i copied it manually in /usr/local/include/kannel But i was confused. Earlier i installed kannel from any other directory */projects/kannel/gateway-1.4.3/* and SMPPBOX to */projects/kannel/smppbox/* But when i type command below to install smppbox, got error. *./configure --wi

RE: where to download Open smppbox

2010-09-01 Thread Rene Kluwen
True. It doesn't work like that. First you have to install the Kannel header files and libraries (make install). After that, smppbox will find them where you installed them. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent

RE: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-01 Thread Jan van der Vyver
Hi Here is the url we use to test. http://xxx.xxx.xxx.xxx:/cgi-bin/sendsms?username=username&password=passw ord&to=0833795999&text=test&meta-data=%3Fsmpp%3Fdestination_port%3D9280 This will work to test it. But I need it to work for the following case: Receive message via smpp -> kannel

RE: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-01 Thread Rene Kluwen
Instead of relying on Kannel's standard reply-text mechanism, you may want your php script to return nothing (empty string) in combination with omit-empty = true. Your script then does it's processing and posts the result via the sendsms-url back to Kannel, including the meta-data. == Rene

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Peter Mohr
Rene, I think I did everything as I should but I get this error: 2010-09-02 00:18:37 [20629] [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0 2010-09-02 00:18:37 [20629] [0] ERROR: Group 'smppbox' is no valid group identifier. 2010-09-02 00:18:37 [20629] [0] ERROR: Error found on line 53 of fi

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Peter Mohr
Any suggestions ? _ Peter Mohr Partner Mobile: +45 3162 1290 Mobility Architects www.mobilityarchitects.com Mobility Architects hjælper nogle af Danmarks største organisationer og virksomheder med at udnytte potentialet i mobil teknolog

Re: where to download Open smppbox

2010-09-01 Thread Anshu Sah
Hello Rene, The Configure command worked well after the command make install in the Kannel folder. But when i run "make". It given the below error. Please suggest. -- Regards Anshu r...@msclient5:/projects/kannel/SMPPBox# make make all-recursive make[1]: Entering directory `/projects/kannel/SM

Re: kannel guidance

2010-09-01 Thread Juan Nin
got the same email... 2010/8/31 Nikos Balkanas : > He did also send me 2 identical mails within 3 minutes (personal). It seems > that he spammed a lot of people in the list privately. > > BR, > Nikos > - Original Message - From: "Alvaro Cornejo" > > To: ; "users" > Sent: Tuesday, August

RE: Inbound SMPP connection to Kannel? How to?

2010-09-01 Thread Rene Kluwen
You are starting up bearerbox with the smppbox config file. Instead you have to start up smppbox, which is a separate binary. The sequence is as follows: 1. Start bearerbox with it’s own config (group = core, etc). 2. Start smppbox –also with it’s own config- that connects to bearerbox

RE: where to download Open smppbox

2010-09-01 Thread Rene Kluwen
Which version of Kannel did you install? You need svn trunk. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Thursday, 02 September, 2010 00:42 To: Rene Kluwen Cc: users Subject: Re: where to download Open smppbox Hello Ren

Re: where to download Open smppbox

2010-09-01 Thread Anshu Sah
Hello Rene, I am using Kannel 1.4.3 On ubuntu 10, WITH AMD 64 Bit PC Regards Anshu On Thu, Sep 2, 2010 at 6:22 AM, Rene Kluwen wrote: > Which version of Kannel did you install? > > You need svn trunk. > > > > == Rene > > > > > > *From:* an...@in.multiplesystem.net [mailto:an...@in.multiplesys