Re: HTTP SMSC splitting long SMS

2017-04-05 Thread ha...@aeon.pk
Thanks Stipe. This solved the issue. On Wed, Apr 5, 2017 at 7:39 PM, Stipe Tolj wrote: > Am 05.04.17 15:16, schrieb ha...@aeon.pk: > >> Hi, >> >> I am using HTTP SMSC to send MT SMS to a PHP script. I just discovered >> that the HTTP SMSC is passing long (concatenated) SMS to the PHP script >> i

Re: HTTP SMSC splitting long SMS

2017-04-05 Thread Stipe Tolj
Am 05.04.17 15:16, schrieb ha...@aeon.pk: Hi, I am using HTTP SMSC to send MT SMS to a PHP script. I just discovered that the HTTP SMSC is passing long (concatenated) SMS to the PHP script in 2 parts, which makes them 2 individual SMS for the handset, instead of one long SMS. How can I prevent k

RE: HTTP SMSC splitting long SMS

2017-04-05 Thread Davor Spasoski
Hi, Try the following in your core configuration: sms-combine-concatenated-mo = true sms-combine-concatenated-mo-timeout = 60 BR Davor Spasoski From: users [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: 05 April 2017 15:16 To: kannel users Subject: HTTP SMSC splitting long SM

Re: HTTP SMSC splitting long SMS

2017-04-05 Thread Amir Mahmoud
Hi Hamza, HTTP SMSC can pass the UDH too, so you can render the UDH in your PHP script and submit each SMS part with the corresponding UDH to the upstream gateway. Regards, Amir On 5 April 2017 at 15:16, ha...@aeon.pk wrote: > Hi, > > I am using HTTP SMSC to send MT SMS to a PHP script. I just

Re: HTTP SMSC splitting long SMS

2016-06-23 Thread ha...@aeon.pk
The problem was resolved by using max-sms-octets parameter in smsc group config. On Wed, Jun 22, 2016 at 2:15 PM, ha...@aeon.pk wrote: > Hi, > > My kannel config is calling an HTTP API. It is working fine for small > messages, but for long SMS ( > 160 xters), kannel is splitting it into 2 > part

Re: http smsc - unicode problem

2013-08-22 Thread Felix Obareh
Hi All, Question on this?The URL:- send-url = " http://domain.com/sms/test.php?from=%P&to=%p&text=%b"; I have three extra parameter on my generic:- &Username=%username&password=%password and others which are part of the sendsms url. I am keen to notice that the generic url has its from=%P&to=%p&

Re: HTTP SMSC inject dlr with error code

2013-07-24 Thread Milan P. Stanic
Helo Ahmed, Please post questions to users@kannel.org list, not to me directly. There are many competent people which could help you. On Mon, 2013-07-22 at 12:43, Ahmed Shabana wrote: > Hellow Milan , > > I found this issue at kannel mailing list > http://www.kannel.org/pipermail

Re: http SMSC error

2012-12-06 Thread Willy Mularto
you are completely wrong brother. Please check the user guide and read it step by step. to process MO or incoming message you need get-url or post-url. What you did is creating an http smsc connection. On Dec 6, 2012, at 6:41 PM, Ali Kashif wrote: > Hi users, > > i am trying to create an http

RE: HTTP SMSC configuration

2012-04-28 Thread Rene Kluwen
To: Rene Kluwen Cc: 'doctin'; users@kannel.org Subject: Re: HTTP SMSC configuration The other approach is to hack the Kannel source code. On Apr 28, 2012, at 11:15 PM, Rene Kluwen wrote: > Spamming the mailinglist with 5 mails within the hour won't help you. > htt

Re: HTTP SMSC configuration

2012-04-28 Thread Willy Mularto
The other approach is to hack the Kannel source code. On Apr 28, 2012, at 11:15 PM, Rene Kluwen wrote: > Spamming the mailinglist with 5 mails within the hour won't help you. > http smsc's all act in a different way. So depending on that, it's possible > or not at all. > Read the users guide. >

RE: HTTP SMSC configuration

2012-04-28 Thread Rene Kluwen
Spamming the mailinglist with 5 mails within the hour won't help you. http smsc's all act in a different way. So depending on that, it's possible or not at all. Read the users guide. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of d

RE: HTTP SMSC

2011-03-15 Thread Rene Kluwen
system. But what do we need here to send the DLR back into Kannel? -Original Message- From: Nikos Balkanas To: users ; Lee Vidor Sent: Mon, 14 Mar 2011 8:48 Subject: Re: HTTP SMSC Hi,Read UG about variable port. Kannel will listen on this for incoming traffic (MO, DLRs). You then

Re: HTTP SMSC

2011-03-15 Thread Lee Vidor
system. But what do we need here to send the DLR back into Kannel? -Original Message- From: Nikos Balkanas To: users ; Lee Vidor Sent: Mon, 14 Mar 2011 8:48 Subject: Re: HTTP SMSC Hi,Read UG about variable port. Kannel will listen on this for incoming traffic (MO, DLRs). You then have

Re: HTTP SMSC

2011-03-14 Thread Nikos Balkanas
Hi, Read UG about variable port. Kannel will listen on this for incoming traffic (MO, DLRs). You then have to talk with your smsc to ask which way you should pass it as an argument. BR, Nikos - Original Message - From: "Lee Vidor" To: Sent: Monday, March 14, 2011 2:05 PM Subject:

Re: HTTP SMSC Fail To Connect

2010-07-16 Thread Nikos Balkanas
Hi, Please post maximum detail relevant bb logs & configuration. BR, Nikos - Original Message - From: "sangprabv" To: "Kannel list" Sent: Friday, July 16, 2010 4:46 AM Subject: HTTP SMSC Fail To Connect Hi, I have a situation where Kannel complaints can not connect to an HTTP SMSC,

Re: HTTP smsc and POST-method

2010-04-21 Thread Nikos Balkanas
Hi, Sometimes aggregators offer both. You just have to ask. You are correct HTTP smsc will only use GET. BR, Nikos - Original Message - From: "Antti Karvonen" To: "Malthe Borch" Cc: Sent: Saturday, April 17, 2010 8:28 PM Subject: Re: HTTP smsc and POST-metho

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: 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

Re: Re : Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-25 Thread Alvaro Cornejo
we are still waiting for your input/feedback... what is the response from your http smsc? what shows http smsc logs ? ask your provider for input from their side do you match that with status-xxx-regex configs? what are the logs after the "...SMSC response was..." do you set loglevel to 0? if yo

Re : Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-25 Thread Kidi Kidi
Hi, I've not found a solution yet. Great Thanks, 1) If a MO come to my gateway, i can receive it without any problem. 2) i send a MT message from my web site using this url : $request = "http://$my_localhost:$my_sendsms_port/cgi-bin/sendsms?username=xx&password=xx&from=$from&to=$to&text=$mes

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Kidi Kidi
Great Thanks, 1) If a MO come to my gateway, i can receive it without any problem. 2) i send a MT message from my web site using this url : $request = "http://$my_localhost:$my_sendsms_port/cgi-bin/sendsms?username=xx&password=xx&from=$from&to=$to&text=$message"; 3) if a send a MT message, my bea

Re: Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Alvaro Cornejo
Still WHAT IS the response from your call to http://?username=&password=&from=%P&to=%p&text=%a" ??? As per the last line of your log, it seems that there is no answer (or is empty) from the server that receives the call. As there is no answer, there is no match to status--regex so kannel do

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Kidi Kidi
more info about : ERROR: HTTP[my_http_smsc_id]: Message was rejected. SMSC reponse was: status-success-regex = "ok" status-permfail-regex = "failure" status-tempfail-regex = "retry later" my bearerbox output++ 2010-03-24 21:40:36 [2642] [0] INFO: Debug_lvl

Re: Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Alvaro Cornejo
Please provide more info... we can not guess what is happening with no info. Nevertheless check smsc http. As you are calling a generic script you need to tell kannel which string should it consider as an OK, NAK or temporary fault. most exactly: status-success-regex, status-permfail-regex, statu

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Kidi Kidi
Hi, I get the error below whenever i send a message through my http smsc, though i get the message on my phone. Someone have an idea what is it? 2010-03-20 08:05:21 [1928] [12] DEBUG: Octet string dump ends. 2010-03-20 08:05:21 [1928] [7] ERROR: HTTP[http_smsc]: Message was rejected. SMSC repo

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-22 Thread Kidi Kidi
Thank you Alvaro, I am using kannel gateway-1.4.3, i also tested it with the latest gateway_cvs. Might be you are using an outdated version??? Regards Alvaro |-| Envíe y Reciba Datos

Re: HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-22 Thread Alvaro Cornejo
Post relevant info... Might be you are using an outdated version??? Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Per

RE: HTTP SMSC with the latest CVS

2009-09-16 Thread sangprabv
Bearerbox didn't receive all. I tried to send 1000 MO but not all received. It doesn't happen with 20080727 cvs version. And also this morning I tried 1.4.3, it seems received all 1000 MO. Does fieldmap patch cause this problem? Willy On Wed, 2009-09-16 at 10:41 +0200, Franck LAMASUTA wrote: >

RE: HTTP SMSC with the latest CVS

2009-09-16 Thread Franck LAMASUTA
Willy, Are the MO received by bearerbox and not processed or are they not received at all? Did you get anything interesting in the log files? Franck > -Original Message- > From: devel-boun...@kannel.org > [mailto:devel-boun...@kannel.org] On Behalf Of sangprabv > Sent: Wednesday, Septe

Re: http SMSC

2009-05-26 Thread Nikos Balkanas
:23 PM Subject: Re: http SMSC Not necesarily "easier" (C skills are needed) but definitely cleaner and more performing ;) Regards, Alejandro 2009/5/26 Nikos Balkanas Hi, Actually there maybe an easier way. Check Alex Guerrieri's response to yesterday

Re: http SMSC

2009-05-26 Thread Alejandro Guerrieri
laro http communication" > > BR, > Nikos > - Original Message - From: "Marcelo Olivas" < > marcelo.oli...@up-mobile.com> > To: "Ishtiaq Ahmed" > Cc: > Sent: Tuesday, May 26, 2009 6:34 PM > Subject: Re: http SMSC > > > > Ish

Re: http SMSC

2009-05-26 Thread Nikos Balkanas
Hi, Actually there maybe an easier way. Check Alex Guerrieri's response to yesterday's thread about "Claro http communication" BR, Nikos - Original Message - From: "Marcelo Olivas" To: "Ishtiaq Ahmed" Cc: Sent: Tuesday, May 26, 2009 6:34

Re: http SMSC

2009-05-26 Thread Marcelo Olivas
Ishtiaq, the only way you can do this is by putting a middle application between the SMSC and Kannel GW. For example, when the SMC send you the HTTP Request, then your third party would intercept the HTTP request, create a request similar to kannel and sent it to your Kannel GW. Let me kn

Re: http smsc patch help

2008-01-05 Thread [EMAIL PROTECTED]
Hi Stipe, Thanks alot for the help and reply. Regards, Willy On Sat, 2008-01-05 at 23:49 +0100, Stipe Tolj wrote: > Willy Mularto schrieb: > > Hi, > > I have situation where my telco requires a http connection with my > > server. I found that kannel supports this kind of connection, but > > unfo

Re: http smsc patch help

2008-01-05 Thread Stipe Tolj
Willy Mularto schrieb: Hi, I have situation where my telco requires a http connection with my server. I found that kannel supports this kind of connection, but unfortunatelly I must do some patches with kannel first. What I want to know is which files should be patched to accept MO from telco and

Re: http smsc with clickatell

2007-04-23 Thread Alvaro Cornejo
Hi Ben Thanks for your info. I was able to successfully connect to clickatell. in addition to your comments, there were an issue with the send-url. The config finally is: # SMSC HTTP CLICKATEL group = smsc smsc = http smsc-id = click system-id = X <--- API-ID system-type = clickatell port

Re: http smsc with clickatell

2007-04-23 Thread Ben Suffolk
Alvaro, You need to specify the clickatell system-id, so add the following line :- system-id = x (where is your system id). I wonder if you mixed that up with smsc-id as you blanked that out? If you want DLRs you will need to specify the port = xxx option as well. Then set up

Re: http SMSC

2007-03-23 Thread Sriram
Hi AFAIK this works like a normal web server with a URL provided to you by any of the operators..you need the write the script in either ASP or PHP or any server side script and host it on a webserver..ask the operator to map your URL on his short code. They will send you the number and keyword

Re: http SMSC

2005-06-13 Thread Gareth Reakes
Hey, On 13 Jun 2005, at 10:16, Chris Dobbs wrote: Thanks for your reply Gareth, The send URL looks like this: http://api.clickatell.com/http/sendmsg? api_id=&user=&password=&t o=&text= I was going to just create a new smsc group and just try it as u sugested but could

Re: http SMSC

2005-06-13 Thread Chris Dobbs
er by script kiddies these days! Thanks again for your help Kind regards, -Chris - Original Message - From: "Gareth Reakes" <[EMAIL PROTECTED]> To: "Chris Dobbs" <[EMAIL PROTECTED]> Cc: Sent: Monday, June 13, 2005 9:37 AM Subject: Re: http SMSC > Hi Chris,

Re: http SMSC

2005-06-13 Thread Gareth Reakes
Hi Chris, On 13 Jun 2005, at 9:31, Chris Dobbs wrote: numum usage charge on SMPP links which makes it too expensive for me! I can see how kannel will allow an SMSC group to be setup of type http , but how do I tell kannel how the argument list is organised for the send URL? The order o

Re: http SMSC

2005-06-13 Thread Ricky Wibowo
Chris Dobbs wrote: All, This is a tricky one... I currently have an account with Clickatell SMSC and I have been using kannel for some time with the Clickatell SMPP api, which works fine - Does anyone know how to get kannel working witht the clickatell HTTP api ? I wouldn't bother normally b

Re: http smsc

2004-04-22 Thread David Herring
Hi Thierry, This should be no problem - we do this. I would use the very latest kannel 1.3.1 and then it's simply a matter of getting the right settings in kannel.conf.. key bits to this file are:- # SMSC SMPP group = smsc smsc = smpp host = x.x.x.x # ip address of their smsc port = 80