Re: Multiple HTTP smsc MO bug?

2013-07-22 Thread Brian McCavour
If anyone has questions, let me know. == Brian ____ From: Brian McCavour To: Alvaro Cornejo Cc: "users@kannel.org" Sent: Tuesday, July 16, 2013 1:27:51 PM Subject: Re: Multiple HTTP smsc MO bug? Hi, The traffic through the smsbox is workin

Re: Multiple HTTP smsc MO bug?

2013-07-16 Thread Brian McCavour
seen this issue before...? Thanks Brian ____ From: Alvaro Cornejo To: Brian McCavour Cc: "users@kannel.org" Sent: Tuesday, July 16, 2013 12:17:18 PM Subject: Re: Multiple HTTP smsc MO bug? Hi Can you post some logs and your send-sms box? The reply is an autoreply from

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

Discard unknown MO messages

2013-06-21 Thread Brian McCavour
Hi, I was wondering if there was a way that I can discard unknown MO messages. For me a message is known when it does not have an entry in the shordcodes list for a smsbox-route config group. There is no consistent pattern, prefix, etc... to the numbers I am receiving. Thanks, Brian

Route to specific smsbox withought shortcode

2013-03-28 Thread Brian McCavour
Hi Everyone, I have Kannel configured to access my web service which has multiple modules, lets call them A, B, C. So I've setup 3 dedicated smsboxes, one for each module. A and B have operator shortcodes assigned to them, so I configured a smsbox-route to route all A and B messages to their own

Re: Kannel crash not in log files

2013-03-08 Thread Brian McCavour
Ok, I'll take a look. So there is no way to specify a log file for this logging? From: Alexander Malysh To: Brian McCavour Cc: "users@kannel.org" Sent: Friday, March 8, 2013 3:30:21 AM Subject: Re: Kannel crash not in log files Hi

Kannel crash not in log files

2013-03-07 Thread Brian McCavour
Hi, When I run an instance directly from the promp (/smsbox myconfig.conf) if it fails to launch, or crashes, then I will see the error right away, for instance this smsbox startup: 2013-03-07 17:43:11 [31163] [0] ERROR: Group 'sendsms-user' may not contain field 'global-sender'. 2013-03-07 17

Re: start-stop-daemon with --background flag or -d flag for bearebox

2013-01-30 Thread Brian McCavour
there thanks to some of you guys answering my many questions. Thanks again. Brian ____ From: spameden To: Brian McCavour Cc: Alexander Malysh ; "users@kannel.org" Sent: Wednesday, January 30, 2013 11:20:16 AM Subject: Re: start-stop-daemon wi

Re: start-stop-daemon with --background flag or -d flag for bearebox

2013-01-30 Thread Brian McCavour
Oh wow, after 3 days of trying to tweak other peoples scripts and make my own, all it took was to put the full paths like you said. Thanks so much! Brian From: Alexander Malysh To: Brian McCavour Cc: "users@kannel.org" Sent: Wednesday, Januar

start-stop-daemon with --background flag or -d flag for bearebox

2013-01-29 Thread Brian McCavour
Hi, Starting from the 1.4.3 source I configured/compiled: sh configure --enable-start-stop-daemon make Now when I run from utils/ ./start-stop-daemon --start --exec ../gw/bearerbox -- ../kannel.config/kannel.conf It works fine but executes in the shell. When I run with --backgorund it return

Re: configure script failing on libxml2

2013-01-21 Thread Brian McCavour
Yep that worked, thx! From: Tapan Kumar Thapa To: Brian McCavour Cc: users@kannel.org Sent: Friday, January 18, 2013 10:06:07 PM Subject: Re: configure script failing on libxml2 Or may be Yum install libxml2-devel* On Jan 19, 2013 3:56 AM, "

configure script failing on libxml2

2013-01-18 Thread Brian McCavour
Hi, I installed kannel successful on my machine, but when I just installed it on my jenkins machine, I am getting getting an error finding the libxml2. # ./configure Configuring for Kannel gateway version 1.4.3 ... Running system checks ... Checking for libxml2 support ... checking for

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
n the body content. Then the omit-empty rule is ignored as the content is no longer empty. Cleanup up my loopback a bit and works fine now. Thx again guys. Brian ____ From: Brian McCavour To: Juan Luis Gómez Correa ; Rene Kluwen ; "users@kannel.org" Sent:

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
Ah clever, that worked. I'll still need to find a way to make omit-empty work though, for the case where sometimes its needed and sometimes not. Thanks a lot guys. From: Juan Luis Gómez Correa To: Brian McCavour ; Rene Kluwen ; "users@kannel.o

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
    if (trans != NULL && urltrans_omit_empty(trans))     return 0;     else     msg->sms.msgdata = octstr_duplicate(reply_emptymessage);     } From: Brian McCavour To: Rene Kluwen ; "users@kannel.org" Sent: Tuesday, Janua

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
That's what I tried first, but I then get a msg sent to bearerbox with "Could not fetch content, sorry." Is there anther flag I'm missing in the bearebox or something? From: Rene Kluwen To: 'Brian McCavour' ; users@kannel.

block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
Hi, I just configured MO routing for the first time (using a http smsc and 2 smsboxes) I am wonderig if there is a way to prevent responses from sms-service from being sent back through the bearerbox. Basically I am seeing (not sure about 1-2 of the ack orders but in general...): 1 - request to

Re: MO routing

2013-01-10 Thread Brian McCavour
_____ From: Brian McCavour To: Willy Mularto Cc: "'users@kannel.org'" Sent: Wednesday, January 9, 2013 9:34:02 PM Subject: Re: MO routing I was thinking somehow it would save me a mapping in the client, but I guess I would still need to map the shortcodes in the clie

Re: MO routing

2013-01-09 Thread Brian McCavour
hrough the 1 channel between smsc and smsbox, seems like I'd acheiver higher tps by just bouncing back out. What do you think ? From: Willy Mularto To: Brian McCavour Cc: "'users@kannel.org'" Sent: Wednesday, January 9, 2013 9:01:3

MO routing

2013-01-09 Thread Brian McCavour
Hi folks, I am using Kannel for SMS only, and I have HTTP interfaces on both sides. For SendSMS, I configured user groups to route the MT to specific http smsc based on username field. Now I'm working on the MO part. Originally I wanted to route the MO traffic by setting up separate smsboxs each

Routing MO options

2012-12-17 Thread Brian McCavour
Hi, I am just trying to get a better understanding of MO msg routing for sms kannel. First of all, the sms-services seem to be the primary service routing mechanism, using "keywords". Are these keywords meaning the text content of the SMS itself? Is there no way to use some other param inste

Re: Route SendSMS to specific SMSC ("forced-smsc" ?)

2012-12-13 Thread Brian McCavour
Perfect, that worked, thanks! From: Juan Luis Gómez Correa To: Brian McCavour ; "users@kannel.org" Sent: Thursday, December 13, 2012 4:43:09 PM Subject: Re: Route SendSMS to specific SMSC ("forced-smsc" ?) Hi, try adding  allowed-sms

Route SendSMS to specific SMSC ("forced-smsc" ?)

2012-12-13 Thread Brian McCavour
I've setup 2 sendsms-user groups, and 2 http smsc, and I am trying to get group A to hit only SMSCA and group B to pass through only SMSCB, but the "forced-smsc" doesn't seem to be working. when I call: /cgi-bin/sendsms?username=provider1&password=pwd&to=0123456&from=88&text=Hello+world

http post content through smsc

2012-12-12 Thread Brian McCavour
Hi, Is there a way I can post body content via kannel/generic http smsc ? I not that you can configure an sms-service for MO msg, with a post-url, so I was also wondering, if not that way, then maybe by creating a kind of loopback, but pointing an http SMSC back at itself, and using an sms-servi