Thanks Paul, I will investiguate further on this. I would ike to use both to make tests.
Regards, Emmanuel 2009/11/16 Paul Bagyenda <bagye...@dsmagic.com> > You run Mbuni MMSC if you want to behave like an operator, switching > messages between phones (and perhaps other networks or VASPs). You run Mbuni > MMSBox if you are a VASP, connecting to an operator to send/receive messages > through them. That's the key difference between the two modes and is > important to understanding how to use the two together. > > > On Nov 13, 2009, at 13:27, Emmanuel CHANSON wrote: > > Hello Paul, > > I am trying to understand how work MMSC and MMBox together (I am new to > MBuni). > > So I am using "sendmms" CGI script to send a MMS to such recipient and I > expect it to be delivered or at least that a notification is received by the > recipient. > Although it is Ok using "mmssend" tool, no notification goes to the > recipient when I use CGI script. I am sending only text in this case, is it > the reason why I don't have notification? > > Another question: > Can MMBox stores and delivers MMS to people that ask for such content > through a SMS or MMS service ? (logo, ringtones, etc...). I think this is > the role of the MMBox? For what can be used MMbox in fact. > > Regards, > > Emmanuel > > 2009/11/13 Paul Bagyenda <bagye...@dsmagic.com> > >> I'd need to understand how MMSBox and the MMSC are working together. Note >> that their roles and uses are of course different. Can get confusing... >> On Nov 12, 2009, at 00:24, Emmanuel CHANSON wrote: >> >> Dears, >> >> I am testing MMSBox and MMSC (both Mbuni gateway) but I am faced to an >> issue regarding the use of the "sendmms" CGI script. >> The issue for me is located on Kannel side but I would like your >> confirmation first before asking Kannel users. >> >> I have send a MMS using "mmssend" I receive the notification: >> *# mmssend -f 1111 -t 687850850 -m /home/manu/softs/Mbuni/cat.mms >> /etc/mmsc.conf* >> >> ==> /var/log/mbuni/mmsc-access.log <== >> 2009-11-10 10:36:39 Notify MMS [INT:MM1] [ACT:] [MMSC:] [from:system] >> [to:+687850850/TYPE=PLMN] >> [msgid:qf9794.1.x412...@61.5.221.52/mmsc/mm1<http://msgid:qf9794%2e1%2ex412%2...@61.5.221.52/mmsc/mm1>] >> [size=-1] [UA:] [MMBox:] >> >> ==> smsbox.log <== >> 2009-11-10 10:36:39 [23490] [2] DEBUG: HTTP: Creating HTTPClient for >> `127.0.0.1'. >> 2009-11-10 10:36:39 [23490] [2] DEBUG: HTTP: Created HTTPClient area >> 0x8e18a58. >> 2009-11-10 10:36:39 [23490] [3] INFO: smsbox: Got HTTP request >> </var/www/kannel/sendsms> from <127.0.0.1> >> 2009-11-10 10:36:39 [23490] [3] INFO: sendsms used by <alt> >> 2009-11-10 10:36:39 [23490] [3] INFO: sendsms sender:<alt:687971204> >> (127.0.0.1) to:<+687850850> msg:<^N^F^C¾¯~D~L~B~X61.5.221. >> 52/mmsc/mm1-qf9798.14.x178.77> >> 2009-11-10 10:36:39 [23490] [3] DEBUG: Stored UUID >> 7a0fe62d-4ed3-4a61-ad7c-80e240c6dc6b >> *2009-11-10 10:36:39 [23490] [3] DEBUG: message length 132, sending 1 >> messages >> 2009-11-10 10:36:39 [23490] [3] DEBUG: Status: 202 Answer: <Sent.> >> 2009-11-10 10:36:39 [23490] [3] DEBUG: Delayed reply - wait for bearerbox >> * >> 2009-11-10 10:36:39 [23490] [0] DEBUG: Got ACK (0) of >> 7a0fe62d-4ed3-4a61-ad7c-80e240c6dc6b >> 2009-11-10 10:36:39 [23490] [0] DEBUG: HTTP: Resetting HTTPClient for >> `127.0.0.1'. >> >> >> >> But using sendmms CGI script I got no notification: >> *# lynx -dump " >> http://localhost:10001/?username=altmms&password=altmms&to=687850850/TYPE=PLMN&subject=Test&text=MMS >> "* >> >> ==> /var/log/mbuni/mmsc-access.log <== >> 2009-11-10 10:21:08 Notify MMS [INT:MM1] [ACT:] [MMSC:] [from:system] >> [to:687850850/TYPE=PLMN] [ >> msgid:d-h8-qf8864.9.x172...@61.5.221.52/mmsc/mm1<http://msgid:d-h8-qf8864%2e9%2ex172%2...@61.5.221.52/mmsc/mm1>] >> [size=-1] [UA:] [MMBox:] >> >> ==> smsbox.log <== >> 2009-11-10 10:21:08 [23490] [3] INFO: smsbox: Got HTTP request >> </var/www/kannel/sendsms> from <127.0.0.1> >> 2009-11-10 10:21:08 [23490] [3] INFO: sendsms used by <alt> >> 2009-11-10 10:21:08 [23490] [3] INFO: sendsms sender:<alt:687971204> >> (127.0.0.1) to:<+687850850> >> msg:<^M^F^C¾¯~D~L~B~X61.5.221.52/mmsc/mm1-3-g5-qf8868.13.x178.73> >> 2009-11-10 10:21:08 [23490] [3] DEBUG: Stored UUID >> d990d9bf-1d19-47e8-b1a5-32b4a87c99ad >> *2009-11-10 10:21:08 [23490] [3] DEBUG: message length 148, sending 2 >> messages >> 2009-11-10 10:21:08 [23490] [3] DEBUG: Status: 202 Answer: <Sent. Message >> splits: 2> >> 2009-11-10 10:21:08 [23490] [3] DEBUG: Delayed reply - wait for bearerbox >> * >> 2009-11-10 10:21:08 [23490] [0] DEBUG: Got ACK (0) of >> d990d9bf-1d19-47e8-b1a5-32b4a87c99ad >> 2009-11-10 10:21:08 [23490] [0] DEBUG: HTTP: Resetting HTTPClient for >> `127.0.0.1'. >> >> Note in one case message is not split... >> >> MMS is each case are dfferent (text+picture for first test, only text in >> second test). >> >> Regards, >> >> -- >> Emmanuel >> @email : emmanuelchan...@gmail.com >> <mbuni-kannel_log.zip>_______________________________________________ >> >> Users mailing list >> Users@mbuni.org >> http://lists.mbuni.org/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> Users@mbuni.org >> http://lists.mbuni.org/mailman/listinfo/users >> >> > > > -- > Emmanuel > > CHANSON Emmanuel > Mobile Nouvelle-Calédonie: +687 850.850 > Mobile France: +33 (0) 6.68.03.89.56 > @email : emmanuelchan...@gmail.com > _______________________________________________ > Users mailing list > Users@mbuni.org > http://lists.mbuni.org/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > Users@mbuni.org > http://lists.mbuni.org/mailman/listinfo/users > > -- Emmanuel CHANSON Emmanuel Mobile Nouvelle-Calédonie: +687 850.850 Mobile France: +33 (0) 6.68.03.89.56 @email : emmanuelchan...@gmail.com
_______________________________________________ Users mailing list Users@mbuni.org http://lists.mbuni.org/mailman/listinfo/users