MT#60515 rename hm inbound/outbound directions to a_inbound/a_outbound

inbound/outbound no longer represent the "full" direction and belong
only to A leg, so they are renamed to a_inbound/a_outbound accordingly.

Change-Id: I639b799c3649c9b3ca78eee831b49ef0cfa14287
mr13.0
Marco Capetta 1 year ago
parent 0fd36ace55
commit 551cc2fb98

@ -31,10 +31,10 @@ has_field 'priority' => (
has_field 'direction' => (
type => 'Select',
options => [
{ label => 'Inbound', value => 'inbound' },
{ label => 'A-Leg Inbound', value => 'a_inbound' },
{ label => 'Local', value => 'local' },
{ label => 'Peer', value => 'peer' },
{ label => 'Outbound', value => 'outbound' },
{ label => 'A-Leg Outbound', value => 'a_outbound' },
{ label => 'B-Leg Outbound', value => 'b_outbound' },
{ label => 'Call Forward Inbound', value => 'cf_inbound' },
{ label => 'Call Forward Outbound', value => 'cf_outbound' },

Loading…
Cancel
Save