Hi, I am newbie with mbuni, but very experienced with kannel. It stands to reason that if your content fits an SMS, it makes no sense to store it on the server and send you a notification, with a link to get it. The cost of notification alone would be the same as the cost of the SMS push.
The issue is: did you get your text or not? If you did what do you need the notification for? I cannot tell you why the length is different in its case, since you have not posted your message. But in the first case the text should be something like "You have an MMS waiting..." and in the second case the actual text which will have different length than the notification. PS: I would appreciate if someone could fix the reply headers in the mailing list. I use like most, Outlook Express, and when I choose "Reply All" I get: To: users@mbuni.org; users@mbuni.org (2x) Cc: - The standard way for lists would be: To: nbalka...@gmail.com Cc: users@mbuni.org This way, it is immediately obvious whom we address, while keeping the list updated. BR, Nikos ----- Original Message ----- From: Emmanuel CHANSON To: users@mbuni.org Sent: Friday, November 13, 2009 6:32 AM Subject: Re: [Users] [MMSBox] sendmms CGI script and Kannel sendsms notification/ Nothing received on the mobile Hello Nikos, Ok so you mean in case of an MMS that includes only text, we do not receive any notification? Why is the second message size bigger than the first one including a picture? Has anybody an example of how to send a content (SMIL or whatever) using CGI parameter? I don't see anything in the Mbuni documentation. Regards, Emmanuel 2009/11/13 Nikos Balkanas <nbalka...@gmail.com> Hi,  In the first case the push is 132 B and fits 1 SMS  In the 2nd case push is 148 B and is split in 2 SMS. I don't know what coding mbuni is using, but if the push is 8-bit or 7-bit + Udh length > 160, then it should split.  As far as notification goes, I imagine that in the first case, that you have a picture, you get a notification to get it. In the second case that you don't have anything, what to be notified for?  BR, Nikos ----- Original Message ----- From: Emmanuel CHANSON To: users@mbuni.org Sent: Wednesday, November 11, 2009 11:24 PM Subject: [Users] [MMSBox] sendmms CGI script and Kannel sendsms notification/ Nothing received on the mobile 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] [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] [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 -------------------------------------------------------------------------- _______________________________________________ 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