[asterisk-dev] [Code Review] Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterator to use it.

Kevin Fleming kpfleming at digium.com
Tue Oct 6 08:23:54 CDT 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/379/
-----------------------------------------------------------

(Updated 2009-10-06 08:23:54.237713)


Review request for Asterisk Developers and Russell Bryant.


Changes
-------

This version corrects a bug introduced while optimizing the refcount handling in internal_ao2_callback().


Summary
-------

This patch finishes the implementation of OBJ_MULTIPLE in astobj2 (the case where multiple results need to be returned; OBJ_NODATA mode already was supported). In addition, it converts ast_channel_iterators (only the targeted versions, not the ones that iterate over all channels) to use this method.

The patch is not yet complete, as astobj2.h needs some editing to document the new structures and remove the existing comments about limitations of OBJ_MULTIPLE, but the functional parts should be complete.

During this work, I removed the 'ao2_flags' arguments to the ast_channel_iterator constructor functions; there were no uses of that argument yet, there is only one possible flag to pass, and it made the iterators less 'opaque'. If at some point in the future someone really needs an ast_channel_iterator that does not lock the container, we can provide constructor(s) for that purpose.


Diffs (updated)
-----

  /trunk/funcs/func_channel.c 222222 
  /trunk/apps/app_chanspy.c 222222 
  /trunk/apps/app_directed_pickup.c 222222 
  /trunk/apps/app_softhangup.c 222222 
  /trunk/include/asterisk/astobj2.h 222222 
  /trunk/include/asterisk/channel.h 222222 
  /trunk/include/asterisk/lock.h 222222 
  /trunk/main/astobj2.c 222222 
  /trunk/main/channel.c 222222 
  /trunk/main/cli.c 222222 
  /trunk/main/manager.c 222222 
  /trunk/res/snmp/agent.c 222222 

Diff: https://reviewboard.asterisk.org/r/379/diff


Testing
-------

None yet; posted this from my hotel room in Madrid, where testing is somewhat hard to do. Will setup a test next week when I return to the office.


Thanks,

Kevin




More information about the asterisk-dev mailing list