Re: [Users] Re: Mbuni Admin interface display empty information

2010-08-29 Thread Emmanuel CHANSON
Thanks it is correct now, I found this old URL in a thread.

BR,

Emmanuel

2010/8/30 Paul Bagyenda 

> 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 
>
>> :( no idea...
>>
>> 2010/8/14 Emmanuel CHANSON 
>>
>> Does someone already used the HTTP admin interface ?
>>>
>>> Regards,
>>>
>>> Emmanuel
>>>
>>> 2010/8/12 Emmanuel CHANSON 
>>>
>>> Any advises ? :(

 Emmanuel

 2010/8/10 Emmanuel CHANSON 

 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 = 36
> 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*
>
>
> * *
>
> 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 : [email protected]

>>>
>>>
>>>
>>> --
>>> Emmanuel
>>>
>>> CHANSON Emmanuel
>>> Mobile Nouvelle-Calédonie: +687.77.35.02
>>> Mobile France: +33 (0) 6.68.03.89.56
>>> @email : [email protected]
>>>
>>
>>
>>
>> --
>> Emmanuel
>>
>> CHANSON Emmanuel
>> Mobile Nouvelle-Calédonie: +687.77.35.02
>> Mobile France: +33 (0) 6.68.03.89.56
>> @email : [email protected]
>>
>
> ___
> Users mailing list
> [email protected]
> http://lists.mbuni.org/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> [email protected]
> http://lists.mbuni.org/mailman/listinfo/users
>
>
___
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] Re: Mbuni Admin interface display empty information

2010-08-29 Thread Paul Bagyenda
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 
> :( no idea...
> 
> 2010/8/14 Emmanuel CHANSON 
> 
> Does someone already used the HTTP admin interface ?
> 
> Regards,
> 
> Emmanuel
> 
> 2010/8/12 Emmanuel CHANSON 
> 
> Any advises ? :(
> 
> Emmanuel
> 
> 2010/8/10 Emmanuel CHANSON 
> 
> 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 = 36
> 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
> 
> 
>  
> 
> 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 : [email protected]
> 
> 
> 
> -- 
> Emmanuel
> 
> CHANSON Emmanuel
> Mobile Nouvelle-Calédonie: +687.77.35.02
> Mobile France: +33 (0) 6.68.03.89.56
> @email : [email protected]
> 
> 
> 
> -- 
> Emmanuel
> 
> CHANSON Emmanuel
> Mobile Nouvelle-Calédonie: +687.77.35.02
> Mobile France: +33 (0) 6.68.03.89.56
> @email : [email protected]
> 
> ___
> Users mailing list
> [email protected]
> http://lists.mbuni.org/mailman/listinfo/users

___
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users