Re: SMS and SMPP

2010-09-07 Thread Nikos Balkanas
Hi, Stipe's SMPPbox and openSMPPbox are very similar. Strictly speaking they are proxies, not servers. In other words, eventually they will need an SMSc to send SMS. All SMS are sent through SS7 (legacy phone network) to reach mobiles. After all mobiles are phones and live in SS7. All provider

Re: concatenated MOs whose parts arrive at different kannels?

2010-09-07 Thread Nikos Balkanas
No. There are SMScs out there that will recognise sockets (or IPs) and will send each part of a concatenated SMS to the same socket. Some others do (as is in your case). The only thing you can do that works, is to use different accounts to connect from each kannel. BR, Nikos - Original Mes

Re: Issue with UCP - reconnection problem

2010-09-07 Thread Bogdan Irimia
I thought about access and security, but I'm afraid this isn't the cause. I don't have selinux installed, and the firewall is configured to give full access to SMSC. Also, the connection works fine for a while, so if it would have been an issue of security, it wouldn't have worked at all. Anyway

Weird binding issue that causes queues to build up.

2010-09-07 Thread brett skinner
Hi We are experiencing a rather weird occasional issue with Kannel. We have two different boxes each with a Kannel installation. Every now and then one of the boxes stops processing SMS queues and the queues just build up. This happens to both boxes (just not at the same time) When we have a look

Re: Fw:

2010-09-07 Thread Jason Mule
>From the log, UDH looks standard and the message should arrive on the handset as a concatenated message. BR, Jason On 7 September 2010 11:52, wrote: > > - Original Message - > *From:* Paradox Ltd > *To:* i...@paradox.am > *Sent:* Tuesday, September 07, 2010 11:46 AM > *Subject:* Fw: >

troubles with sending an '@' symbol through kannel

2010-09-07 Thread Davit Mirzoyan
Dear all, I have an smppbox that is connected to the gateway. I am using a simple smpp client to send messages. The system works fine in general. However, I have been trying to send the symbol "@" to a mobile phone but I did not manage to receive the sms eventually. After the "@" symbol and inc

Re: troubles with sending an '@' symbol through kannel

2010-09-07 Thread Iain Dooley
Hi Davit, I have an smppbox that is connected to the gateway. I am using a simple smpp client to send messages. The system works fine in general. However, I have been trying to send the symbol "@" to a mobile phone but I did not manage to receive the sms eventually. After the "@" symbol and in

RE: configure: error: Kannel gwlib is required!

2010-09-07 Thread Rene Kluwen
This is the second time that you are emailing me personally. Please copy the users list. The problem is that you are not installing from your home directory. You are in /usr/local/include/kannel and you are trying to install to the same target (/usr/local/include/kannel). == Rene Fro

Re: SMS and SMPP

2010-09-07 Thread dafodil
Hi Nikkos, Thanks again. Pls help me to understand this. where can i locate SMPPbox and openSMPPbox. suppose i have kannel up and running on my system. one can connect me through HTTP or smpp. http part is ok. how he should connect rthough smpp. i read for that reasn we need smpp server/proxy.

Re: SMS and SMPP

2010-09-07 Thread Nikos Balkanas
Hi, Go to kannel's site to get openSMPPBox. To get the commercial one contact Stipe (s...@tolj.org). BR, Nikos - Original Message - From: "dafodil" To: Sent: Tuesday, September 07, 2010 2:11 PM Subject: Re: SMS and SMPP Hi Nikkos, Thanks again. Pls help me to understand this.

Re: SMS and SMPP

2010-09-07 Thread Otandeka Simon Peter
Can sqlbox sit in between opensmppbox and kannel?? Why am asking this is I need sqlbox to store the logs as I want to connect several clients over SMPP through smppbox. Thanks, Peter. 2010/9/7 Nikos Balkanas > Hi, > > Stipe's SMPPbox and openSMPPbox are very similar. Strictly speaking they > a

RE: SMS and SMPP

2010-09-07 Thread Rene Kluwen
The short answer: Yes, it can. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Otandeka Simon Peter Sent: Tuesday, 07 September, 2010 13:50 To: Nikos Balkanas Cc: users@kannel.org Subject: Re: SMS and SMPP Can sqlbox sit in between opensmppbox an

Re: SMS and SMPP

2010-09-07 Thread Otandeka Simon Peter
Brilliant! Let me try it out and then get back to you. P. On Tue, Sep 7, 2010 at 2:59 PM, Rene Kluwen wrote: > The short answer: Yes, it can. > > > > == Rene > > > > > > *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On > Behalf Of *Otandeka Simon Peter > *Sent:* Tuesday,

Phones that works as SMSC's with Kannel

2010-09-07 Thread George
Hi, http://www.kannel.org/compatibility.shtml Are those the only 3 phones supported by kannel as smsc? Those are pretty old and I wasn't able to find any of them to buy. Are there any other newer phones that kannel supports? Please help Thanks

Re: Phones that works as SMSC's with Kannel

2010-09-07 Thread Milan P. Stanic
On Tue, 2010-09-07 at 16:04, George wrote: > http://www.kannel.org/compatibility.shtml > > Are those the only 3 phones supported by kannel as smsc? Those are > pretty old and I wasn't able to find any of them to buy. Are there any > other newer phones that kannel supports? Kannel supports most ph

Phone reply item

2010-09-07 Thread Luis Jimenez
Hi, i would like to know if it is posible to send instructions via smpp to the phone set an option when reading the message like "accept" and autoreply. Thanks in advance. Luis Jimenez

RE: troubles with sending an '@' symbol through kannel

2010-09-07 Thread Davit Mirzoyan
Hi, I am sending messages over smpp protocol not http. I use a simple smpp client for that. My gateway is bound to a smscenter not a modem. Kind Regards, Davit Date: Tue, 7 Sep 2010 11:58:17 +0200 Subject: Re: troubles with sending an '@' symbol through kannel From: tatty.dishcl...@

RE: troubles with sending an '@' symbol through kannel

2010-09-07 Thread Davit Mirzoyan
Hi Iain, Thanks for the link. I actually found it some time ago but I am not sure how the php script can be used here. I am using an smpp client for sending sms over smpp protocol. I don't actually know where the script can be placed to send the symbol. BR, Davit > Date: Tue, 7 Sep 2

Re: troubles with sending an '@' symbol through kannel

2010-09-07 Thread Alvaro Cornejo
Basically it is a charset interpretation... Kannel uses UTF-8 internally and spects to receive UTF-8. so it interprets anything in UTF-8 unless you tell kannel that the charset is not utf-8 but X. Therefore you need to configure your client to send utf-8 to kannel or to send the charset it uses to

Re: troubles with sending an '@' symbol through kannel

2010-09-07 Thread seikath
its nice idea to google a bit http://www.mail-archive.com/users@kannel.org/msg14634.html first of all send MO with "@" by mobile device, get the char code that the smsc is mapping to @ and replace @ with it in the mesg text before to inject the MT. sample php code, it works for me, no idea if

Re: concatenated MOs whose parts arrive at different kannels?

2010-09-07 Thread Bopolissimus Platypus Jr
Thank you Nikos. We don't have the flexibility of using multiple accounts so we'll just have to do the concatenation on the backend then. Gerald 2010/9/7 Nikos Balkanas : > No. There are SMScs out there that will recognise sockets (or IPs) and will > send each part of a concatenated SMS to the s

Fw:

2010-09-07 Thread info
- Original Message - From: Paradox Ltd To: i...@paradox.am Sent: Tuesday, September 07, 2010 11:46 AM Subject: Fw: --- On Mon, 9/6/10, Paradox Ltd wrote: From: Paradox Ltd Subject: To: davit.mirzo...@yahoo.com Date: Monday, September 6, 20

smppbox

2010-09-07 Thread dafodil
Hi List, Good morning. I observed that redmine kannel has a svn and the other is svn co https://svn.kannel.org/smppbox/trunk for SMPPBOX.Are these same ones.?I heard that its open source but i also saw from chimit.nl or some web site that minimum cost of 3700$.whats is the differnce? Br daf --

SMPPBOX

2010-09-07 Thread dafodil
Hi List, I saw smppbox is available in two places.(rdemine and https://svn.kannel.org/smppbox/trunk). Are these same ones.also saw from chimit that kannel server/smppbox is available with minimum cost of 3700 USD.so the confusion is that is these have smilllar kinf of functionslity or do differ.

Kannel and dependecies

2010-09-07 Thread dafodil
Hi List, Kannel can connect through http as well smpp. Both way it connects to smsc. Whats is the difference? so far i understand: for ESME,SMPPBOX,SMSBOX,BEARERBOX,SMSC The ESME connects over SMPP to SMPPBox, thinking that it is an SMSc. Accounts are configured in SMPPBox to allow connection

Re: SMPPBOX

2010-09-07 Thread Nikos Balkanas
What's the deal with the identical 2 emails within 30' to the list? 1 is not enough? Are we reading challenged? Nikos - Original Message - From: "dafodil" To: Sent: Wednesday, September 08, 2010 9:15 AM Subject: SMPPBOX Hi List, I saw smppbox is available in two places.(rdemine a