I added to configuration
# SERVICES group = sms-service keyword = default catch-all = yes get-url = "http://118.69.206.98/test.php?smsvendor=kannel&from=%P&to=%p&text=%b" assume-plain-text = true max-messages = 3 Is that all ? ________________________________ From: Alvaro Cornejo <[email protected]> To: karl alexander <[email protected]> Cc: [email protected] Sent: Thursday, September 10, 2009 12:49:33 AM Subject: Re: Multiple SMS Center To Web Application Just add in your sms-service the get-url kannel should call. You can add any of the available informaton kannel provides. Check manual for details Alvaro |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Wed, Sep 9, 2009 at 4:39 PM, karl alexander<[email protected]> wrote: > Hi ... Here is my configuration file. > > # Default kannel configuration file > group = core > admin-port = 13000 > admin-password = nosurrender > status-password = nosurrender > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1" > #smsbox-port = 13001 > #wapbox-port = 13002 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.log" > log-level = 1 > > # SMSC CONNECTIONS > group = smsc > smsc = smpp > smsc-id = op1 > #host = ip > host = "203.162.21.178" > port = 8000 > #receive-port = 8000 > transceiver-mode = true > smsc-username = "gpc360" > smsc-password = gpc360 > system-type = "GEN" > #address-range = "8x91" > interface-version = "0x34" > source-addr-ton = 2 > source-addr-npi = 1 > dest-addr-ton = 1 > dest-addr-npi = 1 > log-file = "/var/log/kannel/Vinaphone.log" > > > # SMSC CONNECTIONS > #************************************************ > group = smsc > smsc = smpp > smsc-id = op2 > #host = ip > host = "192.168.230.32" > receive-port = 5020 > transceiver-mode = false > smsc-username = "life" > smsc-password = 070918 > system-type = "GEN" > address-range = "8x91" > interface-version = "0x34" > source-addr-ton = 2 > source-addr-npi = 1 > dest-addr-ton = 1 > dest-addr-npi = 1 > log-file = "/var/log/kannel/Viettel.log" > > > # SMSC CONNECTIONS > #----------------------------------------------# > > group = smsc > smsc = smpp > smsc-id = Op3 > #host = ip > host = "192.168.99.9" > receive-port = 6200 > transceiver-mode = false > smsc-username = "random" > smsc-password = random > system-type = "GEN" > address-range = "8x91" > source-addr-ton = 2 > source-addr-npi = 1 > dest-addr-ton = 1 > dest-addr-npi = 1 > log-file = "/var/log/kannel/Mobilphone.log" > > > # SMSBOX SETUP > > group = smsbox > bearerbox-host = localhost > sendsms-port = 13013 > global-sender = 19191 > sendsms-chars = "Test Sms +-" > log-file = "/var/log/kannel/smsbox.log" > log-level = 0 > access-log = "/var/log/kannel/access.log" > > > # SEND-SMS USERS > > group = sendsms-user > username = karl > password = nosurrender > #user-deny-ip = "" > user-allow-ip = "*.*.*.*" > > # SERVICES > # there should be default always > group = sms-service > keyword = default > text = "No services specified 4 this dude" > > > Now I want to redirect all sms from our smsc to my application (http > url).How can I do that ? > > >
