[asterisk-dev] [asterisk-commits] tilghman: branch tilghman/adaptive_realtime r115575 - in /team/tilghman/adapt...

Atis Lezdins atis at iq-labs.net
Fri May 9 02:48:40 CDT 2008


On Fri, May 9, 2008 at 6:10 AM, SVN commits to the Asterisk project
<asterisk-commits at lists.digium.com> wrote:
> Author: tilghman
>  Date: Thu May  8 22:10:08 2008
>  New Revision: 115575
>
>  URL: http://svn.digium.com/view/asterisk?view=rev&rev=115575
>  Log:
>  Add checks to existing realtime updates
>
>  Modified: team/tilghman/adaptive_realtime/apps/app_queue.c
>  URL: http://svn.digium.com/view/asterisk/team/tilghman/adaptive_realtime/apps/app_queue.c?view=diff&rev=115575&r1=115574&r2=115575
>  ==============================================================================
>  --- team/tilghman/adaptive_realtime/apps/app_queue.c (original)
>  +++ team/tilghman/adaptive_realtime/apps/app_queue.c Thu May  8 22:10:08 2008
>  @@ -6284,6 +6284,7 @@
>
>         if (!(device_state_sub = ast_event_subscribe(AST_EVENT_DEVICE_STATE, device_state_cb, NULL, AST_EVENT_IE_END)))
>                 res = -1;
>  +       ast_realtime_require_field("queue_members", "paused", RQ_INTEGER, 1, "uniqueid", RQ_INTEGER, 5, NULL);
>
>         return res ? AST_MODULE_LOAD_DECLINE : 0;
>   }

uniqueid is not necessarily integer here.

Regards,
Atis

-- 
Atis Lezdins,
VoIP Project Manager / Developer,
atis at iq-labs.net
Skype: atis.lezdins
Cell Phone: +371 28806004
Cell Phone: +1 800 7300689
Work phone: +1 800 7502835



More information about the asterisk-dev mailing list