On Wed, Dec 31, 2008 at 8:52 AM, Ishtiaq Ahmed <[email protected]> wrote: > Hi Fellows: > > I would like to know if it is possible to send the messages from specific > SMSC configured in one Kannel Box to other... Something Like this > > SMSC ---- > KANNELBOX1 -----> KANNELBOX2 ----> APPLICATION----> KANNELBOX2 > ---> KANNELBOX1 ---> SMSC
First one question: What do you want to achieve? Kannel is a SMS gateway, which means it is connected to the SMSC on one side and some application on the other side. Kannel works as a SMPP client which means that it needs a SMPP server to connect to, you can not connect two kannel boxes via SMPP. All you can do is to connect several smsboxes to a single bearerbox, the smsboxes and the bearer box can run on different machines. >From your diagram, there is no need for the second kannelbox. When Kannelbox1 will get the message from the SMSC it can call a URL where the application is listening for http request. The application will process it and generate http request to the kannelbox1. Please give us more info... Check the architecture document: http://www.kannel.org/download/1.4.1/arch-1.4.1/arch.html and the user guide http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html for more info ;) BR, Jovan
