Hi folks,
Finding documentation on this is nigh on impossible:
Genesys SIP Endpoint 8.5.0 for .NET API Reference
Dial Method (connectionId, destination, video, data)
Namespaces ► Genesyslab.Sip.Endpoint.Provider ► ICallControl ► Dial(Int32, String, Boolean, String)C#Visual BasicVisual C++ Declaration Syntax
C# Visual Basic Visual C++
GsStatus Dial(
int connectionId,
string destination,
bool video,
string data
)
Function Dial ( _
connectionId As Integer, _
destination As String, _
video As Boolean, _
data As String _
) As GsStatus
GsStatus Dial(
int connectionId,
String^ destination,
bool video,
String^ data
)
Parameters
connectionId (Int32)
destination (String)
video (Boolean)
data (String)
I am looking for information on the expected syntax/structure of the data parameter. I’m hoping this will allow me to set SIP Headers that can be translated by SIP Server into attached data for the dial. But I’m not certain.
Does anyone have any ideas?
Thanks,
Mick