How do I route incoming messages from SMPP Link?
Rodrigo Cremaschi wrote: > > In that case, you must declare "transceiver-mode" variable to "true". > Omit "receive-port" variable. > > Check the userguide, under SMPP 3.4 section. > > Regards. > > On 8/29/07, lekkie omotayo <[EMAIL PROTECTED]> wrote: >> Thanks for quick response. >> >> Yes, they have transceiver. >> >> If the operator has a transceiver connection, how can I can get the >> inbound >> messages from my operator? >> How to I set up the config? >> >> What if my operator only supports transmitter/Receiver connection? >> >> Kind regards, >> >> Lekkie >> >> >> On 8/29/07, Rodrigo Cremaschi <[EMAIL PROTECTED]> wrote: >> > > Could this be because of the kannel version I am using (1.4.1)? >> > No >> > >> > > Is it possible to receive SMS on SMPP connection? >> > Yes, that's what Kannel is for. >> > >> > Are you sure your operator needs 2 connetcions Tx and Rx? Or is it a >> > transceiver? >> > >> > On 8/29/07, lekkie <[EMAIL PROTECTED] > wrote: >> > > >> > > Hi guys, >> > > >> > > I am trying to connect kannel to my mobile operator through an SMPP >> > > connection. >> > > >> > > However, my kannel box seem not to be listening on the receiver port >> I >> > > specified. It ws able to connect to my operator on the transmitter >> port, >> but >> > > it never listen on the specified receive-port. >> > > >> > > With some googling, I found out, I can only get a receiver connection >> by >> > > creating two separate SMSC configs using one as a transmitter the >> other >> as a >> > > receiver. I was advised to set transceiver mode to "no", set the >> > > receive-port option to 0 (set transmit port) if I want to transmit >> and >> set >> > > transmit port to 0 if I want to receive (set receive port to 2001). >> When >> I >> > > did this, the log file told me I had a receiver bind however, kannel >> > > connects to the operator's SMSC on the receiver port even though >> transmitter >> > > port is set to 0. >> > > >> > > >> > > However, when I tried setting both port to same port, I ended up >> having >> two >> > > connections to SMSC both connection to the operator's port while >> source >> port >> > > was not open >> > > >> > > However, when I tried setting both port to diff port, I ended up >> having >> one >> > > connection to SMSC. >> > > >> > > I am afraid my config file may be wrong. >> > > >> > > Is there a way I can do this. >> > > >> > > Do I need 1 smsc config to achieve both transmitter and receiver >> connection? >> > > Do I need 1 smsbox config to achieve both transmitter and receiver >> > > connection? >> > > >> > > Could this be because of the kannel version I am using ( 1.4.1)? >> > > >> > > Is it possible to receive SMS on SMPP connection? >> > > >> > > Thanks. >> > > >> > > >> > > -- >> > > View this message in context: >> http://www.nabble.com/How-to-receive-MO-on-an-SMPP-link-tf4350019.html#a12394561 >> > > Sent from the Kannel - User mailing list archive at Nabble.com. >> > > >> > > >> > > >> > >> >> > > > -- View this message in context: http://www.nabble.com/How-to-receive-MO-on-an-SMPP-link-tf4350019.html#a12426727 Sent from the Kannel - User mailing list archive at Nabble.com.
