I guess you can't get more clear than that.

Thanks for the quick response, Paul.
----- Original Message -----
From: users-requ...@mbuni.org
To: users@mbuni.org
Sent: Monday, August 30, 2010 12:22:41 AM GMT -05:00 US/Canada Eastern
Subject: Users Digest, Vol 46, Issue 47

Send Users mailing list submissions to
        users@mbuni.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.mbuni.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
        users-requ...@mbuni.org

You can reach the person managing the list at
        users-ow...@mbuni.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."


Today's Topics:

   1. Re: X-Mms-Message-Size field (Paul Bagyenda)
   2. Re: Mbuni Admin interface display empty information
      (Emmanuel CHANSON)
   3. Re: Re: Mbuni Admin interface display empty information
      (Paul Bagyenda)
   4. Re: Re: Mbuni Admin interface display empty information
      (Emmanuel CHANSON)


----------------------------------------------------------------------

Message: 1
Date: Mon, 30 Aug 2010 07:03:01 +0300
From: Paul Bagyenda <bagye...@dsmagic.com>
Subject: Re: [Users] X-Mms-Message-Size field
To: users@mbuni.org
Message-ID: <c04fd323-5794-41b9-9a4d-d6b8beb5d...@dsmagic.com>
Content-Type: text/plain; charset=us-ascii

According to the MMS encoding spec, this field should be a "Long-integer". The 
encoding for this is defined in WAP-203-WSP Section 8.1.2:

8.1.2 Variable Length Unsigned Integers
Many fields in the data unit formats are of variable length. Typically, there 
will be an associated field that specifies the size of the variable length 
field. In order to keep the data unit formats as small as possible, a variable 
length unsigned integer encoding is used to specify lengths. The larger the 
unsigned integer, the larger the size of its encoding.
Each octet of the variable length unsigned integer is comprised of a single 
Continue bit and 7 bits of payload as shown in Figure 27.

To encode a large unsigned integer, split it into 7-bit fragments and place 
them in the payloads of multiple octets. The most significant bits are placed 
in the first octets with the least significant bits ending up in the last 
octet. All octets MUST set the Continue bit to 1 except the last octet, which 
MUST set the Continue bit to 0.

On Aug 28, 2010, at 00:29, Rennard Hutchinson wrote:

> Hello,
> 
> I was wondering if anyone could help me with the X-Mms-Message-Size field.  I 
> have looked over the mms encapsulation spec an it indicates that this value 
> is a Long-integer.  I have also seen some other places, like wireshark 
> decoders, that list this as a 32 bit unsigned integer. Yet another method 
> seems to use and encoding of 0x8E(for the field name), lengthInBytes(lets say 
> 2), 0xXX(first byte), 0xYY(second byte).
> 
> My problem is that in wireshark traces from notifications being generated by 
> Mbuni, this field doesn't seem to follow any of these encodings routinely.
> 
> If it is using a 32bit encoding I would expect to see 4 bytes for the size in 
> each message. Sometimes it is 3, sometimes 2.
> 
> How is Mbuni setting this field?
> _______________________________________________
> Users mailing list
> Users@mbuni.org
> http://lists.mbuni.org/mailman/listinfo/users
> 



------------------------------

Message: 2
Date: Mon, 30 Aug 2010 06:08:00 +0200
From: Emmanuel CHANSON <emmanuelchan...@gmail.com>
Subject: [Users] Re: Mbuni Admin interface display empty information
To: users@mbuni.org
Message-ID:
        <aanlktinnzfqwnsg11sc4nqd2ycqac7fmrah0pjxh+...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

One more try if someone has already see this issue described below for admin
interface.

BR,

Emmanuel

2010/8/25 Emmanuel CHANSON <emmanuelchan...@gmail.com>

> :( no idea...
>
> 2010/8/14 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>
> Does someone already used the HTTP admin interface ?
>>
>> Regards,
>>
>> Emmanuel
>>
>> 2010/8/12 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>>
>> Any advises ? :(
>>>
>>> Emmanuel
>>>
>>> 2010/8/10 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>>>
>>> Hello,
>>>>
>>>> I am using Mbuni CVS
>>>> I have configured Mbuni in order to access its admin interface:
>>>> ...
>>>> *group = mbuni
>>>> storage-directory = /var/spool/mbuni
>>>> max-send-threads = 5
>>>> maximum-send-attempts = 50
>>>> default-message-expiry = 360000
>>>> queue-run-interval = 5
>>>> send-attempt-back-off = 300
>>>> sendmms-port = 10003
>>>> mmsbox-admin-port = 10005
>>>> admin-password = mms
>>>> admin-port-ssl = false*
>>>> ...
>>>>
>>>> But I only got this when trying to access this URL:
>>>> *http://127.0.0.1:10005/?password=mms&command=status&mmsc-id=modem*
>>>>
>>>>
>>>> *<mmsbox> </mmsbox>*
>>>>
>>>> Screenshot attached
>>>>
>>>> What's wrong?
>>>>
>>>> I have followed Paul(s tutorial:
>>>> *CVS now has the beginnings of the HTTP admin interface. No
>>>> documentation updates yet, alas, but that should change over the coming
>>>> hours.*
>>>> *
>>>> *
>>>> *Briefly, you need to add the following config params to your mbuniconf 
>>>> group:
>>>> *
>>>> *
>>>> *
>>>> *mmsbox-admin-port = port_no*
>>>> *admin-password = password*
>>>> *admin-port-ssl = one_of_true_or_false*
>>>> *
>>>> *
>>>> *You should then be able to access the HTTP admin port using*
>>>> *
>>>> *
>>>> *http(s)://mbuni-host:port/?**password=password&command=cmd&**
>>>> mmsc-id=mmsc*
>>>> *
>>>> *
>>>> * In each case the HTTP response is XML formatted.*
>>>> *
>>>> *
>>>> *The parameter 'cmd' is one of:*
>>>> *- status: This spits out the status of the mmsc connection provided
>>>> (if none is provided then status information for all active mmsc 
>>>> connections
>>>> is provided)*
>>>> *- start: This starts  the mmsc connection whose ID (in the conf file)
>>>> matches that provided (if none is provided then all are started)*
>>>> *- stop: This stops  the mmsc connection whose ID  matches that
>>>> provided (if none is provided then  all are stopped)*
>>>> *
>>>> *
>>>> *Feedback is welcomed of course.*
>>>> *
>>>> *
>>>> *You will also notice additional updates in the Changelog, particularly
>>>> with respect to dynamic configuration of Mbuni. (These are documented.)
>>>> *
>>>>
>>>>
>>>> Regards,
>>>> --
>>>> Emmanuel
>>>>
>>>
>>>
>>>
>>> --
>>> Emmanuel
>>>
>>> CHANSON Emmanuel
>>> Mobile Nouvelle-Cal�donie: +687.77.35.02
>>> Mobile France: +33 (0) 6.68.03.89.56
>>> @email : emmanuelchan...@gmail.com
>>>
>>
>>
>>
>> --
>> Emmanuel
>>
>> CHANSON Emmanuel
>> Mobile Nouvelle-Cal�donie: +687.77.35.02
>> Mobile France: +33 (0) 6.68.03.89.56
>> @email : emmanuelchan...@gmail.com
>>
>
>
>
> --
> Emmanuel
>
> CHANSON Emmanuel
> Mobile Nouvelle-Cal�donie: +687.77.35.02
> Mobile France: +33 (0) 6.68.03.89.56
> @email : emmanuelchan...@gmail.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.mbuni.org/pipermail/users/attachments/20100830/eedcca6b/attachment-0001.html

------------------------------

Message: 3
Date: Mon, 30 Aug 2010 07:12:46 +0300
From: Paul Bagyenda <bagye...@dsmagic.com>
Subject: Re: [Users] Re: Mbuni Admin interface display empty
        information
To: users@mbuni.org
Message-ID: <cb5a9312-39a1-45df-aaa6-9589299ab...@dsmagic.com>
Content-Type: text/plain; charset="iso-8859-1"

The URL is wrong it should be

http://localhost:10005/status?password=xxx&mmsc-id=modem


On Aug 30, 2010, at 07:08, Emmanuel CHANSON wrote:

> One more try if someone has already see this issue described below for admin 
> interface.
> 
> BR,
> 
> Emmanuel
> 
> 2010/8/25 Emmanuel CHANSON <emmanuelchan...@gmail.com>
> :( no idea...
> 
> 2010/8/14 Emmanuel CHANSON <emmanuelchan...@gmail.com>
> 
> Does someone already used the HTTP admin interface ?
> 
> Regards,
> 
> Emmanuel
> 
> 2010/8/12 Emmanuel CHANSON <emmanuelchan...@gmail.com>
> 
> Any advises ? :(
> 
> Emmanuel
> 
> 2010/8/10 Emmanuel CHANSON <emmanuelchan...@gmail.com>
> 
> Hello,
> 
> I am using Mbuni CVS
> I have configured Mbuni in order to access its admin interface:
> ...
> group = mbuni
> storage-directory = /var/spool/mbuni
> max-send-threads = 5
> maximum-send-attempts = 50
> default-message-expiry = 360000
> queue-run-interval = 5
> send-attempt-back-off = 300
> sendmms-port = 10003
> mmsbox-admin-port = 10005
> admin-password = mms
> admin-port-ssl = false
> ...
> 
> But I only got this when trying to access this URL:
> http://127.0.0.1:10005/?password=mms&command=status&mmsc-id=modem
> 
> 
> <mmsbox> </mmsbox>
> 
> Screenshot attached
> 
> What's wrong?
> 
> I have followed Paul(s tutorial:
> CVS now has the beginnings of the HTTP admin interface. No documentation 
> updates yet, alas, but that should change over the coming hours.
> 
> Briefly, you need to add the following config params to your mbuni conf group:
> 
> mmsbox-admin-port = port_no
> admin-password = password
> admin-port-ssl = one_of_true_or_false
> 
> You should then be able to access the HTTP admin port using
> 
> http(s)://mbuni-host:port/?password=password&command=cmd&mmsc-id=mmsc
> 
>  In each case the HTTP response is XML formatted.
> 
> The parameter 'cmd' is one of:
> - status: This spits out the status of the mmsc connection provided (if none 
> is provided then status information for all active mmsc connections is 
> provided)
> - start: This starts  the mmsc connection whose ID (in the conf file) matches 
> that provided (if none is provided then all are started)
> - stop: This stops  the mmsc connection whose ID  matches that provided (if 
> none is provided then  all are stopped)
> 
> Feedback is welcomed of course.
> 
> You will also notice additional updates in the Changelog, particularly with 
> respect to dynamic configuration of Mbuni. (These are documented.)
> 
> 
> Regards,
> -- 
> Emmanuel
> 
> 
> 
> -- 
> Emmanuel
> 
> CHANSON Emmanuel
> Mobile Nouvelle-Cal�donie: +687.77.35.02
> Mobile France: +33 (0) 6.68.03.89.56
> @email : emmanuelchan...@gmail.com
> 
> 
> 
> -- 
> Emmanuel
> 
> CHANSON Emmanuel
> Mobile Nouvelle-Cal�donie: +687.77.35.02
> Mobile France: +33 (0) 6.68.03.89.56
> @email : emmanuelchan...@gmail.com
> 
> 
> 
> -- 
> Emmanuel
> 
> CHANSON Emmanuel
> Mobile Nouvelle-Cal�donie: +687.77.35.02
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.mbuni.org/pipermail/users/attachments/20100830/e736c773/attachment-0001.html

------------------------------

Message: 4
Date: Mon, 30 Aug 2010 06:20:12 +0200
From: Emmanuel CHANSON <emmanuelchan...@gmail.com>
Subject: Re: [Users] Re: Mbuni Admin interface display empty
        information
To: users@mbuni.org
Message-ID:
        <aanlktinjqvzjzmgxmiugqg2ty4nu=bpfegmv1kfxj...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Thanks it is correct now, I found this old URL in a thread.

BR,

Emmanuel

2010/8/30 Paul Bagyenda <bagye...@dsmagic.com>

> The URL is wrong it should be
>
> http://localhost:10005/status?password=xxx&mmsc-id=modem
>
>
> On Aug 30, 2010, at 07:08, Emmanuel CHANSON wrote:
>
> One more try if someone has already see this issue described below for
> admin interface.
>
> BR,
>
> Emmanuel
>
> 2010/8/25 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>
>> :( no idea...
>>
>> 2010/8/14 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>>
>> Does someone already used the HTTP admin interface ?
>>>
>>> Regards,
>>>
>>> Emmanuel
>>>
>>> 2010/8/12 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>>>
>>> Any advises ? :(
>>>>
>>>> Emmanuel
>>>>
>>>> 2010/8/10 Emmanuel CHANSON <emmanuelchan...@gmail.com>
>>>>
>>>> Hello,
>>>>>
>>>>> I am using Mbuni CVS
>>>>> I have configured Mbuni in order to access its admin interface:
>>>>> ...
>>>>> *group = mbuni
>>>>> storage-directory = /var/spool/mbuni
>>>>> max-send-threads = 5
>>>>> maximum-send-attempts = 50
>>>>> default-message-expiry = 360000
>>>>> queue-run-interval = 5
>>>>> send-attempt-back-off = 300
>>>>> sendmms-port = 10003
>>>>> mmsbox-admin-port = 10005
>>>>> admin-password = mms
>>>>> admin-port-ssl = false*
>>>>> ...
>>>>>
>>>>> But I only got this when trying to access this URL:
>>>>> *http://127.0.0.1:10005/?password=mms&command=status&mmsc-id=modem*
>>>>>
>>>>>
>>>>> *<mmsbox> </mmsbox>*
>>>>>
>>>>> Screenshot attached
>>>>>
>>>>> What's wrong?
>>>>>
>>>>> I have followed Paul(s tutorial:
>>>>> *CVS now has the beginnings of the HTTP admin interface. No
>>>>> documentation updates yet, alas, but that should change over the coming
>>>>> hours.*
>>>>> *
>>>>> *
>>>>> *Briefly, you need to add the following config params to your mbuniconf 
>>>>> group:
>>>>> *
>>>>> *
>>>>> *
>>>>> *mmsbox-admin-port = port_no*
>>>>> *admin-password = password*
>>>>> *admin-port-ssl = one_of_true_or_false*
>>>>> *
>>>>> *
>>>>> *You should then be able to access the HTTP admin port using*
>>>>> *
>>>>> *
>>>>> *http(s)://mbuni-host:port/?**password=password&command=cmd&**
>>>>> mmsc-id=mmsc*
>>>>> *
>>>>> *
>>>>> * In each case the HTTP response is XML formatted.*
>>>>> *
>>>>> *
>>>>> *The parameter 'cmd' is one of:*
>>>>> *- status: This spits out the status of the mmsc connection provided
>>>>> (if none is provided then status information for all active mmsc 
>>>>> connections
>>>>> is provided)*
>>>>> *- start: This starts  the mmsc connection whose ID (in the conf file)
>>>>> matches that provided (if none is provided then all are started)*
>>>>> *- stop: This stops  the mmsc connection whose ID  matches that
>>>>> provided (if none is provided then  all are stopped)*
>>>>> *
>>>>> *
>>>>> *Feedback is welcomed of course.*
>>>>> *
>>>>> *
>>>>> *You will also notice additional updates in the Changelog,
>>>>> particularly with respect to dynamic configuration of Mbuni. (These
>>>>> are documented.)*
>>>>>
>>>>>
>>>>> Regards,
>>>>> --
>>>>> Emmanuel
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Emmanuel
>>>>
>>>> CHANSON Emmanuel
>>>> Mobile Nouvelle-Cal�donie: +687.77.35.02
>>>> Mobile France: +33 (0) 6.68.03.89.56
>>>> @email : emmanuelchan...@gmail.com
>>>>
>>>
>>>
>>>
>>> --
>>> Emmanuel
>>>
>>> CHANSON Emmanuel
>>> Mobile Nouvelle-Cal�donie: +687.77.35.02
>>> Mobile France: +33 (0) 6.68.03.89.56
>>> @email : emmanuelchan...@gmail.com
>>>
>>
>>
>>
>> --
>> Emmanuel
>>
>> CHANSON Emmanuel
>> Mobile Nouvelle-Cal�donie: +687.77.35.02
>> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.mbuni.org/pipermail/users/attachments/20100830/b8445ac9/attachment.html

------------------------------

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


End of Users Digest, Vol 46, Issue 47
*************************************
_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to