Hello,
I'm using Opal version 3.16.2 on Windows 7 64-Bit.
I have the problem that I can't set the caller for an outgoing call. I have several registered users at the SIP server and if there are more than one outgoing call at a time, each call should use an independent user. At the moment Opal uses the same outgoing user for all calls.
To start a call I use an IVR script:
SetUpCall("ivr:" + strVXML, strCallNumber, token))
Is it possible to specify the outgoing caller that Opal should use in the SetUpCall() function?
I've tried to use string parameter with the function SetUpCall, but that changes nothing:
Options.SetAt(OPAL_MAKE_URL_PARAM(OPAL_OPT_ORIGINATOR_ADDRESS), "xx...@si...");
SetUpCall("ivr:" + strVXML, strCallNumber, token, nullptr, 0, &Options))
I hope, someone can tell me how to set the local party for an outgoing call.
Wolfgang
|