Kannel and Opensmppbox - incomming sms

2010-10-25 Thread XEN-Housing s.r.o.
Hallo there. We have at our smpp provider rent virtual numbers. Now all incoming sms that came from smpp connection are processed via service like http call and directly parsed on our side. Some of them we want to forward them via smpp to our clients, that are connected to opensmppbox. Is

Re: Kannel and Opensmppbox - incomming sms

2010-10-25 Thread Emmanuel CHANSON
I did something like this for that kind of purpose, it may help you: HTTP cgi -- smsbox -- bearerbox --- loopback smsc --- opensmppbox --- smpp client So you should be able to route them as well to your smpp client :) by using a smsbox-route that forward all sms coming from loopback smsc to

Re: Kannel and Opensmppbox - incomming sms

2010-10-25 Thread XEN-Housing s.r.o.
Hello Emmanuel, thnx for short view. I thought that there must be an http script that will drive incoming sms back to smsbox, but i am still missing an idea, how to route different sms to different smpp clients. for example. we will get sms to number 1234 and that number belonge to smpp

Re: Kannel and Opensmppbox - incomming sms

2010-10-25 Thread Emmanuel CHANSON
It should be possible as smsbox-route can handle shortcodes: *group = smsbox-route smsbox-id = smppclient-id_used_in_smppbox_1 smsc-id = loopbacksmsc1 shortcode = * *group = smsbox-route smsbox-id = smppclient-id_used_in_smppbox_2 smsc-id = loopbacksmsc1 shortcode = * Detailed in user

Opensmppbox and TLV

2010-10-25 Thread XEN-Housing s.r.o.
Hello there Situation 1 (i hope that i will draw it as it is;) smppclient - opensmppbox - barebox - smsbox - smpp_provider when i send sms via http interface of kannel, sms is sent to my smpp_provider. In DLR they send me in TLV filled price of sms. Kannel will parse it in metadata and in

Re: Opensmppbox and TLV

2010-10-25 Thread Nikos Balkanas
Hi, Your understanding of the flow is wrong. smsbox cannot connect to smpp provider (bearer). That is the job for barebox (aka bearerbox). So the flow is: ESME (smppclient)-smppbox-bearerbox-smsc and for DLRs (or other MOs): ESME(smppclient)-smppbox-bearerbox-smsc DLRs are not transmitted

How to set window size

2010-10-25 Thread Jinson
Hello Group, My operator has asked me to set window size for my smpp configuration. Is there any options available in Kannel to do that? Jinson. * *

Kannel on wmware

2010-10-25 Thread Nguyen Van Minh
Hi Kannel users, I want to install kannel on Wmware on Windows host server for production environment. Is kannel working stable on wmware (ubuntu)? Thanks, Minh -- FSC INFORMATICS ELECTRONICS JOINT STOCK COMPANY Add: 1st floor, 3B building, No45 Phuong Liet Str., Thanh Xuan Dist., Ha Noi,

Re: How to set window size

2010-10-25 Thread Nikos Balkanas
Hi, Read UG about max-pending-submits. BR, Nikos - Original Message - From: Jinson To: users Cc: Divya Philip Sent: Monday, October 25, 2010 2:11 PM Subject: How to set window size Hello Group, My operator has asked me to set window size for my smpp configuration. Is there any

Re: Opensmppbox and TLV

2010-10-25 Thread XEN-Housing s.r.o.
Hi Nikos, thnx for explanation, but i stil do not know why, when deliver_sm come from smsc have TLV, and deliver_sm form smppbox has not. for example (from log), not processed (not defined in config) TLV that from smsc within PDU of deliver_sm: 2010-10-25 13:20:21 [29222] [17] WARNING:

removing the plus sign

2010-10-25 Thread Innocent Muchedzi
i am having problem with one of our smpp connection on removing the + on the shortcode when receiving sms. I have follows one posted past archives and this is what my bearerbox logs printing 2010-10-21 15:43:07 Log begins 2010-10-21 16:00:59 Receive SMS [SMSC:telecomna] [SVC:] [ACT:SYLDAH]

Re: Opensmppbox and TLV

2010-10-25 Thread Nikos Balkanas
Hi, Since they are unknown to bb, they are discarded and do not affect a thing (of course you could ask your provider and configure them in). These are transmitted over meta-data to smppbox, but AFAIK, smppbox doesn't support meta-data, yet. Besides for DLRs you don't need it. BR, Nikos

Re: Kannel on wmware

2010-10-25 Thread Alex
Hi Not worked wiith Vmware but if your challenge is to use kannel on widows you could use two options 1.Download compiled binarries by jackson and change the configuration file to your needs 2. Compile kannel on windows through cygwin

Re: removing the plus sign

2010-10-25 Thread Alvaro Cornejo
Have you talked to your operator? The plus sign in front of a number tells receiving part that the number is in INTERNATIONAL format. i.e. it includes the country code/city or area code and number. Therefore, a shortcode MUST NOT have a plus sign in front of it. Hope helps Alvaro

Re: Kannel on wmware

2010-10-25 Thread Luís Tiago Rico
Hi, I want also to install kannel at several VM's, with diferent configurations for testing enviornment. I dont see any trouble there, but didn't do that yet. Give it a try and tell us how it went! :) Cheers 2010/10/25 Alex nomu...@gmail.com Hi Not worked wiith Vmware but if your challenge

Re: opensmppbox and intermediate dlr

2010-10-25 Thread Nikos Balkanas
Hi, 1) Please do not use devel for such questions. Use users list. 2) Do not use dlr-mask 63. Use 31 instead. A lot of SMScs do not honor 63 and DLRs won't work with them. 3) Opensmppbox will generate an ACK, which is translated to DLR 8 (accepted, buffered) by the ESME. As a result, it will

Re: Kannel on wmware

2010-10-25 Thread Elton Hoxha
I have test it in VM for more than 1 year, no problem occured. Just be sure for enough space, zipping logs (if u use maximum level of debug). 2010/10/25 Luís Tiago Rico lti...@present-technologies.com Hi, I want also to install kannel at several VM's, with diferent configurations for testing

re : Setting the TON/NPI..

2010-10-25 Thread Jignesh Gandhi
Hello, I am using Kannel 1.4.3 and am in a need of assistance regarding TON/NPI. Here is the use case. In certain call scenarios we want to be able to swap the source and destination TON/NPI. This TON/NPI values would be different than the configured values. Is there a way to set the TON/NPI

Re: opensmppbox and intermediate dlr

2010-10-25 Thread XEN-Housing s.r.o.
Hi Nikos, at first, thank you for your reply. But, I do not see a reason why do not use intermediate DLR if SMPP protocol define it, my SMPP provider provides it, and kannel support it. If opensmppbox is not capable to handle it, it can by wroten nicely. And that's not an question for user

Re: opensmppbox and intermediate dlr

2010-10-25 Thread Nikos Balkanas
Both the existential question Does it provide intermediate DLRs and the existence of patches or not are for the users list. If you discuss particular C code, then it becomes developers list. It is neither a bug, nor a feature. Simply put, openSMPPBox is very recent, and a lot of things are

Re: re : Setting the TON/NPI..

2010-10-25 Thread XEN-Housing s.r.o.
Hello, there are only 2 ways to handle TON/NPI that i know. Fixed settings on config, or source-addr-autodetect = 1. Dňa 25. 10. 2010 16:35, Jignesh Gandhi wrote / napísal(a): Hello, I am using Kannel 1.4.3 and am in a need of assistance regarding TON/NPI. Here is the use case. In

Re: re : Setting the TON/NPI..

2010-10-25 Thread Alvaro Cornejo
Hi No, there is currently no way to change ton/npi values in a per message basis. Only on a per smsc. Regards |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde

Re: WARNING: smsbox_list empty! Unable to Translate DLR with SMPPv3.3

2010-10-25 Thread Nikos Balkanas
Hi, 1) smsbox_list empty!: Read UG about smsbox-route and make sure you have smsbox connected. 2) DLR Rerouting disabled. This you may safely ignore. If you are really interested read UG about reroute-smsc. 3) Never truncate a thread. Allready given answers and data are lost forever. 4)

Re: Kannel on wmware

2010-10-25 Thread Nguyen Van Minh
Thank you. I will test it now. On Mon, Oct 25, 2010 at 9:30 PM, Elton Hoxha elt...@gmail.com wrote: I have test it in VM for more than 1 year, no problem occured. Just be sure for enough space, zipping logs (if u use maximum level of debug). 2010/10/25 Luís Tiago Rico

Re: WARNING: smsbox_list empty! Unable to Translate DLR with SMPPv3.3 | UPDATED

2010-10-25 Thread Nikos Balkanas
Hi, I believe you have solved your DLR matching. If not, comment out your smsc logfile and repost your detailed bb logs. BR, Nikos - Original Message - From: Anshu Sah To: Nikos Balkanas ; users Sent: Sunday, October 24, 2010 10:30 PM Subject: WARNING: smsbox_list empty! Unable to

Looking for Kannel SMPP Server

2010-10-25 Thread Innocent Muchedzi
Hie All I am looking for Kannel SMPP server where can i donload it, if its part of the Kannel Open Source project. Thank you Innocent Muchedzi Creative Directory Syldah Media Ipelo House, Plot 103, Unit 4 Gaborone International Commerce Park Gaborone Tele/Fax: 3105907 Cell: 71806864/73114818

Re: Looking for Kannel SMPP Server

2010-10-25 Thread XEN-Housing s.r.o.
Hello, U can use opensmppbox, as part of open source priject, or use smppbox that for example Stipe Tolj offers. Slavoj. Dn(a 25. 10. 2010 21:26, Innocent Muchedzi wrote / napísal(a): Hie All I am looking for Kannel SMPP server where can i donload it, if its part of the Kannel Open

Question about Store Type

2010-10-25 Thread Jinson
Hello Group, Can somebody explain how Kannel Store mechanism works? I can see three configuration parameters in the user guide. store-type, store-location and store-dump-freq. My problem is that I have huge message queue in memory related to each SMSC connection and very less number of messages

Re: Question about Store Type

2010-10-25 Thread Jinson
* *A correction : I have huge message queue in memory related to each SMSC connection and very less number of messages in store. On Tue, Oct 26, 2010 at 10:59 AM, Jinson jin...@mobme.in wrote: Hello Group, Can somebody explain how Kannel Store mechanism works? I can see three