Re: Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-17 Thread Alejandro Guerrieri
http://svn.kannel.org/download/1.4.1/gateway-1.4.1.zip Regards, Alex On Sat, Apr 17, 2010 at 9:08 PM, Antti Karvonen wrote: > Hi Alex > > you were right. I found the source code, and I there were at least few > files that were customized. This customization is based on version 1.4.1, > but I di

Re: Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-17 Thread Antti Karvonen
Hi Alex you were right. I found the source code, and I there were at least few files that were customized. This customization is based on version 1.4.1, but I didn't find the original (unmodified) source code, and not in kannel.org either (http://www.kannel.org/olddownload.shtml). Does an

Re: Can we run multiple Kannel sessions over different ports,

2010-04-17 Thread Anshu Sah
Hello Willy, Thanks for reply. I have 2 SMSC Configuration, Please tell me How i can add one more "sms-service" group. I want to add more than 2 Modems to receive SMSs. Please find the below configuration file. # group = core admin-port = 1200

Re: Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-17 Thread Alejandro Guerrieri
That's most probably a custom-patched version to connect to a non-standard smsc. Those parameters are not documented on Kannel's user guide because they do not exist. Probably someone modified the source code to add those parameters. If you have access to that code you could compare it against the

Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-17 Thread Antti Karvonen
Hi, I encountered a Kannel instance, that had connections to an smsc using SMPP protocol. In the configuration file I found mcc and mnc parameters (Mobile Country Code, Mobile Network Code). If I changed one of the values, the smsc couldn't connect anymore, so they are actually being used i

Re: HTTP smsc and POST-method

2010-04-17 Thread Antti Karvonen
Thank you Malthe, I can't change the SMS aggregator's server settings, so if they don't use HTTPS then also the smsc-module of Kannel must also use HTTP. I couldn't find post-url or get-url for smsc-group, only send-url. Maybe I didn't explain the requirement clear enough: I don't mean sms-

Re: how to receive SMS via SMPP

2010-04-17 Thread Alvaro Cornejo
Kannel is an SMPP Client. You need an SMPP Server. There is a commercial plugin by Stipe you can use for that. Regards Alvaro On Sat, Apr 17, 2010 at 4:52 AM, tariq sand wrote: > Dear all, > > i have configured kannel gateway with sqlbox, and it is running correctly. > but i want my system

how to receive SMS via SMPP

2010-04-17 Thread tariq sand
Dear all, i have configured kannel gateway with sqlbox, and it is running correctly. but i want my system to perform as an smsc, so i want the system to be able to receive sms via smpp protocol. does kannel support receiving sms via smpp? if not, is there any way to do that?? please help BR T

Re: HTTP smsc and POST-method

2010-04-17 Thread Kenny
POST accepts more that GET. :D -- Kenny On Sat, Apr 17, 2010 at 8:17 AM, Malthe Borch wrote: > On 17 April 2010 00:38, Antti Karvonen wrote: > > But I still wonder if there was some undocumented way to configure the > HTTP > > interface of Kannel so that it would communicate via POST inste

Re: HTTP smsc and POST-method

2010-04-17 Thread Malthe Borch
On 17 April 2010 00:38, Antti Karvonen wrote: > But I still wonder if there was some undocumented way to configure the HTTP > interface of Kannel so that it would communicate via POST instead of GET. Use ``post-url`` instead of ``get-url``. That said, what's driving you to require POST? There's