getRoutineById

abstract fun getRoutineById(routineId: String, listener: Routing.IGetRoutineListener)

Get a specific routine from its id. As the result may be asynchronous, it is returned in the listener. Only for Cloud PBX.

Parameters

routineId

String the id of the routine

listener

IGetRoutineListener to get the routine