Mandag 01 desember 2008 14:19:54 skrev Matti Koljonen: > Hi, > > We have Kannel connected to several SMSCs (CIMD2). > In current configuration, in case of incoming message (MO) Kannel requests > HTTP service that results reply (MT). So there is always instant reply for > the every MO. > > Now I'm trying to configure another SMSC connection to work as receive only > service. I would like to do HTTP rquest from Kannel in case of incoming > (MO) message but I don't want to send instant reply for that. > > Could anyone help me with that? > How should this kind of receive only service be configured?
Set omit-empty = true in the sms-service group of the config file, and have your receiving script output nothing. That way no response will be returned to the user. Arne -- -------------------------------- Arne K. Haaje | www.drx.no T: 69 51 15 52 | M: 92 88 44 66 --------------------------------
