[asterisk-dev] [Code Review] 2845: Restore Dial, Queue, and FollowMe 'I' option support.

rmudgett reviewboard at asterisk.org
Wed Sep 11 16:31:07 CDT 2013


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

Review request for Asterisk Developers.


Bugs: ASTERISK-22072
    https://issues.asterisk.org/jira/browse/ASTERISK-22072


Repository: Asterisk


Description
-------

The Dial, Queue, and FollowMe applications need to inhibit the bridging initial connected line exchange in order to support the 'I' option.

* Replaced the pass_reference flag on ast_bridge_join() with a flags parameter to pass other flags defined by enum ast_bridge_join_flags.

* Replaced the independent flag on ast_bridge_impart() with a flags parameter to pass other flags defined by enum ast_bridge_impart_flags.

* Since the Dial, Queue, and FollowMe applications are now the only callers of ast_bridge_call() and ast_bridge_call_with_flags(), changed the calling contract to require the initial COLP exchange to already have been done by the caller.

An independent, but associated change is:
* Reduce stack usage in ast_indicate_data() and add a dropping redundant connected line verbose message.


Diffs
-----

  /branches/12/apps/app_agent_pool.c 398875 
  /branches/12/apps/confbridge/conf_chan_announce.c 398875 
  /branches/12/channels/chan_sip.c 398875 
  /branches/12/include/asterisk/bridge.h 398875 
  /branches/12/include/asterisk/bridge_channel.h 398875 
  /branches/12/include/asterisk/features.h 398875 
  /branches/12/main/bridge.c 398875 
  /branches/12/main/bridge_basic.c 398875 
  /branches/12/main/bridge_channel.c 398875 
  /branches/12/main/channel.c 398875 
  /branches/12/main/core_local.c 398875 
  /branches/12/main/core_unreal.c 398875 
  /branches/12/main/features.c 398875 
  /branches/12/res/parking/parking_applications.c 398875 
  /branches/12/res/parking/parking_bridge_features.c 398875 
  /branches/12/res/parking/parking_tests.c 398875 
  /branches/12/res/res_pjsip_refer.c 398875 
  /branches/12/res/stasis/control.c 398875 
  /branches/12/tests/test_cdr.c 398875 
  /branches/12/tests/test_cel.c 398875 

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


Testing
-------

Tested Dial, Queue, and FollowMe with and without the 'I' option.  The connected line information was as expected.

In the process of testing the Queue I option, I came across a couple of assertions which I filed as ASTERISK-22506 and ASTERISK-22507.


Thanks,

rmudgett

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130911/fb1f357e/attachment.htm>


More information about the asterisk-dev mailing list