TT#138300 CallForwarding - Issues when setting pbx_base_cli as destination

NOTE:

To trigger rule rewriting on CF destinations, you need to create a Rewrite Rule in v1 and assign it to the domain you are using

Change-Id: I0c8f426398014478c01d739a6def240c243efcbf
mr9.5.2
Carlo Venusino 4 years ago
parent d902b24e61
commit a966af6a56

@ -170,7 +170,7 @@ export async function rewriteDestination ({ dispatch, commit, state, rootGetters
body: {
direction: 'callee_in',
subscriber_id: rootGetters['user/getSubscriberId'],
numbers: [destination]
numbers: [_.trim(destination)]
}
})
return req.result

Loading…
Cancel
Save