Closing a call started from Pbx extension using 3pcc
We want to be able to restrict outgoing calls based on configuration and called number. Is this possible using the 3pcc?
From a DialogArrived event, closing the call on a callID (CloseCall()) returns true but has no effect and the call continues regardless.
Closing a call started from Pbx extension using 3pcc
Hello.
You can close calls which are created with CreateCall or handled by OnCallArrived event.
You can restrict outgoing calls by using routing rules with 3pCC check. Your 3pCC application should decline call indicated by OnCallOriginated event to restrict it.
Hope this will help.
Regards
Tigran