Re: Modifying destination address when acting as ESME

2016-02-23 Thread Juan Nin
Is that bind specific for just Netherlands? If so you could hardcode the country code on the sms-service using %2B31%p On Tue, Feb 23, 2016 at 9:36 PM, SA wrote: > Hi, > > I have a kannel system running that connects to multiple providers. The > majority of the

Re: DLR Q Incresing

2016-02-11 Thread Juan Nin
exactly On Sat, Feb 6, 2016 at 2:06 AM, Robin C <ro...@zincron.co.in> wrote: > Hi Juan, > > Thank you so much for your information. Those queued > ones contain the contents of of group = dlr-db in the kannel configuration > ? > > On Sat, Feb 6, 201

Re: delivery report for each part of long sms

2016-02-11 Thread Juan Nin
If you're letting Kannel split the message itself, then you will only receive a single DLR, since once a final status DLR is received, it's info is deleted from Kannel and following DLRs would not match against anything. >From a conceptual side, it also seems fine, since you submitted a single

Re: DLR Q Incresing

2016-02-05 Thread Juan Nin
Hi Robin! Those queued ones are not DLRs that you have received, it's the info that Kannel stores (on this case in MySQL) so as to be able to process DLRs. So, when you receive a DLR from the remote SMSC, Kannel will search in MySQL for a record that matches. Those records are deleted when you

Re: ERROR due to Delivery Reports from different smsc-id

2014-04-26 Thread Juan Nin
Use the same smsc-id on all of them, but different allowed-smsc-id on each. That way the DLRs will all use the smsc-id, but you use the allowed-smsc-id to route your MTs. Also use smsc-admin-id so that you can start/stop/whatever each bind individually Regards On Thu, Apr 24, 2014 at 10:49 AM,

Re: ERROR due to Delivery Reports from different smsc-id

2014-04-26 Thread Juan Nin
like that should work. Am I understanding your suggestion properly? Thanks! Jeff On Apr 26, 2014 10:26 AM, Juan Nin jua...@gmail.com wrote: Use the same smsc-id on all of them, but different allowed-smsc-id on each. That way the DLRs will all use the smsc-id, but you use the allowed

Re: troubleshooting MT queuing in Kannel / MT queue persistence question

2014-03-11 Thread Juan Nin
Have you discarded hard drive issues? On Tue, Mar 11, 2014 at 4:48 PM, Jeff Thorn j...@thorntechnologies.comwrote: Thanks spamden. 1 and 2 seem fine. We are working on 3 and 4. I don't know what would have caused the sudden change in throughput when everything was working fine. But I will

Re: Problem with TLV

2014-02-27 Thread Juan Nin
Try using type = nulterminated instead of type = octetstring On Thu, Feb 27, 2014 at 3:05 PM, Alejandro Woywood alejan...@amnesiagames.cl wrote: Hi, can you please help me? I'm trying to send SMS with TLV through the operator Claro Chile, but I keep receiving this error:

Re: Problem with TLV

2014-02-27 Thread Juan Nin
connection.. I not sure if that is better or worse :-) 2014-02-27 16:54 GMT-03:00 Juan Nin jua...@gmail.com: Try using type = nulterminated instead of type = octetstring On Thu, Feb 27, 2014 at 3:05 PM, Alejandro Woywood alejan...@amnesiagames.cl wrote: Hi, can you please help me? I'm trying

Re: sequence_number not unique

2013-10-03 Thread Juan Nin
sequence_number is unique per bind, not per SMSC, and the typical implementation is that it is a monolithically increasing number. So if you have multiple binds to the same SMSC you won't have just a few clashes but almost all of them will clash :) If via the same bind you send the same

Re: Setting esm-class

2013-08-12 Thread Juan Nin
And it's not esm_class, but esm-class From http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html : esm-class number Change the esm_class parameter sent from Kannel. Accepted values are 0 (Default SMSC Mode) and 3 (Store and Forward). Defaults to 3. On Mon, Aug 12, 2013 at

Re: Question about using DLR's and the dlr.php script

2013-08-07 Thread Juan Nin
You need to setup your own webserver with whatever script you want to use to process the DLRs in the way that works for you, using the programming language of your choice. Regards. On Wed, Aug 7, 2013 at 10:49 AM, Rene Wijninga r.wijni...@gmail.com wrote: Hi list, ** ** Please forgive

Re: DLR expiration

2013-08-06 Thread Juan Nin
Internal DLR storage is not the ideal on a production environment. Upon a Kannel restart or crash you will lose all your DLR information... Using a DB for their storage is much better. Depending on the traffic you got, the DLR table in database might grow considerably too, but if you need to

Re: Does the introduction of Plivo Framework make Kannel obsolete?

2013-07-31 Thread Juan Nin
It's a completely different product, with a completely different audience :) On Tue, Jul 30, 2013 at 10:49 AM, spameden spame...@gmail.com wrote: tbh I hate cloud word. I've just checked code on github to me it seems like some python app to send sms/voice/etc through their cloud platform?

Re: Routing Based on Source Address

2013-05-06 Thread Juan Nin
You need to do it at application level, not Kannel On Fri, May 3, 2013 at 11:18 AM, Mike Nwaogu michael_nwa...@yahoo.comwrote: Thanks for getting back Alvaro, Yes, I tried that but it only addresses routing for the destination numbers. I'm trying to restrict the sender address, which in some

Re: editing service-type at each SMS

2013-05-02 Thread Juan Nin
From the Kannel User Guide: binfo string Optional. Billing identifier/information proxy field used to pass arbitrary billing transaction IDs or information to the specific SMSC modules. For EMI2 this is encapsulated into the XSer 0c field, for SMPP this is encapsulated into the service_type of

Re: TLV via HTTP

2012-12-19 Thread Juan Nin
Set the smsc to debug level and check the PDU dumps to see if you're really receiving the TLVs On Tue, Dec 18, 2012 at 1:14 PM, Artem Chekulaev slon...@gmail.com wrote: I receive messages with TLV and route them to sms-service, but can’t see any TLV in GET query. Did I something wrong?

Re: What is the best java smpp api

2012-11-30 Thread Juan Nin
memleaks and very slow speed and huge demand for memory/cpu resourcers. kannel has few issues too, but it has nice documentation and can be fixed for specific usage althrough you'd need to learn a lot about it's architecture 2012/11/30 Juan Nin jua...@gmail.com What about using Kannel

Re: What is the best java smpp api

2012-11-29 Thread Juan Nin
What about using Kannel instead?? ;) On Thu, Nov 29, 2012 at 11:37 PM, tan...@yahoo.com wrote: Hi, I would like to use open source java api to write client connecting to smpp server. I google a few. What is the best and robust open source api out there ? Chen Yee Sent by DiGi from my

Re: Kannel Per SMSC

2012-11-01 Thread Juan Nin
No, right now the patch only applies to smsc groups. IMHO tlv groups should be added too (I believe Stipe has plans about working on that part too). sms-service definitions are part of smsbox which does not have a graceful restart yet. On Thu, Nov 1, 2012 at 7:22 PM, spameden spame...@gmail.com

Re: php Wap push help

2011-09-21 Thread Juan Nin
the text to the next line when it is long. could that be the cause of the problem? On Tue, Sep 20, 2011 at 11:16 PM, Juan Nin jua...@gmail.com mailto:jua...@gmail.com wrote: Do you have these lines that on your email look like more than 1 line each as 1 line or more than 1 line

Re: php Wap push help

2011-09-21 Thread Juan Nin
of the problem? On Tue, Sep 20, 2011 at 11:16 PM, Juan Nin jua...@gmail.com mailto:jua...@gmail.com wrote: Do you have these lines that on your email look like more than 1 line each as 1 line or more than 1 line? (should be 1) '!DOCTYPE pap PUBLIC -//WAPFORUM//DTD PAP 1.0//EN'.\r\n

Re: php Wap push help

2011-09-20 Thread Juan Nin
Do you have these lines that on your email look like more than 1 line each as 1 line or more than 1 line? (should be 1) '!DOCTYPE pap PUBLIC -//WAPFORUM//DTD PAP 1.0//EN'.\r\n. 'address address-value=WAPPUSH= +'.$country_code.$phone.'/TYPE=p...@ppg.nokia.com/'.\r\n\t. 'quality-of-service

Re: Wrong setting on Kannel Mailing List?

2011-08-21 Thread Juan Nin
The good or not good depends on each person... There's always debate on this topic on every mailing-list, where some people claim one way is the correct or better one, and some people claim it's the other one, and each of them have their good reasons... Search on google and you'll find tons

Re: Wrong setting on Kannel Mailing List?

2011-08-21 Thread Juan Nin
. For example, Juan, you only received this once right? Cheers, Iain On Sun, 21 Aug 2011, Juan Nin wrote: The good or not good depends on each person... There's always debate on this topic on every mailing-list, where some people claim one way is the correct or better one, and some people claim

Re: Wrong setting on Kannel Mailing List?

2011-08-21 Thread Juan Nin
Milan, I don't take it as an offense at all, not sure what you understood with my reply, but it was not directed to you at all, was directed to Wendy the original poster :) On 8/21/11 3:55 PM, Milan P. Stanic wrote: On Sun, 2011-08-21 at 11:08, Juan Nin wrote: The good or not good depends

Re: SMS with a link

2011-08-02 Thread Juan Nin
http://www.blogalex.com/archives/12 On 8/2/11 8:55 PM, Hammad wrote: Hi All, With kannel connected to an SMSC, I want to send an sms text like; Image is available, click *here * * * *where, here is a hyperlink to a web address.* * * * * can here be a solution to achieve this without WAPbox?

Re: Behavior of multiple binds with the same smsc-id

2011-05-26 Thread Juan Nin
It will load balance. I believe it does it on a round robin fashion On Thursday, May 26, 2011, Garth Patil garthpa...@gmail.com wrote: Hi All, I have a question I was unable to reconcile from the documentation regarding the behavior of multiple binds with the same smsc-id. I have 2 pairs of

Re: Behavior of multiple binds with the same smsc-id

2011-05-26 Thread Juan Nin
You're right! On Thursday, May 26, 2011, Rene Kluwen rene.klu...@chimit.nl wrote: Yes, it will load balance. But as far as I recall, not in a round robin fashion. Messages will be sent to the smsc with the least messages in queue. Which will always be the first one, if load is low. == Rene

Re: SQLBOX

2011-05-25 Thread Juan Nin
Alejandro Guerrieri made some tests using Sybase DB some time ago which worked fine. http://old.nabble.com/-ANNOUNCE--New-Sqlbox-version%3A-0.7.2-td23629351.html On Wednesday, May 25, 2011, Rene Kluwen rene.klu...@chimit.nl wrote: I know when I first made sqlbox, it did have freetds

Re: Kannel and SS7

2011-05-05 Thread Juan Nin
Ok, but from Kannel's point of view it's still SMPP. What I meant is that Kannel can not talk SS7 directly. :) On Thursday, May 5, 2011, Stipe Tolj s...@tolj.org wrote: Am 04.05.2011 20:59, schrieb Juan Nin: No, it can't well, don't want to foul Juan hard here ;) but yes, it could

Re: Kannel and SS7

2011-05-04 Thread Juan Nin
No, it can't On Wednesday, May 4, 2011, michael osakede ire...@yahoo.com wrote: Hi All, Can kannel be used with an SS7 gateway as against the regular SMPP servers? Please any help is welcome Regards,Michael

Re: SMPP over SSL

2011-04-27 Thread Juan Nin
I believe it's: ssl-client-certkey-file Seems to be missing on the User Guide though, it's only shown as for HTTPS relative stuff. On Tuesday, April 26, 2011, Garth Patil garthpa...@gmail.com wrote: Hi, I'm unable to find documentation in the User Guide on how to set up SMPP to use SSL. The

Re: Kannel SMS sending speed

2011-04-24 Thread Juan Nin
What DB engine are you using, and what table type? On Sun, Apr 24, 2011 at 6:01 AM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My kannel speed of sending SMS is varying randomly. Over the past 12 months, I have observed very carefully about the factors affecting the speed. Let me share the

Re: Commercial smppbox

2011-04-15 Thread Juan Nin
Contact Stipe Tolj s...@tolj.org, he's the main one in charge of the Kannel project and is the author of smppbox. The Elite SMS Gateway is a package that includes smppbox and also some web administrative interfaces (not sure if anything else, their site has the details), they have partnered with

Re: smpp throughput

2011-04-12 Thread Juan Nin
What Kannel version are you using? I believe that up until 1.4.3 there were still issues with throughput which were finally fixed on CVS (now SVN) On Tue, Apr 12, 2011 at 2:13 AM, Konstantin Vayner pon...@appcell.net wrote: Hi List, When configuring thoughput for smpp connections, what may

Re: explain push sms ppg

2011-03-18 Thread Juan Nin
Here you can find a post I sent to the list time ago, with PPG configuration and PHP sample code: http://article.gmane.org/gmane.comp.mobile.kannel.user/11009 Note that the code is just an example, it's not tidy at all, nor I give any guarantee of it working for you. On that thread the code is a

Re: kannel via svn PANIC after 1.4.3 upgrade

2010-11-02 Thread Juan Nin
From: 2010-11-03 11:16:05 [2934] [0] PANIC: DLR: storage type 'mysql' is not supported! looks like your new Kannel was compiled without MySQL support Regards, Juan On Tue, Nov 2, 2010 at 8:20 PM, Barry Murphy ba...@unix.co.nz wrote: Hi, I just downloaded kannel via SVN to upgrade my

Re: Optional / Extra TLV in Delivery Report (DeliverySM) - HLR

2010-10-29 Thread Juan Nin
The TLVs you define can work for all: MOs, MTs and DLRs. So if your provider sends TLVs on the DLR just define the TLVs and then capture them accordingly Regards On Fri, Oct 29, 2010 at 4:29 PM, Blast SMS Team t...@blastsms.com wrote: Hi Nikos, You are talking about the Development Release

Re: Kannel TX RX mode

2010-10-28 Thread Juan Nin
What Kannel version are you using? You should probably use 1.5.0, previous versions didn't handle throughput very well On Wed, Oct 27, 2010 at 10:45 AM, Nguyen Van Minh min...@fscvietnam.com wrote: Dear Kannel users, My SMSC tell me that allow 10sms/sec, I set throughput=5 but I still get

Re: DLR best practice

2010-09-22 Thread Juan Nin
The most common dlr-mask to use is indeed 31, but what's the best one is something you need to check for yourself, since it will depend on your own needs. Some people need all possible DLRs, some need only final status ones, and some don't need them at all. So what dlr-mask to use depends

Re: Question on WAP PUSH

2010-09-21 Thread Juan Nin
Yes, they are standard and should work. Here you can read a bit about them to understand it a bit more: http://mobiforge.com/developing/story/binary-sms-sending-rich-content-devices-using-sms The example provided on that article includes a bit more things than Alex's version. On Tue, Sep 21,

Re: SMPP delivery port

2010-09-16 Thread Juan Nin
That's not done with TLVs, to specify the destination port you need to use UDH. Try using udh=0605041234 where 1234 is the destination port On Thu, Sep 16, 2010 at 9:55 AM, Elton Hoxha elt...@gmail.com wrote: Hi, You need to configure TLV section in your conf file associated with the

Re: SMPP delivery port

2010-09-16 Thread Juan Nin
. Either GSM UDH parameters, or the use of the dest_port optional TLV parameter. On Thu, Sep 16, 2010 at 3:36 PM, Juan Nin jua...@gmail.com wrote: That's not done with TLVs, to specify the destination port you need to use UDH. Try using udh=0605041234 where 1234 is the destination port

Re: kannel guidance

2010-09-01 Thread Juan Nin
got the same email... 2010/8/31 Nikos Balkanas nbalka...@gmail.com: He did also send me 2 identical mails within 3 minutes (personal). It seems that he spammed a lot of people in the list privately. BR, Nikos - Original Message - From: Alvaro Cornejo cornejo.alv...@gmail.com To:

Re: FW: Meta data parameters in kannel 1.4.3 on RedHat release 5.5

2010-08-30 Thread Juan Nin
Checking at the Kannel website is always a good idea ;) Download the latest daily snapshot: http://www.kannel.org/download/kannel-snapshot.tar.gz Regards, Juan On Mon, Aug 30, 2010 at 9:48 PM, Jonathan Zylberberg jzylberb...@verrus.com wrote: Hi, Thanks for your email. Should I get all

Re: Dlr.php

2010-08-26 Thread Juan Nin
You won't find, it's just an example :) You're the one who knows what to do with DLRs on your own application, each one's application is different and you may want to do different stuff with DLRs. So just code yours according to your own needs. Regards, Juan On Thu, Aug 26, 2010 at 12:05

Re: How does Kannel handle DLRs from multiple binds to the same SMSC

2010-08-25 Thread Juan Nin
You need to use an external DLR storage (DB). If you use internal DLR storage, which is in memory, each Kannel server will store the info from the DLRs originated via that server, so if the SMSC send the DLR via the other server, it won't find it. See the external DB DLR storage options here:

Re: How does Kannel handle DLRs from multiple binds to the same SMSC

2010-08-25 Thread Juan Nin
Also, both binds will need to use the same smsc-id, since the SQL queries that search for the DLR info use the smsc-id on its WHERE conditions. Use smsc-admin-id to control each bind individually (start/stop/etc), but specify the same smsc-id on both On Wed, Aug 25, 2010 at 6:18 PM, Juan Nin

Re: Program-ID

2010-08-16 Thread Juan Nin
in the current devel or stable version of Kannel?  Currently running 1.4.3.  If not, is there plans to add it? Thanks, Roy -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Kannel profermance

2010-08-15 Thread Juan Nin
. Otherwise I think it is high time to wrap it up. BR, Nikos - Original Message - From: Juan Nin jua...@gmail.com To: users@kannel.org Sent: Sunday, August 15, 2010 2:30 AM Subject: Re: Kannel profermance We're not saying if it's typical or not typical, we're saying exactly

Re: Kannel profermance

2010-08-14 Thread Juan Nin
- Original Message - From: Alejandro Guerrieri To: Nikos Balkanas Cc: Juan Nin ; users@kannel.org Sent: Saturday, August 14, 2010 2:46 PM Subject: Re: Kannel profermance Your performance tests, while worth looking as a general reference, are probably near to useless as benchmarks

Re: Kannel profermance

2010-08-14 Thread Juan Nin
, real network is not part of kannel and irrelevant to benchmarks. BR, Nikos - Original Message - From: Alejandro Guerrieri To: Nikos Balkanas Cc: Juan Nin ; users@kannel.org Sent: Sunday, August 15, 2010 1:18 AM Subject: Re: Kannel profermance Hmm, nope, the fact is, you performed

Re: Kannel profermance

2010-08-14 Thread Juan Nin
We're not saying if it's typical or not typical, we're saying exactly that, that it all depends A LOT on your hardware and architecture configuration. Such environments may not be typical for a single user who is just doing some basic stuff, or for a small company or others, but it is very typical

Re: Kannel profermance

2010-08-13 Thread Juan Nin
2010/8/13 Nikos Balkanas nbalka...@gmail.com: It is unlikely that kannel is your bottleneck. It can handle ~1000 MO/s, 750 MT/s (internal DLRs) or 450 MT/s (DB DLRs). Just curious to know where do you get those values from... What Kannel supports depends on your hardware and architecture

Re: Kannel profermance

2010-08-13 Thread Juan Nin
impression that that's the maximum it can handle, or that it can always handle that load, while on low end servers it may not. So saying something like that in that way can confuse new users, IMHO. On Fri, Aug 13, 2010 at 10:26 PM, Juan Nin jua...@gmail.com wrote: 2010/8/13 Nikos Balkanas nbalka

Re: Kannel profermance

2010-08-13 Thread Juan Nin
: Awarded as Best SME (E-Commerce) at CNBC Emerging India Awards 2009 -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Kannel profermance

2010-08-13 Thread Juan Nin
. Very similar to the results posted from the linux server. The averages seem pretty solid. So, contrary to your beliefs, it is not giving out the wrong impression. BR, Nikos - Original Message - From: Juan Nin jua...@gmail.com To: users@kannel.org Sent: Saturday, August 14, 2010 4

Re: soap smsc

2010-08-08 Thread Juan Nin
and a get request for inbound messages. I was wondering what the state of the soap smsc at the moment? is it stable enough to put into production... thanks, -ravi -- C-x C-s, C-x C-c -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: How DLR works

2010-08-08 Thread Juan Nin
a DLR how would i know that DLR is for particular message, in short how would i relate message to dlr? TIA Jan -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Smpp with movistar Mexico

2010-08-07 Thread Juan Nin
GPRS online               Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Kannel DLR step by step

2010-07-14 Thread Juan Nin
this script suffice for updating DLR statuses? Would you place this script into the default WWW directory? · 4.Q: Would appending the mask/dlr url to the sendsms call be enough? Is there anything else to look into/change? Thanks you in advance Aubrey -- Juan Nin 3Cinteractive

Re: Kannel and CDMA 1x

2010-07-06 Thread Juan Nin
:      | |  |  |Juan Nin jua...@gmail.com

Re: Kannel and CDMA 1x

2010-07-05 Thread Juan Nin
and sample configurations... as our network is a CDMA does this means that I am in the wrong place? Isn't there a workaround that makes smppbox to work with CDMA Based SMC's? Thanks, Aldo Zavala -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Scheduling Question

2010-06-23 Thread Juan Nin
? If yes how? Regards Tapan Thapa -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Too many dlr at once

2010-04-15 Thread Juan Nin
Sent from the Kannel - User mailing list archive at Nabble.com. -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: receipted_msg_id in dlr?

2010-04-15 Thread Juan Nin
environment as it would be a risky operation and affect many services. Do we have any other options? Is there a later cvs version which has this feature? Is it going to be included in the next stable release? Thanks, Andrew -- Juan Nin 3Cinteractive / Mobilizing Great Brands http

Re: Can't set esm_class

2010-03-31 Thread Juan Nin
-Kannel-MClass`` request (or response) header. Help appreciated, \malthe -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Can't set esm_class

2010-03-31 Thread Juan Nin
still true check this: http://www.opensubscriber.com/message/de...@kannel.org/403338.html On Wed, Mar 31, 2010 at 9:20 AM, Malthe Borch mbo...@gmail.com wrote: On 31 March 2010 14:40, Juan Nin jua...@gmail.com wrote: Search in Google for kannel esm_class and all the first links contain

Re: Sending Mutiple sms using PHP script

2010-01-25 Thread Juan Nin
://kannan4k.wordpress.com/ -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: need Kannel SMPP box

2010-01-21 Thread Juan Nin
contact Stipe Tolj: s...@tolj.org On Thu, Jan 21, 2010 at 3:37 PM, Sunil Soni sunil.s...@yahoo.co.in wrote: From where can I bye SMPP box in India. -Thanks -Sunil Soni      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- Juan Nin

Re: WAP PUSH

2009-12-14 Thread Juan Nin
ppg-username = foo ppg-password = bar service-name = ppg ppg-smsbox-id = dlrbox -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: URL encoding

2009-12-14 Thread Juan Nin
- From: Rajeev Agarwal To: users@kannel.org Sent: Monday, December 14, 2009 10:40 AM Subject: URL encoding Hi, How can i convert a simple url like www.google.com/mobile to hex format, so that it can be used for wap push msgs. I don know PHP. Regards, Rajeev. -- Juan Nin

Re: Kannel special sharacters encodig problem

2009-11-26 Thread Juan Nin
SMS's that have tildes (for example: á é í ó ú ) Kannel breaks the entire SMS this way: Original SMS: TEST acá Message get: żTżEżSżTż żażcżaż? Then i activate the mo-rencode option, and the message got was: TEST żażcżaż?. This way the keyword is ok. Any ideas? thx -- Juan Nin

Re: Kannel / PHP script (games, ...)

2009-10-12 Thread Juan Nin
) 6.68.03.89.56 @email : emmanuelchan...@gmail.com -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Incorrect Operator ID returned

2009-09-27 Thread Juan Nin
message. Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database: 270.13.112/2390 - Release Date: 09/26/09 05:51:00 No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database: 270.13.112/2390 - Release Date: 09/26/09 05:51:00 -- Juan

Re: How to clear Kannel queue

2009-08-04 Thread Juan Nin
the server and manually delete the files. Thanks! Eduardo -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Urgent: limiting the http request for delivery reports.

2009-07-12 Thread Juan Nin
messages you set 1 sms to 1 dlr, 2 sms to 2 dlr... 6 sms to 1 dlr BR, Jovan -- Thanks and kind Regards, Abhishek jain 07799 328 727 skype: ejaincom -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: charge and billing for sms

2009-06-18 Thread Juan Nin
should get in contact with your carriers and see what they may offer to you. :) Regards, -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com On Thu, Jun 18, 2009 at 10:15 PM, Dennis Low Weng Kinpowered182...@live.com wrote: Hi I got a simple question regarding

Re: charge and billing for sms

2009-06-18 Thread Juan Nin
. -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Q: Service test using US based web2sms

2009-05-24 Thread Juan Nin
You can use DeviceAnywhere: http://www.deviceanywhere.com/ They even offer a free trial Regards, -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com On Sun, May 24, 2009 at 3:30 AM, b poscout bposc...@gmail.com wrote: Not directly related to Kannel, but rather

Re: SMPP Error 1034

2009-05-22 Thread Juan Nin
-simplewire-qpass-complaints/ http://www.mobilemarketingroadshow.com/modules/content/index.php?id=49 http://www.openmarket.com Sorry, can't help further :( BR, Jovan -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Couldn't fetch the DLR url

2009-05-07 Thread Juan Nin
aplicaciones 2 vias via SMS y GPRS online              Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: sending MT for two conections depending shortcode

2009-05-06 Thread Juan Nin
-password = user2 system-type = NULL source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 2 dest-addr-npi = 1 -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Queue saving ?

2009-04-27 Thread Juan Nin
option used, it is ether file or spool directory. store-dump-freq seconds Approximated frequency how often the memory dump of current pending messages are stored to store-file, providing something has happened. Defaults to 10 seconds if not set. -- Juan Nin 3Cinteractive / Mobilizing Great Brands

Re: Problem coding WapPush

2009-04-06 Thread Juan Nin
to Telcel, to see if they accepted it. I used this same code with Telcel and Telefonica in Mexico (plus other carriers on other countries) and worked perfectly. So I guess some of my questions may lead to the answer to the problem. Hope this helps. Regards, -- Juan Nin 3Cinteractive / Mobilizing

Re: Re[2]: wap push project

2008-04-15 Thread Juan Nin
-99-99 hr size=1 Yahoo! for Good helps you a href=http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=51947/*http://uk.promotions.yahoo.com/forgood/;make a difference/a -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: How do I display linefeeds in message (PHP)?

2008-04-08 Thread Juan Nin
-I-display-linefeeds-in-message-%28PHP%29--tp16540472p16547703.html Sent from the Kannel - User mailing list archive at Nabble.com. -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Locating the bottleneck

2008-03-15 Thread Juan Nin
may it be your internet connection? what kind of connection do you have? what available bandwidth? is it used only by kannel, or also by other services? On Sat, Mar 15, 2008 at 10:16 AM, Dave Clarke [EMAIL PROTECTED] wrote: Just a follow up to say I feel I've ruled out the carrier connection.

Re: Proposal: Kannel Wiki

2008-03-10 Thread Juan Nin
yep, I agree, mediawiki is much better On Mon, Mar 10, 2008 at 1:02 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Its quite important also to consider prior to populating the current http://wiki.kannel.org based on DokuWiki, if we should migrate to http://www.mediawiki.org that I

Re: SMPP in VPN

2008-03-10 Thread Juan Nin
exactly, for the firewall itself, is just to allow the IPSec or whatever traffic and on the VPN policies you can restrict the ports, IPs, protocol inside if the VPN On Mon, Mar 10, 2008 at 4:39 PM, Alejandro Guerrieri [EMAIL PROTECTED] wrote: Sowmi, The SMPP traffic will be encapsulated

Re: Proposal: Kannel Wiki

2008-03-08 Thread Juan Nin
://www.voip-info.org/ - a wiki for ALL voip. /g On Sat, Mar 8, 2008 at 12:29 AM, Juan Nin [EMAIL PROTECTED] wrote: There are many things that are asked and asked and asked all the time on the list, and it's quite annoying... I think the bigger example is how to send

Re: Re: Proposal: Kannel Wiki

2008-03-08 Thread Juan Nin
# Juan Nin wrote: here u got: http://thread.gmane.org/gmane.comp.mobile.kannel.user/11009 you may have problems with linefeeds by copying the code from the webpage, at the end of January or beggining of February someone sent my code as an attached PHP file

Re: How to send mms notification

2008-03-07 Thread Juan Nin
On Fri, Mar 7, 2008 at 1:40 AM, Clarence Carino [EMAIL PROTECTED] wrote: Ok how will i know? i'm just using a K800i yeah, it supports wap push i tried downloading a wallpaper through the carrier by sending the keyword of my requested content. and it replied with just a link then i will

Proposal: Kannel Wiki

2008-03-07 Thread Juan Nin
There are many things that are asked and asked and asked all the time on the list, and it's quite annoying... I think the bigger example is how to send a Wap Push Wouldn't it be a good idea, to setup a Kannel Wiki, where people can post articles and how to do this, and how to do that, example

Re: How to send mms notification

2008-03-06 Thread Juan Nin
does the carrier support wap push and have it enabled for your account? does the phone u sent the wap push to, support wap push? On Thu, Mar 6, 2008 at 2:04 AM, Clarence Carino [EMAIL PROTECTED] wrote: hi.. i tried adding % in udh and the text.. bearerbox said 0 Accepted for delivery. but

Re: Send WAP Push

2008-02-26 Thread Juan Nin
Here's the PPG mini HOWTO I sent to the list some time ago: http://article.gmane.org/gmane.comp.mobile.kannel.user/11009 the PHP code will be shown with some line feeds on the webpage, which may give you problem, and you have to correct them last month i think it was, someone took my code from

Re: Line break

2008-01-30 Thread Juan Nin
we're using chr(13) on PHP hope it helps 2008/1/30 Patrick Mignott [EMAIL PROTECTED]: How do I get a line break in the SMS message? For example Hello World ?? Not matter what I do it comes on 1 line hello world or with the codes I get hello %0d World No virus found in this

Re: Setting up wappush

2008-01-29 Thread Juan Nin
yep, that's the correct code indentation and linefeeds thnx Mike, u saved me from the task! ;) On Jan 29, 2008 6:46 AM, Mike Nwaogu [EMAIL PROTECTED] wrote: Yes I did. Find attached. [EMAIL PROTECTED] wrote: do you success make wap push? can i know your wap push source code? thanks

more than 1 submit_sm being sent on same data packet

2008-01-03 Thread Juan Nin
Hi! I got an application where I got to send blasts of many messages as quick as possible. I'm having the problem that sometimes 2 submit_sm are sent on the same data packet, and there the SMSC returns a Throttling error for receiving the 2 submit_sm too fast. Is there any way of preventing

  1   2   >