Issue with bearerbox

2013-02-07 Thread michael osakede
Hi, I have setup an sms service group = sms-service keyword = default get-url = "http://localhost/insms/insms.php?sender=%p&text=%b&to=%P"; accept-x-kannel-headers = true max-messages = 3 concatenation = true catch-all = true accepted-smsc = "xxx;xxx1;xxx2;xxx3" omit-empty = true and correspond

SMS-Service URL Decode-PHP

2013-02-07 Thread michael osakede
Hi, Please can anyone help with a php code to decode email addresses. please see sample ?sender=%2B2348051154967&text=john%C2%A7best%C2%A1yahoo.com+&to=33180 i want to convert text to john_b...@yahoo.com. Right now i just endup with  john??b...@yahoo.com" (non-printable character)- from my mail

Re: Issue with bearerbox

2013-02-07 Thread Willy Mularto
Do you use current version with SQLBox configured to service MO? If yes then it could be thee old bug still there. SlyDroid On Feb 7, 2013 7:44 PM, "michael osakede" wrote: > Hi, > > I have setup an sms service > > group = sms-service > keyword = default > get-url = "http://localhost/insms/insms

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Willy Mularto
Use url_decode($_GET['text']) SlyDroid On Feb 7, 2013 8:05 PM, "michael osakede" wrote: > Hi, > > Please can anyone help with a php code to decode email addresses. > please see sample > > ?sender=%2B2348051154967&text=john%C2%A7best%C2%A1yahoo.com+&to=33180 > i want to convert text to john_b...@

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread michael osakede
thanks but that resulted in  Test??mcv.Com, i sent t...@mcv.com. any more ideas? From: Willy Mularto To: michael osakede Cc: "kannel users@kannel.org" Sent: Thursday, February 7, 2013 2:08 PM Subject: Re: SMS-Service URL Decode-PHP Use url_decode($_GET[

Sample Kannel Config

2013-02-07 Thread michael osakede
Hi, I noticed that not all meessages coming into this smsc is forwarded to the sms-service, it is selective and i cannot figure out why. can anyone tel me what am doing wrong in my config below I want to do this Receive SMS via SMPP=>SMS-Service=>SMPP=>Subscriber below is my smsc config # SMSC S

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Singularnet
What about rawurldecode ? On Thursday, February 7, 2013, michael osakede wrote: > thanks but that resulted in > Test??mcv.Com, i sent t...@mcv.com 't...@mcv.com');>. > > any more ideas? > > > Use url_decode($_GET['text']) > SlyDroid > On Feb 7, 2013 8:05 PM, "michael osakede" 'cvml', 'ire...@yah

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Kenny
Michael, It appears like this query belongs to a PHP community and not for the Kannel group. In any case, something looks wrong here because "john_b...@yahoo.com" is NOT "john%C2%A7best%C2%A1yahoo.com" even when you URL encode it. If all is right with the input from the mobile, then *rawurlencod

Kannel + Mongodb

2013-02-07 Thread Himanshu Matta
Hello, Please helpl me to solve the issue. When I Configure kannel with mongodb I get this error. for dir in gw gw/smsc gwlib test utils wmlscript checks wap radius; do \ for file in $dir/*.c; do \ gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES=

Re: AW: SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-07 Thread David Szanto
Hi everyone! First off, thanks for all the helpful comments regarding this issue. In the end, the problem was the SMSC. We where using an SMSC Simulator to carry out the functional and load test. Que delay time for the transition of each message state was set to "0". Due to this, Bearerbox w

Re: Kannel + Mongodb

2013-02-07 Thread Victor Miclovich Amooti
Are you using this mirror; https://github.com/romanbsd/kannel-mongodb ? It looks experimental but might be helpful. Victor