Accessing Routing Script Parameters
How to Access Routing Script Parameters
Get
called_number = caf_call.get :calledList_params
caf_call.list_params.each {|param| call[param] = caf_call.get param }Accept
caf_call.accept out_call, routeRefuse
caf_call.refuse :reason => :temporary_failureScript parameters protocol mapping
Last updated
Was this helpful?
