Re: [Opalvoip-user] Set Caller on IVR/SIP Outbound calls
Brought to you by:
csoutheren,
rjongbloed
|
From: Robert J. <ro...@vo...> - 2016-10-22 17:07:37
|
Try using OPAL_OPT_CALLING_PARTY_URL, or OPAL_OPT_CALLING_PARTY_NAME
----------
Robert Jongbloed
Vox Lucida Pty. Ltd.
On 4 Oct 2016, at 1:18 PM, Kruck, Wolfgang <Wol...@le... <mailto:Wol...@le...> > wrote:
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... <mailto: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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org <http://slashdot.org/> ! http://sdm.link/slashdot_______________________________________________ <http://sdm.link/slashdot_______________________________________________>
Opalvoip-user mailing list
Opa...@li... <mailto:Opa...@li...>
https://lists.sourceforge.net/lists/listinfo/opalvoip-user
|