to call this api call: switchvox.users.callQueues.getTodaysStatus ( http://developers.digium.com/switchvox/ ... daysStatus ), you need two parameters:
1- the account_id of someone
2- the account_id of a callqueue
so, I chose my account_id which i got from the URL while editing my extension and I looped through all the callqueue account_ids from switchvox.extensions.search
but for each, the result is blank, for example:
<result>
<callQueue account_id="1250" name="mycallqueue" extension="1000" >
<my_status login_status="" current_call_duration="" current_caller_id_name="" current_caller_id_number="" calls_taken="" login_time="" time_of_last_call="" total_talk_time="" avg_talk_time="" max_talk_time="" paused_time="" />
</callQueue>
</result>
the api doc page mentions, "The results will differ depending on the Switchboard Panel Permissions for the spcified user in the specified queue."
so... how do I give my account_id/extension permission to view callqueue stats?
i went to setup->extensions->permissions and I created an extension permission mapping for my extension to have all permissions to all extensions, but still I get no data on any call queues.
ideas on what am I doing wrong?
