hmmm, definitely a conf problem, and no conf attached!
On Aug 08, 2005, at 20:06, [EMAIL PROTECTED] wrote:

Hi all,
We try to configure a mms gateway. We have a working kannel (sms, wap,
wappush).
when i try to send to my phone:
mmssend -f [EMAIL PROTECTED] -t 600993344 /TYPE=PLMN -m / TYPE=PLMN -m
ktest.mms /etc/kannel/kannel.mms.conf
i become in the log mmsrelay.log
Failed Global Queue MMS Send: From [EMAIL PROTECTED], to
600993344/TYPE=PLMN, msgsize=20837: err=MMSC error: Don't know how to
deliver to 600993344/TYPE=PLMN !
I think it is a problem with prefix and allowed number...
i attach my conf
Thanks
pascal







#
# 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 = password
admin-allow-ip = "192.168.1.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 13001
wapbox-port = 13002
wdp-interface-name = "*"
log-level = 1
log-file = "/var/log/kannel/kannel.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "192.168.1.*;127.0.0.1"
include="/usr/local/gateway-1.4.0/doc/examples/modems.conf"

group = smsc
smsc = at
modemtype = wavecom
device = /dev/ttyS0
speed = 9600
pin = 3777

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789 "
global-sender = 628345538

group = sendsms-user
username = sendsmsuser
password = sendsmspw

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
log-level = 1
syslog-level = none

group = ppg
ppg-url = /wappush
ppg-port = 8080
concurrent-pushes = 50
users = 52
ppg-allow-ip = "192.168.1.*;127.0.0.1"
trusted-pi = true

group = wap-push-user
wap-push-user = wappushuser
ppg-username =ppgusername
ppg-password = ppgpassword
allow-ip = "192.168.1.*;127.0.0.1"

group = mmsbox
name = "MMSC"
hostname = localhost
host-alias = ammsc
local-mmsc-domains = mydomain.com
storage-directory = /tmp/spool
max-send-threads = 5
send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
unified-prefix = "+34,0034"
maximum-send-attempts = 50
default-message-expiry = 360000
queue-run-interval = 0.1
send-attempt-back-off = 300
sendsms-url = http://localhost:13013/cgi-bin/sendsms
sendsms-username = sendsmsuser
sendsms-password = sendsmspw
mms-port = 1981
mm7-port = 1982
email2mms-relay-prefixes = "0034;+34"
billing-module-parameters = "/tmp/log/cdr.log"
content-adaptation = yes
notify-unprovisioned = yes
mms-notify-text = "You have received a multimedia message from %S, go to XXX to view it"
mm-box-host = localhost
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"

group = mms-vasp
vasp-id = newscorp
type = soap
short-code = 111
vasp-username = newscorp
vasp-password = news123
vasp-url = http://localhost:23535/
mmsc-username = user
mmsc-password = secret

group = mmsproxy
name = "A test mms proxy"
host = localhost
allowed-prefix = "+34"
denied-prefix = "037"
_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org



_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to