Hi there
I've been trying to set up a system to call a softphone and mobile number concurrently, with the call going through to the first one to answer.
However when I try to do the same set up with SIP:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial>
<Number>123412341234</Number>
</Dial>
</Response>
The debugger shows the following error: "13000 Sip Noun cannot be mixed with Number/Client nouns."
The error message suggests that the Sip noun should only be used on its own, but is it possible to do this sort of concurrent calling with a Dial noun another way?
Many thanks
Ben