Exemplo n.º 1
0
 function OnEnter($state)
 {
     parent::OnEnter($state);
     // this will fail so we remain the current IVR
     IVR::Call("nosuch");
 }