[asterisk-dev] [Code Review] 4196: bridge_basic: Fix features issues introduced by review 4167

Matt Jordan reviewboard at asterisk.org
Wed Nov 19 11:35:57 CST 2014


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

(Updated Nov. 19, 2014, 11:35 a.m.)


Review request for Asterisk Developers and Joshua Colp.


Changes
-------

Fix the red blob.


Repository: Asterisk


Description
-------

In https://reviewboard.asterisk.org/r/4167, two bugs were introduced:

* Prior to entering the features retry loop, the buffer that holds the collected digits is wiped. However, this inadvertently wipes out the first collected digit on the first pass through, which is obtained in ast_stream_and_wait. This caused all of the features tests to fail.
* If ast_app_dtget returns a hangup (-1), the loop would retry incorrectly. If we detect a hangup, we have to stop trying the feature.

This patch fixes both issues.


Diffs (updated)
-----

  /branches/13/main/bridge_basic.c 428255 

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


Testing
-------

Tested with the atxfer_nominal test. Prior to this patch it would fail; with this patch it completes successfully.


Thanks,

Matt Jordan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141119/4e0434a1/attachment.html>


More information about the asterisk-dev mailing list