this is my configuration it calls my servlet uploaded on web server when i use SMPPsim but when i use the real smsc it didnt call the service.
group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar log-file = "/home/aymen/gateway-1.4.3/gw/config/logs/kannel.log" log-level = 0 access-log = "/home/aymen/gateway-1.4.3/gw/config/logs/access.log" #box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #------------------------------- # SMSC CONNECTIONS #------------------------------ #smsc connexion(SMPP protocol) #------------------------------ group=smsc smsc=smpp smsc-id=SMPPSim interface-version=34 host=172.22.130.223 port=4000 system-id=**** smsc-password=**** system-type=default #alt-charset = UTF-8 transceiver-mode=1 #------------------------------- #smsc connexion(SMPP protocol) #---------------------------- # SMSBOX SETUP #----------------------------- # Smsbox(es) do higher-level SMS handling after they have been received from # SMS centers by bearerbox, or before they are given to bearerbox for delivery group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 #sendsms-chars = "0123456789 +-" log-file = "/home/aymen/gateway-1.4.3/gw/config/logs/smsbox.log" log-level = 1 access-log = "/home/aymen/gateway-1.4.3/gw/config/logs/access.log" group = sendsms-user username = tester password = foobar user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1" #get-url="http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&from=%p&to=%P&text=%r" #------------------------ # SERVICES #------------------------- #------------------------- #Store service and Multimedia download #------------------------- catch-all = true group = sms-service #the first word in the sms keyword = default get-url = "http://aymen-laptop:8080/salem/servlet/kannel?text=%r" Rene Kluwen wrote: > > Could you post your current configuration files? > > > > == Rene > > > > From: [email protected] [mailto:[email protected]] On Behalf > Of gasmen > Sent: Wednesday, 25 August, 2010 14:39 > To: [email protected] > Subject: service works with SMPPsim and not with real smsc > > > > HI all i am using kannel 1.4.3 and i am excuting servlet with group > sms-service it works good and it call the servlet when i use the SMMPsim > but > just i change the configuration of smsc group to work with real smsc > message > come to the mobile phone but it didnt call the servlet ... so i am looking > for your help maybe i will add some configuration the groups to start the > service with the real smsc!!! thanks a lot > > _____ > > View this message in context: service > <http://old.nabble.com/service-works-with-SMPPsim-and-not-with-real-smsc-tp2 > 9531805p29531805.html> works with SMPPsim and not with real smsc > Sent from the Kannel <http://old.nabble.com/Kannel---User-f14436.html> - > User mailing list archive at Nabble.com. > > > -- View this message in context: http://old.nabble.com/my-service-works-with-SMPPsim-but-not-with-real-smsc-tp29531805p29540423.html Sent from the Kannel - User mailing list archive at Nabble.com.
