I tried:
mmsfromemail -f +861381138yyyy -t +861380124xxxx -p xxxx
/etc/mbuni/mbuni.conf < /root/mms/alex.mime 

And kannel said the message has been sent correctly (I set to debug, and
there are no warning/errors).
But the cellphone receive nothing, no changes at all. I use a nokia series
60 as receiver.

I think it can be the modem that doesn't support mms, but only sms/wappush..
If anybody knows how to find it out with some command line scripts/commands
:)
Anyway, my modem is a (old?) Wavecom, I tried to search online, but I didn't
find the right modem.

Alex

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Paul Bagyenda
Sent: Monday, June 13, 2005 13:45
To: Mbuni MMS Gateway Users List
Subject: Re: [Users] Kannel 1.4 + mbuni 0.9.8, config problem

MMS notifications are sent as binary SMS, so your setup on the sms side
looks ok. You need to figure out whether the notification is being received
by the phone or not. Some phones will show some activity on receipt of
notification (as they try to fetch the message), look out for that.
On Jun 11, 2005, at 17:33, Alessandro Grena wrote:

> The phone is configured right, as it receive and send sms and mms as 
> well as push wap messages, kannel is working fine because it can send 
> sms and pushwap messages. The strange part is that in the log kannel 
> says that the message has been sent. Can be the wavecom modem that 
> doesn't support mms, so it can't actually send?
>
> Alex
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Paul Bagyenda
> Sent: Saturday, June 11, 2005 16:36
> To: Mbuni MMS Gateway Users List
> Subject: Re: [Users] Kannel 1.4 + mbuni 0.9.8, config problem
>
> Allesandro,
>
>   Most likely error is that the sms never gets to the phone. Another 
> potential error is that the phone config is not quite right. Can you 
> confirm one or the other possibility is not happening?
> On Jun 09, 2005, at 11:39, Alessandro Grena wrote:
>
>
>> Hello all,
>> Sorry, I'm not able to see the archive, this why I'm writing a
>> probably already solved question... I'm able to send a mms to a
>> mailbox, but not send a mms to a cellphone (it says that it sent a
>> sms, but I never receive it.
>>
>> here is my config file for kannel:
>>
>> group              = core
>> admin-port         = 7483
>> smsbox-port        = 7484
>> admin-password     = xxxx
>> status-password    = xxxx
>> wapbox-port        = 7486
>> wdp-interface-name = "*"
>> dlr-storage        = mysql
>> access-log         = "/var/log/kannel/access_bearerbox.log"
>> log-file           = "/var/log/kannel/bearerbox.log"
>> log-level          = 0
>>
>> # MYSQL DB CONNECTION
>> group             = mysql-connection
>> id                = my_dlr
>> host              = localhost
>> mysql-username    = yyyy
>> mysql-password    = yyyy
>> database          = kannel
>> #max-connections   = 10
>>
>> # MYSQL DB FOR DLR
>> group                 = dlr-db
>> id                    = my_dlr
>> table                 = com_kannel_report
>> 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
>>
>> # SMSC CONNECTIONS
>> group          = smsc
>> smsc           = at
>> smsc-id        = WC-GSM
>> modemtype      = wavecom
>> device         = /dev/ttyS0
>> speed          = 9600
>>
>> # modem
>> group         = modems
>> id            = wavecom
>> name          = Wavecom
>> detect-string = "WAVECOM"
>> #init-string  = "AT+CMGF=0"
>>
>> #SMSBOX SETUP
>> group            = smsbox
>> bearerbox-host   = localhost
>> sendsms-port     = 7485
>> global-sender    = 7485
>> log-file         = "/var/log/kannel/smsbox.log"
>> log-level        = 0
>> access-log       = "/var/log/kannel/access_smsbox.log"
>> mo-recode        = 1
>>
>> # SEND-SMS USERS
>> group    = sendsms-user
>> username = zzzz
>> password = zzzz
>>
>> # SERVICES
>> group        = sms-service
>> keyword      = default
>> get-url      = "http://127.0.0.1/communications/mo/wavecom/
>> wavecom_get_mo_message.php?to=%p&mesg=%b&coding=%c&char=%
>> C&receivetime=%t&dlrstatus=%d"
>> max-messages = 1
>> concatenation = 0
>>
>> group = wapbox
>> bearerbox-host = localhost
>> log-file = "/var/log/kannel/wapbox.log"
>> access-log = "/var/log/kannel/access_wapbox.log"
>> syslog-level = none
>> timer-freq = 10
>> map-url = "http://mmsc/* http://localhost:8191/*";
>>
>> group = ppg
>> ppg-url = /wappush
>> ppg-port = 7487
>> concurrent-pushes = 5
>> users = 1024
>> ppg-allow-ip = 127.0.0.1
>> trusted-pi = true
>>
>> group = wap-push-user
>> wap-push-user = wwww
>> ppg-username = wwww
>> ppg-password = wwww
>> allow-ip = 127.0.0.1
>>
>>
>>
>>
>>
>> Here is the config for mbuni:
>>
>> group = core
>> log-file = /var/log/mbuni/mmsgw.log
>> log-level = 0
>> access-log = /var/log/mbuni/access.log
>>
>> group = mmsbox
>> name = "MMSC"
>> hostname = localhost
>> host-alias = mmsc
>> local-prefixes = "+86"
>> unified-prefix = "+86"
>> max-send-threads = 1
>> maximum-send-attempts = 10
>> #default-message-expiry = 36000
>> queue-run-interval = 10
>> send-attempt-back-off = 300
>> mms-port = 8191
>> mm7-port = 8880
>> #allow-ip-type = false
>> send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
>> storage-directory = /var/spool/mbuni
>> sendsms-url = http://localhost:7485/cgi-bin/sendsms
>> sendsms-username = tttt
>> sendsms-password = tttt
>> allow-ip = 127.0.0.1
>> email2mms-relay-prefixes = "+86"
>> notify-unprovisioned = yes
>> mms-notify-text = "You have received a multimedia message from %S, go
>> to mobile-factor.com to view it"
>> mm-box-host = localhost
>> mms-notify-unprovisioned-text = "Unprovisioned MMS"
>> mms-to-email-txt = "This is a multimedia message (HTML suppressed)"
>> mms-to-email-html = "This is a multimedia message powered by
>> <emph>Mobile-Factor</emph>"
>> mms-message-too-large-txt = "You have received a multimedia message
>> from %S that is too large for your phone. Go to www.mobile-  
>> factor.com
>> to view it"
>>
>> group = mms-vasp
>> vasp-id = newcorp
>> type = soap
>> short-code = 100
>> vasp-username = gggg
>> vasp-password = gggg
>> vasp-url = http://www.xxxxxxxxxx.com:8880/mm7
>> mmsc-username = eeee
>> mmsc-password = eeee
>>
>> group = mmsproxy
>> name = "A test mms proxy"
>> host = localhost
>> allowed-prefix = "+86"
>>
>>
>> Thank you,
>>
>> Alex
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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


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

Reply via email to