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
_______________________________________________ Users mailing list Users@mbuni.org http://lists.mbuni.org/mailman/listinfo/users