" /> Platform SDK to see if SIP Server status is up - Genesys CTI User Forum

Author Topic: Platform SDK to see if SIP Server status is up  (Read 1719 times)

Offline prb75

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Platform SDK to see if SIP Server status is up
« on: July 15, 2016, 11:11:43 AM »
Advertisement
Does anyone know of a way to check if the status of both primary and back sip server are up using the platform SDK?  There are some down scenarios we are trying to support that require know if SIP is up before performing a task.

Cheers

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Platform SDK to see if SIP Server status is up
« Reply #1 on: July 15, 2016, 11:14:47 AM »
Why not use the management layer for these purposes? Never see any advantages of having this.

Offline genesysguru

  • Sr. Member
  • ****
  • Posts: 293
  • Karma: 12
    • Genesys Guru Blog
Re: Platform SDK to see if SIP Server status is up
« Reply #2 on: July 15, 2016, 11:17:12 AM »
You can use the SCS requests to determine the status of components and whether they are running and in which mode etc. (check documentation). However just because a component is up an running it does not guarantee that it is not hung etc. The solution depends on what you are trying to achieve but SIP trunk acxtive OOS detection via SIP OPTIONS is a safer way to proceed IMHO.

Regards