HTTP SMSC

2011-03-14 Thread Lee Vidor
I am connecting to a HTTP SMSC from kannel. The SMSC is actually a HTTP API that I am using to receive messages on. Has anyone had any experience in configuring their own HTTP SMSC to send delivery reports back to kannel? How does one inject the delivery report into kannel. The send-url

HTTP SMSC

2010-04-13 Thread LoLoVioLo
Hi All, I am willing to use http smsc on kannel. I configured as mentionned in user guide : group = smsc smsc = http system-type = generic port = 13015 send-url = "http://www.foobar.com/mt.php?from=%P&to=%p&text=%b"; status-success-regex = "ok" status-permfail-regex

http SMSC

2009-05-26 Thread Ishtiaq Ahmed
Hi Guys, Run into another thing this time One of our operator provided us with http interface for sending out the messages... Here is how configuration are. group = smsc smsc = http smsc-id = TELCOM5 system-type = kannel smsc-username = telcom5user smsc-password = telcome5password

http SMSC

2005-06-13 Thread Chris Dobbs
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 but Clickatell have

http SMSC

2007-03-23 Thread ashwani
Hello All, Here I am with another problem. I am using kannel 1.4.1 on a CentOS box. I have a requirement to send/receive SMS over HTTP.I have gone through user manual and find that it is possible to send SMS using "SMSC=http". But I want to know can kannel receive messages using HTTP? I mean can

http smsc

2004-04-21 Thread thierry.henri
Hi all, I'll need to connect kannel to an Orange HTTP SMSC (and HTTPS SMSC) Is it possible with kannel ? Is there any restriction ? Thanks. -- Faites un voeu et puis Voila ! www.voila.fr

Kannel HTTP SMSC

2011-03-07 Thread Lee Vidor
server. My SMSC config is below: group = smsc smsc = http smsc-id = testhttp system-type = generic smsc-username = tester smsc-password = foobar host = localhost port = 13014 send-url = "http://localhost/test/sms.php?from=%P&to=%p&text=%b"; status-success-regex = "ok" stat

Re: HTTP SMSC

2011-03-14 Thread Nikos Balkanas
PM Subject: HTTP SMSC I am connecting to a HTTP SMSC from kannel. The SMSC is actually a HTTP API that I am using to receive messages on. Has anyone had any experience in configuring their own HTTP SMSC to send delivery reports back to kannel? How does one inject the delivery report into kannel. Th

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-15 Thread Rene Kluwen
: HTTP SMSC I know how to configure Send-URL parameters and how to set kannel to receive DLR. However I need to know what is actually required at the SMSc as we have the following setup SMPP CLIENT --- KANNEL OPENSMPPBOX --- BEARERBOX --- HTTPSMSC VARIOUS SMCs The HTTPSMSC is actually our own

Configuring HTTP SMSC

2012-04-27 Thread doctin
Hi.. I am able to send sms and receive delivery report using SMPP SMSC. SMPP Client<>opensmppbox<->sqlbox<>kannel gateway<> SMPP SMSC now i need to change the SMPP SMSC as HTTP SMSC SMPP Client<>opensmppbox<->sqlbox<>ka

Configuring HTTP SMSC

2012-04-27 Thread doctin
Hi.. I am able to send sms and receive delivery report using SMPP SMSC. SMPP Client<>opensmppbox<->sqlbox<>kannel gateway<> SMPP SMSC now i need to change the SMPP SMSC as HTTP SMSC SMPP Client<>opensmppbox<->sqlbox<>ka

Configuring HTTP SMSC

2012-04-27 Thread doctin
Hi.. I am able to send sms and receive delivery report using SMPP SMSC. SMPP Client<>opensmppbox<->sqlbox<>kannel gateway<> SMPP SMSC now i need to change the SMPP SMSC as HTTP SMSC SMPP Client<>opensmppbox<->sqlbox<>ka

HTTP SMSC configuration

2012-04-27 Thread doctin
://old.nabble.com/HTTP-SMSC-configuration-tp33761677p33761677.html Sent from the Kannel - User mailing list archive at Nabble.com.

Http smsc routing

2008-08-14 Thread Mike Nwaogu
Hello Guys, does anyone know how I can specify the smsc route in an http request. eg: http://127.0.0.1:13013/cgi-bin/sendsms?to=$to&from=$frm&smsc=smsc_id&text=".rawurlencode($msg); thanks in advance Regards, Mike Nwaogu Tel: 234_802_325_6437 Eml: [EMAIL PROTECTED]

Re: http SMSC

2009-05-26 Thread Marcelo Olivas
know if that makes sense. Marcelo On May 26, 2009, at 7:31 AM, Ishtiaq Ahmed wrote: Hi Guys, Run into another thing this time One of our operator provided us with http interface for sending out the messages... Here is how configuration are. group = smsc smsc = http smsc-id = TELCOM5

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

HTTP SMSC Problem

2009-08-28 Thread sangprabv
I just updated to the latest Kannel CVS, everything fine during compilation. After I launch Kannel into daemon and make some stress test I found that from 100 MO requests through Kannel HTTP SMSC it doesn't response all those MO. Somebody can help solve this problem? Willy

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

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

2007-03-23 Thread Sriram
: http SMSC Hello All, Here I am with another problem. I am using kannel 1.4.1 on a CentOS box. I have a requirement to send/receive SMS over HTTP.I have gone through user manual and find that it is possible to send SMS using "SMSC=http". But I want to know can kannel receiv

Re: http smsc

2004-04-22 Thread David Herring
TCP/IP connection. Hope this helps, Dave thierry.henri wrote: Hi all, I'll need to connect kannel to an Orange HTTP SMSC (and HTTPS SMSC) Is it possible with kannel ? Is there any restriction ? Thanks. -- Faites un voeu et puis Voila ! www.voila.fr

http SMSC error

2012-12-06 Thread Ali Kashif
Hi users, i am trying to create an http smsc for incomming messages, i just tried to copy and example conf and tried to start the kannel and faced this issue. really not sure what is this. using kannel 1.5, opensmpp, sqlbox, port 13015 is not in use by any other group = smsc smsc = http

Re: Kannel HTTP SMSC

2011-03-09 Thread Willy Mularto
messages to a http PHP page. > This is for testing purposes. > I currently use opensmppbox so my kannel server can accept incoming > requests from SMPP clients. > > What I then want to do is send these requests to a basic PHP site > hosted on the local server. > > My

Generic HTTP SMSC callback

2011-03-18 Thread Lee Vidor
Hi, I am using the generic HTTP SMSC driver for kannel. SMPP clients connect through opensmppbox. If a client requests a dlr-mask value then the initial dlr is sent back to them. However if HTTP SMSC sends delivery reports to kannel for specific connected client I get "Got DLR but

Generic HTTP SMSC callback

2011-03-21 Thread Lee Vidor
correction for previous post:message gets sent from smpp CLIENT to opensmppbox

DLR with HTTP SMSC

2011-06-28 Thread Ricardo Boni
Hi. I would like to know if there is any way (or workaround) to post back the DLRs for HTTP SMSC messages. If I can post the DLRs on smsbox, it would help. Something like DLR -> SMSBOX -> BEARERBOX -> ANOTHER SMSBOX -> ... Any clues? Regards, -- Ricardo

HTTP SMSC sample configuration

2012-04-27 Thread doctin
Hi.. I am able to send sms and receive delivery report using SMPP SMSC. SMPP Clientopensmppbox-sqlboxkannel gateway SMPP SMSC now i need to change the SMPP SMSC as HTTP SMSC SMPP Clientopensmppbox-sqlboxkannel gateway HTTP SMSC HTTP service provider gave me a

RE: HTTP SMSC configuration

2012-04-28 Thread Rene Kluwen
g] On Behalf Of doctin Sent: Saturday, 28 April, 2012 08:17 To: users@kannel.org Subject: HTTP SMSC configuration Hi.. I am able to send sms and receive delivery report using SMPP SMSC. I think i can configure to send SMS. But how can i receive the DRL report from service provider and insert into

Re: HTTP SMSC configuration

2012-04-28 Thread Willy Mularto
. > Read the users guide. > > == Rene > > -Original Message- > From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf > Of doctin > Sent: Saturday, 28 April, 2012 08:17 > To: users@kannel.org > Subject: HTTP SMSC configuration > > &

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: Configuring HTTP SMSC

2012-04-28 Thread doctin
Anyboady can help doctin wrote: > > > Hi.. > > I am able to send sms and receive delivery report using SMPP SMSC. > > SMPP Client<>opensmppbox<->sqlbox<>kannel gateway<> SMPP > SMSC > > now i need to change the SM

Re: Configuring HTTP SMSC

2012-04-28 Thread Willy Mularto
Please do not spam the list. HTTP SMSC has no standard, which means every provider/carrier can have their own custom URL and parameter. They usually give you API and you must follow it. The simplest way is using standard HTTP scripting such as PHP/ASP/CGI. But if you want it done by Kannel

generic http smsc statuses

2010-07-24 Thread Imran Aghayev
Hi, Could anyone explain me what are these for and how kannel use them depending on the http server response ?? status-success-regex = "ok" status-permfail-regex = "failure" status-tempfail-regex = "retry later" Thanks

http smsc patch help

2008-01-05 Thread Willy Mularto
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 send back the MT and als

Generic HTTP SMSC configuration

2008-06-28 Thread Eduardo Raad
I read in the user guide that the generic HTTP SMSC connector should only be used for MT routing, although I configured it as it was a Kannel HTTP SMSC connector and I could receive MO's using the URI /?from=&to=&username=&password=&text=. Is this OK and user guide is wrong o

SSL on HTTP SMSC

2008-11-18 Thread sangprabv
Hi, I just enable use-ssl = true in http smsc. When I try to start Kannel, everything is OK. But when I try to hit the MO URL. Kannel returns this error: 2008-11-18 20:42:47 [31684] [1] ERROR: SSL read failed: OpenSSL error 1: error:0001:lib(0):func(0):reason(1) 2008-11-18 20:42:47 [31684] [1

dlr for HTTP smsc

2005-06-06 Thread Gareth Reakes
Hey all, Is there any reason why dlr is not implemented for http smsc? My provider sends back a unique id when I post the message. Can't I just use this id to pass to dlr_add? The only other piece I am unsure of is how to set kannel up to listen for dlr via http. Should I just add

http smsc with clickatell

2007-04-22 Thread Alvaro Cornejo
or. this is one of the kannel.conf I using: # SMSC HTTP CLICKATEL group = smsc smsc = http smsc-id = XX system-type = clickatell port = 13015 smsc-username = username smsc-password = password send-url = "http://api.clickatell.com/http/sendmsg? what am I missing? Regards Alvaro

HTTP SMSC Load Issue

2007-10-28 Thread Shantanu Chauhan
Dear All: I have my Kannel connected to HTTP SMSC. When high number of hits comes from client, the HTTP SMSC goes into reconnecting state. All messages accumulated are lost, since only way of getting out of this problem is to restart the SMSC. I know that this problem occurs due to bearerbox

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

http smsc - unicode problem

2013-08-21 Thread Qqblog Qqblog
send sms via http cgi-bin/sendsms?charset=UTF-16&coding=2&text=%FF%FE%09NkQ smsc is http and received text value is garbled.  When smsc is smpp, the text value is no problem.  test.php?text=N%09Qk&to=... http smsc configuration group = smsc smsc = http smsc-id = abc system-ty

Re: Generic HTTP SMSC callback

2011-03-18 Thread Nikos Balkanas
Hi, Please post detailed relevant to the problem logs. BR, Nikos - Original Message - From: "Lee Vidor" To: Sent: Friday, March 18, 2011 8:31 PM Subject: Generic HTTP SMSC callback Hi, I am using the generic HTTP SMSC driver for kannel. SMPP clients connect through o

Re: Generic HTTP SMSC callback

2011-03-21 Thread Lee Vidor
I specify the following in the SMSC group in kannel.conf # SMSC CONNECTIONS - GLOBAL FIELDS group = smsc smsc = http smsc-id = MessageSphere system-type = generic port = 13014 send-url = "http://173.1.59.211/smppApi.asmx/SendMT?SubAccountId=%n&Destination=%p&S ource=%P&Encod

Fwd: Generic HTTP SMSC callback

2011-03-21 Thread Lee Vidor
correction for previous post: message gets sent from smpp CLIENT to opensmppbox

DLRs and the http smsc

2011-05-10 Thread Gabor Szucs
Dear Nikos, Rene, Alexander and everyone else, I'm sorry to bother this list and particularly the maintainers with this question, but I'm puzzled about kannel's behavior (or my ignorance) regarding DLRs and the http smsc. I'm trying to set up kannel with opensmppbox to r

test result on http smsc

2012-05-07 Thread Willy Mularto
Hi, After a long time not playing with Kannel, today I just finished a simple HTTP SMSC test set, sent 1000 requests (MO) but Kannel built in HTTP SMSC (just downloaded the latests snapshot source and compile) only receive 487. This inconsistence MO receiver bug still exist since meta_data

HTTP smsc and POST-method

2010-04-16 Thread Antti Karvonen
Hi, I had a case where SMSs aggregator would have wanted to use HTTP interface, and the requests (MO/MT) would have been sent and received using HTTP POST. It seems that Kannel communicates only using GET method, at least when you have selected HTTP SMSC with system-type "ge

HTTP SMSC Fail To Connect

2010-07-15 Thread sangprabv
Hi, I have a situation where Kannel complaints can not connect to an HTTP SMSC, but when I tried to telnet the host and browse the host manually everything is OK? What makes Kannel complaints and how to solve this? Thanks. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/

Re: generic http smsc statuses

2010-07-24 Thread Nikos Balkanas
Hi, Hi, As explained in User's guide. In http smsc, you need a way to determine the status of the pushed SMS: Accepted, Rejected, temporary failure. These are unrelated to HTTP status codes, and here you specify reponse text returned by SMSc for each of these cases. BR,

RE: generic http smsc statuses

2010-07-24 Thread Imran Aghayev
From: nbalka...@gmail.com > To: imran.agha...@hotmail.co.uk; users@kannel.org > Subject: Re: generic http smsc statuses > Date: Sat, 24 Jul 2010 15:53:12 +0300 > > Hi, > > Hi, > > As explained in User's guide. In http smsc, you need a way to determine the &

Re: generic http smsc statuses

2010-07-24 Thread sangprabv
You need to refer to the API from your telco and check how do they response each MT from partners (you). Standard Kannel HTTP SMSC will expect HTTP response body from telco. Some telco uses XML to response MT, while others maybe use HTTP Header responses, or even a SOAP format. So once again

Re: generic http smsc statuses

2010-07-24 Thread Nikos Balkanas
Sent: Saturday, July 24, 2010 6:01 PM Subject: Re: generic http smsc statuses You need to refer to the API from your telco and check how do they response each MT from partners (you). Standard Kannel HTTP SMSC will expect HTTP response body from telco. Some telco uses XML to response MT, while

RE: generic http smsc statuses

2010-07-25 Thread Imran Aghayev
Hi, I've done some tests. Kannel writes to log file if message were rejected probably vy status-permfail-regex parameter. I want smsc to report it back somehow to sme or sqlbox about if message were rejected ot accepted in remote http smsc. How to do it ? Imran > From: nbalka...@g

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

receive DLRs via http smsc

2008-05-21 Thread Bogdan Lucaciu
Hello, looking at "HTTP-based relay and content gateways" [1] . I want to send some MTs via a HTTP SMS provider. I have configured a HTTP smsc and set up the send-url accordingly. Now, is there a way to insert delivery reports from that provider back into kannel? I see the http s

Re: Generic HTTP SMSC configuration

2008-07-01 Thread Stipe Tolj
Eduardo Raad schrieb: I read in the user guide that the generic HTTP SMSC connector should only be used for MT routing, although I configured it as it was a Kannel HTTP SMSC connector and I could receive MO's using the URI /?from=&to=&username=&password=&text=. Is this

Re: SSL on HTTP SMSC

2008-11-18 Thread Stipe Tolj
sangprabv schrieb: > I just enable use-ssl = true in http smsc. When I try to start Kannel, > everything is OK. But when I try to hit the MO URL. Kannel returns this > error: > 2008-11-18 20:42:47 [31684] [1] ERROR: SSL read failed: OpenSSL error 1: > error:0001:lib(0):f

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
eason why dlr is not implemented for http smsc? My provider sends back a unique id when I post the message. Can't I just use this id to pass to dlr_add? The only other piece I am unsure of is how to set kannel up to listen for dlr via http. Should I just add a new method in smsc_http and th

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
eason why dlr is not implemented for http smsc? My provider sends back a unique id when I post the message. Can't I just use this id to pass to dlr_add? The only other piece I am unsure of is how to set kannel up to listen for dlr via http. Should I just add a new method in smsc_http and th

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
eason why dlr is not implemented for http smsc? My provider sends back a unique id when I post the message. Can't I just use this id to pass to dlr_add? The only other piece I am unsure of is how to set kannel up to listen for dlr via http. Should I just add a new method in smsc_http and th

Re: dlr for HTTP smsc

2005-06-07 Thread aleksandar ivanovski
eason why dlr is not implemented for http smsc? My provider sends back a unique id when I post the message. Can't I just use this id to pass to dlr_add? The only other piece I am unsure of is how to set kannel up to listen for dlr via http. Should I just add a new method in smsc_http and th

Re: http smsc with clickatell

2007-04-23 Thread Ben Suffolk
i All I'm trying to setup a link to clickatell. # SMSC HTTP CLICKATEL group = smsc smsc = http smsc-id = XX system-type = clickatell port = 13015 smsc-username = username smsc-password = password send-url = "http://api.clickatell.com/http/sendmsg? what am I missing? Regards Alvaro

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 = clickat

Fwd: http smsc with clickatell

2007-04-24 Thread Alvaro Cornejo
I forget to copy list... -- Forwarded message -- From: Alvaro Cornejo <[EMAIL PROTECTED]> Date: Apr 24, 2007 11:24 AM Subject: Re: http smsc with clickatell To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Hi The link for clickatell is: http://api.clickatell

Using "http smsc" with kannel

2003-07-04 Thread pouet1234
Hi all! We are currently working on using kannel to connect to french operators and to other suppliers. One of the french operators and some of our suppliers use a gateway with an http interface to receive and send sms. Reading the documentation, I understand that kannel can only use http with oth

secure connection to http smsc

2004-12-09 Thread Jeremias Mueller
Hello, I have customized the smsc_http.c to fit the requirements of my smsc. It works fine with normal http requests , but using the https-interface of my smsc fails. 1. Could it be, that compiling with ssl-support actually doesn't affect the traffic to smsbox only, but also the ability to make htt

Kannel HTTP SMSC "Segmentation Fault"

2012-08-30 Thread Willy Mularto
Just compiled the latest svn execute the bearerbox: 2012-08-31 09:54:35 [28393] [0] INFO: HTTP[kannel]: Initiated and ready 2012-08-31 09:54:35 [28393] [8] DEBUG: Thread 8 (gw/smsc/smsc_http.c:httpsmsc_send_cb) maps to pid 28393. 2012-08-31 09:54:35 [28393] [0] DEBUG: Started thread 10 (gw/bb_sms

Multiple HTTP smsc MO bug?

2013-07-16 Thread Brian McCavour
Hi, I have multiple generic http smsc configured, and I just noticed that only the first smsc in the BB configuration seems to work correctly for MO. For instance if I have group = smsc smsc = http system-type = generic smsc-id = A port = 3007 ... group = smsc smsc = http system-type

Re: http smsc - unicode problem

2013-08-22 Thread Felix Obareh
harset=UTF-16&coding=2&text=%FF%FE%09NkQ > > smsc is http and received text value is garbled. When smsc is smpp, the > text value is no problem. > > test.php?text=N%09Qk&to=... > > http smsc configuration > > group = smsc > smsc = http > smsc-id = abc >

SEND SMS VIA HTTP SMSC

2015-10-29 Thread John Njuguna
Hello All, I'm trying to configure kannel to send sms via http smsc but i keep getting "Insufficient args, rejected" error. Someone help me figure out where or what am doing wrong. below is how my kannel.conf looks like. ​​#SMS CENTER GROUP group=smsc smsc=http smsc-id=HTTP po

Parsing DLR from HTTP SMSC

2015-11-18 Thread ha...@aeon.pk
Hi, I am hitting an HTTP SMSC with this configuration: group = smsc smsc = http smsc-id = abc system-type = generic port = 13001 send-url = "http://XXX"; status-success-regex = "Successful" status-permfail-regex = "Invalid" status-tempfail-regex = &quo

HTTP SMSC splitting long SMS

2016-06-22 Thread ha...@aeon.pk
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 parts and sending 2 calls to the SMSC, which in result is sending 2 separate SMS to the handset instead of one concatenated one. I tested the API separ

HTTP SMSC splitting long SMS

2017-04-05 Thread 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 kannel from doing this? Regards, Hamza

RE: DLRs and the http smsc

2011-05-11 Thread James Caradoc-Davies (Strike Media)
10 May 2011 13:52 To: users@kannel.org Subject: DLRs and the http smsc Dear Nikos, Rene, Alexander and everyone else, I'm sorry to bother this list and particularly the maintainers with this question, but I'm puzzled about kannel's behavior (or my ignorance) regarding DLRs and t

Re: DLRs and the http smsc

2011-05-11 Thread Gabor Szucs
ts subject line). I also saw a full opensmppbox config attached to another post to this list where this option was used inside a http smsc with system-type set to 'kannel'. Since I wrote my last message to this list I realized that the DLRs he was referring to work only in the opposite di

Generic HTTP SMSC - MO Foreign ID

2012-01-17 Thread Mohammed Saleem
Dear Kannelers in Kannel 1.5.0 whats the parameter name to submit MO to kannel through HTTP SMSC? When I submit a DLR I can use dlr-mid to pass the foreign id of the MT. But I want to pass the MO, is there a way BR Sleem

Re: test result on http smsc

2012-05-07 Thread Willy Mularto
at 3:01 PM, Willy Mularto wrote: > Hi, > After a long time not playing with Kannel, today I just finished a simple > HTTP SMSC test set, sent 1000 requests (MO) but Kannel built in HTTP SMSC > (just downloaded the latests snapshot source and compile) only receive 487. > T

RE: test result on http smsc

2012-05-07 Thread Rene Kluwen
What happens if you remove sqlbox out of the chain? == Rene From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Willy Mularto Sent: Monday, 07 May, 2012 10:10 To: users@kannel org; kannel_dev_mailinglist de...@kannel.org Subject: Re: test result on http smsc

Re: test result on http smsc

2012-05-07 Thread Willy Mularto
out of the chain? > > == Rene > > From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of > Willy Mularto > Sent: Monday, 07 May, 2012 10:10 > To: users@kannel org; kannel_dev_mailinglist de...@kannel.org > Subject: Re: test result on http smsc >

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: 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 Antti Karvonen
enough: I don't mean sms- service but smsc. Attached the settings: # # #SMSC HTTP# # ##### # group = smsc smsc = http smsc-id = HTTP system-type = generic smsc-username = test smsc-password = test port = 14000 log-file = /tmp/smsc-http.log log-level = 0

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

generic http smsc and delivery reports

2010-07-23 Thread Imran Aghayev
Hi, I have generic http based smsc configured in kannel. How can I make delivery reports working for such smsc and report it back to sme ? Thanks _ http://clk.atdmt.com/UKM/go/19780/di

esme and http smsc delivery report

2010-08-07 Thread Imran Aghayev
I already asked this question but didnt get the solution. It seems that nobody knows how to help me. I have esme client connected to kannel through smppbox. In kannel I have http smsc server. esme client sends a message which is is routed and sent out through http smsc inside kannel. quesiton

Re: receive DLRs via http smsc

2008-05-22 Thread sangprabv
ooking at "HTTP-based relay and content gateways" [1] . > > I want to send some MTs via a HTTP SMS provider. I have configured a HTTP > smsc > and set up the send-url accordingly. Now, is there a way to insert delivery > reports from that provider back into kannel? >

Re: SSL on HTTP SMSC[SOLVED]

2008-11-18 Thread sangprabv
Hi, Thanks for the reply. I have enabled ssl-server-cert-file directive in the core group. And I think we need also to enable ssl-server-key-file directive. And now it works fine. TIA. Willy

HTTP SMSC with the latest CVS

2009-09-15 Thread sangprabv
I found that using the latest CVS cause not all MO received and processed. Is it a bug? Because if I use CVS-20080727 all MO received and processed 100%. I simulated generic and Kannel HTTP SMSC all returns the same problem. TIA Willy

[Fwd: Re: dlr for HTTP smsc]

2005-06-07 Thread Gareth Reakes
eason it was not done accept that it had not been done :) Would you agree a reasonable approach to this would be to add another method to the conndata that could deal with this? If so, when I get a sec I will make the changes. Hey all, Is there any reason why dlr is not implemented for

RE: Using "http smsc" with kannel

2003-07-05 Thread Gagan Chadha
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, July 04, 2003 8:02 PM To: [EMAIL PROTECTED] Subject: Using "http smsc" with kannel Hi all! We are currently working on using kannel to connect to french operators an

RE: Using "http smsc" with kannel

2003-07-05 Thread Nisan Bloch
easy to add different "types" to the http smsc module.. Nisan Regards, Gagan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, July 04, 2003 8:02 PM To: [EMAIL PROTECTED] Subject: Using "http smsc" with ka

RE: Using "http smsc" with kannel

2003-07-06 Thread Gagan Chadha
HI Nisan You may be right in saying there is some information in the docs, however the some information seems to be missing... I am using the user guide 1.3.1...and there is an example of how to use http SMSC on page 114, however some information is missing. Can you throw some more light on the

RE: Using "http smsc" with kannel

2003-07-08 Thread pouet1234
t; absolutely - see the docs > And its very easy to add different "types" to the http smsc module.. > > Nisan > > > >Regards, > >Gagan > > -- __ Sign-up for your own FREE Person

  1   2   >