tsip_invite_event_type_t.cs 956 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.9
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. namespace org.doubango.tinyWRAP {
  9. public enum tsip_invite_event_type_t {
  10. tsip_i_newcall,
  11. tsip_i_prechecking,
  12. tsip_i_request,
  13. tsip_ao_request,
  14. tsip_o_ect_trying,
  15. tsip_o_ect_accepted,
  16. tsip_o_ect_completed,
  17. tsip_o_ect_failed,
  18. tsip_o_ect_notify,
  19. tsip_i_ect_requested,
  20. tsip_i_ect_newcall,
  21. tsip_i_ect_completed,
  22. tsip_i_ect_failed,
  23. tsip_i_ect_notify,
  24. tsip_m_early_media,
  25. tsip_m_updating,
  26. tsip_m_updated,
  27. tsip_m_local_hold_ok,
  28. tsip_m_local_hold_nok,
  29. tsip_m_local_resume_ok,
  30. tsip_m_local_resume_nok,
  31. tsip_m_remote_hold,
  32. tsip_m_remote_resume
  33. }
  34. }