Smartswitch
CallbackMode.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Telephony"]]
4 
5 module Smartswitch
6 {
7  module Telephony
8  {
15  {
19  };
20  };
21 };
The callback API caller is not blocked.
Definition: CallbackMode.ice:16
The callback API caller is blocked on dialing the 1st number (but not blocked on dialing the 2nd numb...
Definition: CallbackMode.ice:17
Definition: AccessException.ice:7
The callback API caller is blocked on dialing both numbers (i.e.
Definition: CallbackMode.ice:18
CallbackMode
Select a mode to perform a callback.
Definition: CallbackMode.ice:14