Re: How to add numbers in blacklist

2013-12-07 Thread Nicolas de Bari Embriz Garcia Rojas
I would suggest to handle it from your side not in Kannel in long term is going to be easy to manage. regards On Sat, Dec 7, 2013 at 8:15 AM, Faizan Mirza wrote: > Hello, > > How to add blacklist numbers so there sms wont deliver from my system i > dont want to block incoming i want to block o

Re: Kannel Start/Stop Restart Script

2013-01-12 Thread Nicolas de Bari Embriz Garcia Rojas
Kannel is not a "point and click" ware. before going further take a break, and think what you are doing. starting up kannel with php is like trying to heat a microwave with matches. 1. PHP is a programming language that can help you to manager your data, but it is not recommended to use PHP for s

Re: Kannel Start/Stop Restart Script

2013-01-12 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, I like to use daemontools, for example, the "run" file for bearerbox could contain something like -- #!/bin/sh exec /usr/local/sbin/bearerbox -v 1 -p /var/run/kannel/bearerbox.pid /usr/home/LAB/kannel/conf/kannel.conf -- regards On Sat, Jan 12, 2013 at 3:04 PM, michael osakede wrote:

Re: Step By Step DLR Kannel ?

2012-11-20 Thread Nicolas de Bari Embriz Garcia Rojas
Also ask to your carrier/provider if they return DLR, some carries (few) don't do it. to check your setup just create a fake smsc within kannel, that could help you check your flow and get some DLR's On Tue, Nov 20, 2012 at 8:49 AM, wrote: > Ok I'll check the logs, > Thank you Willy.. > > Rgds

Re: XML POST, multiple messages to multiple recipients

2012-10-29 Thread Nicolas de Bari Embriz Garcia Rojas
What about DLR's in this cases when sending to multiple recipients and a single sms at the same time? one single DLR per all or each for every recipient ? regards. On Tue, Oct 30, 2012 at 12:57 AM, spameden wrote: > Concatenated? > > It's just a multi-part message to the specified number not t

Re: How to divide traffic in kannel

2012-06-02 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, maybe this post can help you: http://old.nabble.com/Routing-of-outgoing-sms-td19723248.html On Sat, Jun 2, 2012 at 3:06 PM, alok srivastava wrote: > dear > can somebody help me. What are steps to configure in kannel configuration > file. > I have BSNL , DOCOMO etc. SMPPs and i want to delive

Re: our-system-id or opensmppbox-id as an Escape Code

2012-05-17 Thread Nicolas de Bari Embriz Garcia Rojas
'table' is never touched. I haven't debug more in detail but if you guys need something let me know. regards On Thu, May 17, 2012 at 12:37 AM, spameden wrote: > do you use sqlbox at all? > > I didn't get. > > > 2012/5/17 Nicolas de Bari Embriz Garcia Rojas

Re: our-system-id or opensmppbox-id as an Escape Code

2012-05-16 Thread Nicolas de Bari Embriz Garcia Rojas
27;mysql' On Wed, May 16, 2012 at 5:29 PM, Nicolas de Bari Embriz Garcia Rojas wrote: > Hi again, I updated to the latest version (Revision: 4975) after > recompiling kannel/opensmpp I notice that opensmppbox is not storing > the 'DLR' requests on the configured mysql tabl

Re: our-system-id or opensmppbox-id as an Escape Code

2012-05-16 Thread Nicolas de Bari Embriz Garcia Rojas
r solution. > But as said, I will look into the matter. > > == Rene > > -Original Message- > From: Nicolas de Bari Embriz Garcia Rojas [mailto:nb...@backup.sh] > Sent: Wednesday, 16 May, 2012 01:39 > To: Rene Kluwen > Cc: users@kannel.org > Subject: Re: our-system-id

Re: our-system-id or opensmppbox-id as an Escape Code

2012-05-15 Thread Nicolas de Bari Embriz Garcia Rojas
eter that > you can distinguish with. > > I will give this more thoughts. It's an interesting issue. > > == Rene > > -Original Message- > From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf > Of Nicolas de Bari Embriz Garcia Rojas > Sent

our-system-id or opensmppbox-id as an Escape Code

2012-05-15 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, any idea of how to identify an opensmpp box instance that routes traffic to a generic http smsc so that on the send-url parameters I could distinguish from which opensmppbox the request came from, maybe using an escape code % ? Currently I have two opensmppbox instances listening on differ

Re: Mysql storage engine

2012-03-22 Thread Nicolas de Bari Embriz Garcia Rojas
If you need speed (store more than 100 > records per second, give a look to 'INSERT DELAYED' (only MyISAM) later I will suggest to first normalize the DB, and based on your queries made by your frontend/application crete your indexes. either MyISAM/INODB *sql, you will need to implement a queue

Re: Multi-Part SMS

2012-01-18 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, give a try to: max-messages = 10 concatenation = true On Wed, Jan 18, 2012 at 12:44 PM, michael osakede wrote: > Hi, > > What do i need to add to my kannel config to enable me deliver multi-par sms > ie 400chars message as one message and not split message? > I am sending the messages via SQ

NAT -->IPSEC VPN --> smsc

2011-09-08 Thread Nicolas de Bari Embriz Garcia Rojas
Hi guys, first at all, sorry if this is kind 'of-topic' but I thing that maybe some of you have already passed the following situation, and would like to know your feedback. I made a connection to a SMSC center of an operator for that require a VPN IPSEC. the flow is something like this: 172.16.

system-type on MO

2011-08-19 Thread Nicolas de Bari Embriz Garcia Rojas
Any idea of how to get the system-type on an MO via the get-url? regards.

Re: how to manage queues

2011-08-15 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, maybe it is not a real queue solution, but a simple php script for parsing the GET/POST params and store the messages on a database could work on most cases; using the same script to generate the reply 'MT' could work but be careful since if the scripts takes a lot of time to finish/process the

Re: gsm7 send messages > 140 <=160 chars length

2011-05-23 Thread Nicolas de Bari Embriz Garcia Rojas
nary. I.e. for Greek: > > &text=abcdΑΒΓΔΕΖ&coding=0&charset=iso-8859-7&alt-dcs=1 > > and comment out alt-charset in your configuration. > > BR, > Nikos > - Original Message - From: "Nicolas de Bari Embriz Garcia Rojas" > > To: "Niko

Re: gsm7 send messages > 140 <=160 chars length

2011-05-22 Thread Nicolas de Bari Embriz Garcia Rojas
You should provide iso or > utf-8 text urlencoded. Why your mobile doesn't display it correctly, it is a > question of either your mobile's settings, or your SMScs. > > BR, > Nikos > ----- Original Message - From: "Nikos Balkanas" > To: "Nicolas

Re: gsm7 send messages > 140 <=160 chars length

2011-05-22 Thread Nicolas de Bari Embriz Garcia Rojas
2011/5/21 Nikos Balkanas : > Hi, > > I saw that. But you never posted your submit_sm PDU from that attempt. > Something else might be wrong. Please do. > > BR, > Nikos > - Original Message - From: "Nicolas de Bari Embriz Garcia Rojas" > > To: "

Re: gsm7 send messages > 140 <=160 chars length

2011-05-20 Thread Nicolas de Bari Embriz Garcia Rojas
t know access log that well, it may be > mistaken. > 3) Correct sendsms to send as GSM is: > > text=%00%7D%05&coding=0&alt-dcs=1 > > Use alt-dcs if you have alt-charset in your smsc configuration and want to > force gsm. > > BR, > Nikos > - Original Mes

gsm7 send messages > 140 <=160 chars length

2011-05-20 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, this topic has been discussed several times, but I still haven't found how to properly send messages > 140 <= 160 char length including only the GSM 03.38 charset. for example, how to send a text messages of 160 characters including only chars like @ ñ é. I updated my sources to the lates

Re: Recommended Operative System for Kannel

2010-06-29 Thread Nicolas de Bari Embriz Garcia Rojas
Hi I mean this one: svn co https://svn.kannel.org/gateway/trunk regards. On Jun 29, 2010, at 4:10 PM, Aldo Zavala wrote: > Thanks, what you mean by 'trunk version' ? what is it? > > > Thanks, > > Aldo Zavala > > > > - Original Message ---

Re: Recommended Operative System for Kannel

2010-06-29 Thread Nicolas de Bari Embriz Garcia Rojas
On FreeBSD 8/7 (amd64) runs grate just use gmake and try the trunk version, then the following when compiling: $./configure --enable-docs=no --with-malloc=native --enable-start-stop-daemon=no --prefix=/usr/local --with-cflags=-g --with-libs=-lpthread gmake gmake install On Jun 29, 2010, at

Re: freebsd amd64 segmentation fault

2009-03-13 Thread Nicolas de Bari Embriz Garcia Rojas
e gmake install It it helps I can prepare a jail(vps) so you can test and try to debug thanks again. regards On Mar 13, 2009, at 4:36 PM, Stipe Tolj wrote: Nicolas de Bari Embriz Garcia Rojas schrieb: Hi all, any idea of what parameters pass in the ./configure or how con compile kannel

freebsd amd64 segmentation fault

2009-03-12 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, any idea of what parameters pass in the ./configure or how con compile kannel so it can work in freebsd amd64 arch ? I am trying to run 1.4.3 version it compiles fine but when trying to run it i get a segmentation fault, in both smsbox and bearerbox. any ideas ? regards. PGP.sig

Re: Kannel 1.4.1-2 Greek Character Set

2008-01-14 Thread Nicolas de Bari Embriz Garcia Rojas
Try this $str = 'áéíóú ñ œ∑åΩ≈ç' $utf8 = (pack('H*', strrev(chunk_split(strrev(bin2hex(utf8_decode($str))), 2, '00'; $msg = urlencode($utf8); later just use coding=2 for sending the sms ...cgi-bin/sendsms?user=user&password=pass&coding=2&txt=$msg This will send the $str in UTF8 the prob

Re: charset=iso-8859-1 & coding=1

2007-09-16 Thread Nicolas de Bari Embriz Garcia Rojas
try it. Otherwise the first thing to test it to "encode" the text you put in the http request! Hope that helps -Original Message----- From: Nicolas de Bari Embriz Garcia Rojas [mailto:[EMAIL PROTECTED] Sent: dimanche 16 septembre 2007 21:46 To: info.ubichip Cc: users@kannel.or

Re: charset=iso-8859-1 & coding=1

2007-09-16 Thread Nicolas de Bari Embriz Garcia Rojas
No, do you mean to send an empty text and all the coded string on the udh (160chars) ? regards On Sep 15, 2007, at 11:50 PM, info.ubichip wrote: Hi, Did you try to make it as encoded in the UDH ? br -Original Message- From: Nicolas de Bari Embriz Garcia Rojas [mailto:[EMAIL

charset=iso-8859-1 & coding=1

2007-09-15 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, I am trying to send some accented words, for doing that i use the following url http://khost:kport:/cgi-bin/sendsms? user=user&password=pass&to=9911223344&text=áéíóú&smsc=BETA&charset=iso-8 859-1&coding=1 kannel sends the text áéíóú coded but some nokia phones (n73) when receiving

UTF-16/UCS-2

2007-09-10 Thread Nicolas de Bari Embriz Garcia Rojas
I am coding my outgoing message to use UCS-2 so i can send accents and latin characters like ñ, but the length of the coded string is 4 times the orignal text, for example: If i code this: "Hello this is a test" 20 chars the output that i sent to the operator is: "00480065006c006c006f00200

Re: Kannel List in spanish.

2007-04-13 Thread Nicolas de Bari Embriz Garcia Rojas
yo me apunto. On Apr 13, 2007, at 8:10 PM, Juan Nin wrote: Yes, I also think it's a good idea! And Alejandro's point is a good one too... It should be limited to support Dale gas! :) Alejandro Guerrieri wrote: Count me in! The only concern I have is about redundant issues showing up on di

Re: email2sms.pl script

2007-04-03 Thread Nicolas de Bari Embriz Garcia Rojas
You can use something like procmail and based on some rules make some kind of alerts . On Apr 3, 2007, at 3:23 PM, Alvaro Cornejo wrote: Hi Does anyone has this script ? and some instructions on how to use it? I've been googling arround and it is not available anymore on the web www.easit

activemq

2007-03-23 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, does some one have used activemq for messaging queuing? or some other open source tool for queing the messages? regards.

change sender for wap push PPG

2007-03-15 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, how can i change the sender when using PPG, right now all the wap pushes that i send have the sender set to 1234 any ideas? regards

DRM Forward lock

2007-03-05 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, how can i send content with drm forward lock wrapper using php ? I send a wap push via sms to something like k9.cx/test.dm, the dm file is a php scrip that contains this: header("Content-type: application/vnd.oma.drm.message; boundary=boundary-1"); print("--boundary-1\n"); print("Co

to many incoming messages

2006-02-02 Thread Nicolas de Bari Embriz Garcia Rojas
recently i received to many messages per second on kannel, the problem that i had is that my applications could not handle to many open connections so in the inner of looking for a queue manager for kannel I thought that maybe i could install 2 instance of kannel, one for making the connect

limit the incoming throughput

2006-02-02 Thread Nicolas de Bari Embriz Garcia Rojas
Any idea on how to limit the incoming throughput? regards

queue manager for incoming connections

2006-02-01 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, any idea of what software or utility can be used for queuing all the incoming messages, I am having problems processing many incoming petitions, kannel works perfect it passess all the incoming connections seding them to a php code for dispatching the requests using get-url but when

kannel LDAP

2006-01-20 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, I use kannel + mysql + php for delivering content but I would like to know if some one here uses ldap for serving the content, if some one does or has any reference for doing it, I will appreciate any info related to ldap + kannel. regards.

Re: could you please help me guys ............!!!!! ( PPG - Kannel )

2006-01-16 Thread Nicolas de Bari Embriz Garcia Rojas
Juan, some Motorola's come with "browser messages" off, that is why the phone seems not to receive the WAP you should configure the phone for allowing the "browser messages" regard. On Jan 16, 2006, at 12:06 PM, Juan Nin wrote: Well I could make it work now!!! :) Actually I knew about th

Re: Enconde Ringtones for CDMA

2005-09-22 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, just has you say, that are my current problems that only with the nokia phones the SCKL format is working, any idea of how to make them work for none nokia phones. (samsung, motorola) regards. On Sep 22, 2005, at 7:19 PM, Alejandro Guerrieri wrote: Keep in mind that not all terminals

Re: Enconde Ringtones for CDMA

2005-09-22 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, yes i was able e to send ring-tones over CDMA i still having some problems on CDMA i use something like this: $msg = urlencode('//SCKL1581 024A3A5DD195C5D5A5B1840400272292312142D020C2D021029021030C29020C2102D020 C21023020C00'); and for GSM i use something like this: $udh="%06%05%04%

wap sending jpg images

2005-08-27 Thread Nicolas de Bari Embriz Garcia Rojas
hi all, sorry if this is a little of topic but I hope some out there can give some help. I have configured kannel for sending wap messages and works fine, but now I have another problem and would like to know if some one could give me a tip or hint for solving the following issue: I am u

Solution: stop sending SMS from all connections

2005-08-15 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, the solution for this issue was to add the %i field to the get-url option on the sms-service: group = sms-service keyword = default get-url = http://127.0.0.1/get.php?from=%p&to=%P&body=%a&smsc_id=%i catch-all = true max-messages= 0 then on my application for sending sms i add the smsc

Re: stop sending SMS from all connections

2005-08-10 Thread Nicolas de Bari Embriz Garcia Rojas
et you up and running: group = smsc smsc = smpp smsc-id = mysmsc allowed-smsc-id = "mysmsc" Hope it helps, Alejandro On 8/9/05, Nicolas de Bari Embriz Garcia Rojas <[EMAIL PROTECTED]> wrote: The bearerbox access log file show something like this when the allowed-sms-i

Re: stop sending SMS from all connections

2005-08-09 Thread Nicolas de Bari Embriz Garcia Rojas
erguide for details and see below: On 8/9/05, Nicolas de Bari Embriz Garcia Rojas <[EMAIL PROTECTED]> wrote: Hi, this is my conf, hope you can help me with this issue. regards. group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar status

Re: stop sending SMS from all connections

2005-08-09 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, after putting the allowed-smsc-id= where is the smsc-id, kannel now don't found a router I get the following logs:2005-08-09 15:58:26 [4453] [8] WARNING: smsbox_list empty!2005-08-09 15:58:26 [4453] [8] WARNING: smsbox_list empty!2005-08-09 15:58:29 [4453] [16] INFO: Client connected f

Re: stop sending SMS from all connections

2005-08-08 Thread Nicolas de Bari Embriz Garcia Rojas
documentation on "allowed-smsc-id" and "denied-smsc-id".   Hope it helps,   Alejandro  On 8/9/05, Nicolas de Bari Embriz Garcia Rojas <[EMAIL PROTECTED]> wrote: Hi all, I have  configured kannel with various 'smsc' groups, eachgroup has is own sms-id, sms-username an

stop sending SMS from all connections

2005-08-08 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, I have configured kannel with various 'smsc' groups, each group has is own sms-id, sms-username and sms-password, etc all the messages arrive correctly to each group, I have only one 'group = sendsms-user', and when I send a SMS that comes in for example to sms- id = kannel se

Re: Receiving a message twice

2005-07-16 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, I had a similar problem, my solution was to put: max-messages= 0 on the group = sms-service, hope this can help you. regards On Jul 16, 2005, at 3:03 PM, Mia wrote: Hello. I've been going around searching for configuration similar to the hardware I have and specific things I want fr