MT#60511 Form/Header/Rule add direction "b_outbound"

This is needed to perform manipulations to the SIP message
just before it leaves the system on the B-Leg side.

Change-Id: If93d0277582a086253b84088a93adc4ecfa187b1
mr13.0
Marco Capetta 1 year ago
parent 10a88cf669
commit fefa5ea173

@ -35,6 +35,7 @@ has_field 'direction' => (
{ label => 'Local', value => 'local' },
{ label => 'Peer', value => 'peer' },
{ label => 'Outbound', value => 'outbound' },
{ label => 'B-Leg Outbound', value => 'b_outbound' },
{ label => 'Call Forward Inbound', value => 'cf_inbound' },
{ label => 'Call Forward Outbound', value => 'cf_outbound' },
{ label => 'Reply', value => 'reply' },

Loading…
Cancel
Save