[Home]

Summary:ASTERISK-00125: add the option to prevent native bridge - canreinvite
Reporter:Pavel Litvinenko (pavell)Labels:
Date Opened:2003-08-19 07:52:52Date Closed:2004-09-25 02:40:14
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) mgcp.patch
Description:sometime I need to prevent to create native bridge in chan_mgcp



****** ADDITIONAL INFORMATION ******

and there is a problem when * trying to confrnce two down channel -
when you just offhook  and twice press flash  (firsh flash - muting 1 channel, second connect two down channels)

the sting :
if( sub->owner && sub->owner->_state == AST_STATE_DOWN && !sub->next->owner) return -1;

exactly for that ...
Comments:By: Mark Spencer (markster) 2003-08-19 10:07:19

Added to CVS