Receive Calls as SIP User

There are multiple ways for a SIP User to receive calls from another party. These inbound calls can come from:

  • PSTN Caller to a DID number and then forward to a SIP User

  • Another SIP User of the same Domain

  • Incoming SIP calls from outside Opentact

You will first need to create a SIP Domain and then put a Dialplan XML to this SIP Domain. Then, you associate the Phone Number to this SIP Domain.

Step 1: Associate a Dialplan XML to SIP Domain

The dialplan xml for routing an incoming call to SIP User is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Dial>
        <To>sip_user_a@mydomain.sip.opentact.org</To>
    </Dial>
</Response>

You can set it here:

Step 2:Associate Phone Number to SIP Domain

Last updated