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
mr10.1.1
Carlo Venusino 4 years ago
parent 76e2e41b7e
commit 6f1b7fad19

@ -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