Do you have any log...

--tjatur

On Thu, 2007-02-08 at 15:10 +0530, Tushar wrote:
> Hi,
> 
>  
> 
>       Still I m unable to receive messages…..plz have a look at my
> configuration file:--------
> 
>  
> 
> group = core
> 
> admin-port=13000
> 
> smsbox-port = 13001
> 
> wapbox-port = 13002
> 
> admin-password =pass
> 
> wdp-interface-name = "*"
> 
> log-file = "/tmp/bearerbox.log"
> 
> log-level = 0
> 
> dlr-storage = mysql
> 
> store-file = "/tmp/storefile"
> 
>  
> 
> group = wapbox
> 
> bearerbox-host = localhost
> 
> log-file = "/tmp/wapbox.log"
> 
> log-level = 0
> 
> syslog-level = none
> 
> access-log = "/tmp/wapaccess.log"
> 
>  
> 
> group = smsbox
> 
> smsbox-id = dlrbox
> 
> #admin-password = pass
> 
> bearerbox-host = localhost
> 
> sendsms-port = 13131
> 
> log-file = "/tmp/smsbox.log"
> 
> log-level = 0
> 
> access-log = "/tmp/smsbox-access.log"
> 
>  
> 
>  
> 
> #SMSC SMPP
> 
> group = smsc
> 
> smsc = smpp
> 
> smsc-id = mysmpp
> 
> host = 60.36.229.70
> 
> port = 5345
> 
> receive-port = 5345
> 
> smsc-username = uname 
> 
> smsc-password = pass
> 
> system-type = "VMA"
> 
> #tranceiver-mode = 1 
> 
> address-range = ""
> 
> msg-id-type = 0x03
> 
>  
> 
>  
> 
> #SMSC NOKIA CIMD2
> 
> #group = smsc
> 
> #smsc = cimd2
> 
> #smsc-id = hungama
> 
> #host = 203.150.37.170
> 
> #port = 9971
> 
> #smsc-username = uname
> 
> #smsc-password = pass
> 
> #throughput = 10
> 
> #keepalive = 10
> 
> #no-dlr = false
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> #smsbox routing
> 
> group = smsbox-route
> 
> smsbox-id = dlrbox
> 
> smsc-ids = "mysmpp"
> 
> shortcuts = "4444" 
> 
>  
> 
> #SMS service GROUP
> 
> group = sms-service
> 
> keyword = default
> 
> catch-all = true
> 
> get-url = http://www.google.com
> 
> max-messages = 1
> 
>  
> 
> #SENDsms GROUP 
> 
> group = sendsms-user
> 
> username = uname
> 
> password = pass
> 
> default-sender="4444"
> 
> concatenation = true
> 
> #dlr-mask=7
> 
> dlr-url="*"
> 
>  
> 
> #MYSQL-CONNECTION group
> 
> group = mysql-connection
> 
> id = mydlr
> 
> host = localhost
> 
> username = ""
> 
> password = ""
> 
> database = dlr
> 
> max-connections = 1
> 
>  
> 
>  
> 
> #DLR_DB Group
> 
> group = dlr-db
> 
> id = mydlr
> 
> table = dlr
> 
> field-smsc = smsc
> 
> field-timestamp = ts
> 
> field-destination = destination
> 
> field-source = source
> 
> field-service = service
> 
> field-url = url
> 
> field-mask = mask
> 
> field-status = status
> 
> field-boxc-id = boxc
> 
>  
> 
>  
> 
>  
> 
> group = ppg
> 
> #ppg-url = /push/miep_normal
> 
> ppg-port = 7080
> 
> #ppg-allow-ip = 172.17.60.28
> 
> concurrent-pushes = 100
> 
> trusted-pi = true
> 
> service-name = ppg
> 
> ppg-smsbox-id = dlrbox
> 
> default-dlr-url = "*" 
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> group = test-ppg
> 
> retries = 2
> 
> pi-ssl = no
> 
> #ssl-client-certkey-file = /etc/kannel/certkey.pem
> 
>  
> 
>  
> 
>  
> 
> #SMS-SERVICE group
> 
> group = sms-service
> 
> keyword = www
> 
> catch-all = true
> 
> get-url = "http://www.google.com";
> 
> max-messages = 1
> 
> 


Reply via email to