[asterisk-dev] [asterisk-commits] murf: branch group/newcdr r155927 - /team/group/newcdr/main/cel.c

Sean Bright sean.bright at gmail.com
Tue Nov 11 06:45:26 CST 2008


SVN commits to the Asterisk project wrote:
> Author: murf
> Date: Mon Nov 10 23:58:29 2008
> New Revision: 155927
> 
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=155927
> Log:
> Update to use Sean Bright's cool new channel find mechanism.
...
> +int linkedid_match(struct ast_channel *c) 
...
> +        if ((tmp = ast_channel_search_locked(linkedid_match))) {

The ast_channel_search_locked function now takes a second argument (a
void *) which in turn gets passed to the callback.  So linkedid_match
would also need to take a void * as it's second argument, which you
would probably use to pass in linkedid.

-- 
Sean Bright
sean.bright at gmail.com



More information about the asterisk-dev mailing list