Author Topic: Control SipEndpoint from WDE custom module code  (Read 1785 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Offline pedro.antunes@xseed.pt

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Control SipEndpoint from WDE custom module code
« on: September 03, 2021, 03:05:57 PM »
Hi Everyone,

Is it possible to Access WDE built-in SipEndpoint from custom module code?
I wan't to control the volume of a call and Wonder if I can access the built-in SipEndpoint to use sdk primitives.

If not is there any other way to achieve this?

Thanks!

Kind Regards

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Control SipEndpoint from WDE custom module code
« Reply #1 on: September 04, 2021, 11:16:17 PM »
SIP Endpoint? Why not better take control of the audio device?

Offline pedro.antunes@xseed.pt

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Control SipEndpoint from WDE custom module code
« Reply #2 on: September 06, 2021, 02:51:20 PM »
Hi Cavagnaro,

Thank you for your reply!

Several diferent workstations with different configurations on this client. I was aiming for an higher abstraction layer.

Kind regards

Marked as best answer by pedro.antunes@xseed.pt on September 07, 2021, 05:23:22 AM

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Control SipEndpoint from WDE custom module code
« Reply #3 on: September 06, 2021, 03:40:52 PM »
I do not think it Is possible with default embedded WDE SE. You should use SE SDK to develop your own endpoint, use Genesys softphone instead of WDE SE or just own wrapper allowing volume control apart WDE.
« Last Edit: September 06, 2021, 03:47:09 PM by Kubig »

Offline pedro.antunes@xseed.pt

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Control SipEndpoint from WDE custom module code
« Reply #4 on: September 06, 2021, 04:25:56 PM »
Hi Kubig,

Been experimenting a little with this and came to the same conclusion. Thank you for your reply!

Cavagnaro,

Thanks again for your time.

Kind regards

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Control SipEndpoint from WDE custom module code
« Reply #5 on: September 06, 2021, 06:00:39 PM »
Good luck!  8)

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: Control SipEndpoint from WDE custom module code
« Reply #6 on: September 07, 2021, 09:03:37 PM »
Have you tried to resolve ISIPEndpoint through the Unity Container and change the SpeakerVolume property?