Skip to main content
August 16, 2012
Question

CallLegOptions

  • August 16, 2012
  • 1 reply
  • 1420 views

I am interested in getting some additional information about this object, it does not appear to be menitoned anywhere in the documentation of FMG other than in the legService.CreateCall method. It looks like it is used to be able to turn on or off the privacy header that is sent as part of the SIP INVITE message.  Are there other headers that can manipulated in the same way through this object? (ie, Special).  Any information that can be provided would be great

This topic has been closed for replies.

1 reply

Participant
August 21, 2012

Currently CallLegOptions only helps in controlling the privacy level of caller profile while handling Invite Call. The boolean member variable to be set in CallLegOptions object is bEnablePrivacy. 

August 21, 2012

Thanks,  is there any way to include custom headers as part of the invite message on a call leg basis (I am already aware of the ability to add headers to a profile in the sip.xml file, but those are static). I want the capability to include adiditional pieces of metadata that are specific to a single call leg.