One more question, Every time I do get an MMS available notification message, it says it comes from certain IP address (An IP address of the CELL operator SMSC). While playing with parameters
mms-client-msisdn-header mms-client-ip-header and trying to adjust it to a number - (I have to send it from certain number - 1117) - I was able to make it send only from 127001 - irrespectively what is setup there. Somehow MBUNI/KANNEL sends thins MMS this way. Any help how to fix that and make it send an MMS notify from a number I need - would be highly appreciated! My configs are attached. Sicerely, Anton.
# # Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. # # HTTP administration is disabled by default. Make sure you set the # password if you enable it. group = core admin-port = 13000 admin-password = bar wapbox-port = 13002 smsbox-port = 13001 wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 1 store-file = "/var/log/kannel/kannel.store" group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" timer-freq = 20 map-url = "http://mmsc/* http://localhost:1981/*" map-url = "http://* http://localhost:1981/*" group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 1117 log-file = "/var/log/kannel/smsbox.log" access-log = "/var/log/kannel/sms-access.log" group = smsc smsc = smpp host = (CENSORED IP ADDRESS) port = 2222 receive-port = 2222 smsc-username = "user" smsc-password = "pass" system-type = "SMS" address-range = "" my-number = 1117 interface-version = 34 dest-addr-ton = 0 dest-addr-npi = 1 source-addr-ton = 0 source-addr-npi = 1 group = sendsms-user username = sms1 password = send1 group = sms-service name = nothing keyword = nop aliases = "noppy;niente" text = "You asked nothing and I did it!" concatenation = true max-messages = 2 group = sms-service name = Maarouf keyword = man aliases = "man" text = "Hello MAN! How Are You?" # PPG CORE SETUP, for defining the push request interface group = ppg ppg-url = /cgi-bin/wap-push.cgi ppg-port = 8080 #ppg-ssl-port = 8081 concurrent-pushes = 100 trusted-pi = true users = 1024 ppg-allow-ip = "*.*.*.*" # PPG USER SETUP, for authorizing a specific push user group = wap-push-user wap-push-user = sms1 ppg-username = sms1 ppg-password = send1
group = core log-file = /var/log/kannel/mbuni.log access-log = /var/log/kannel/mbuni-access.log log-level = 0 group = mbuni name = "MY MMSC" hostname = mmsc.myhost.net host-alias = mmsc local-mmsc-domains = myhost.net local-prefixes = 992;+992;00992;505 storage-directory = /tmp/spool max-send-threads = 5 send-mail-prog = /usr/sbin/sendmail -f '%f' '%t' unified-prefix = "+99293,93" maximum-send-attempts = 50 default-message-expiry = 360000 queue-run-interval = 0.1 send-attempt-back-off = 300 sendsms-url = http://sms.myhost.net:13013/cgi-bin/sendsms sendsms-username = sms1 sendsms-password = send1 mms-port = 1981 mm7-port = 1982 email2mms-relay-hosts = "mail.myhost.net" billing-module-parameters = "/var/log/kannel/mbuni-cdr.log" content-adaptation = true notify-unprovisioned = yes mms-notify-text = "You have received a multimedia message from %S, go to XXX to view it" mm-box-host = local.ds.co.ug mms-notify-unprovisioned-text = "This is a test" mms-to-email-txt = "This is a multimedia message (HTML suppressed)" mms-to-email-html = "This is a multimedia message powered by <emph>Digital Solutions</emph>" mms-message-too-large-txt = "You have received a multimedia message from %S that is too large for your phone. Go to xxx to view it" sendmms-port = 10001 group = send-mms-user username = tester password = foobar group = send-mms-user username = binary password = "user" faked-sender = 111 group = mms-service name = fullmessage get-url = http://www.myhost.net/images/news/bulletin.jpg accept-x-mbuni-headers = true keyword = try text = Hi! This is MBUNI faked-sender = 1117 catch-all = true group = mmsproxy name = "A test mms proxy" host = mmsc.myhost.net allowed-prefix = "+99293;5"
_______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
