This page was last edited on August 11, 2021, at 22:33.
Comments or questions about this documentation? Contact us for support!
Starting with version 8.1.103.35, SIP Server can treat incoming calls from external callers (agents behind SIP trunks) as inbound calls. Previously, if the username in the From header of the initial INVITE request matched the name of the existing DN in the SIP Switch, SIP Server treated that inbound call as an internal call.
To enable this feature:
To take advantage of this feature and, if you use the enforce-external-domains option in your environment, Genesys recommends that you gradually transition from using the enforce-external-domains option to using the enforce-1pcc-inbound option.
The enforce-external-domains option has higher priority than the enforce-1pcc-inbound option. If configuration options of both approaches are applied, SIP Server verifies the new incoming call INVITE message multiple times, as follows:
Setting: TServer section, Application level
Default Value: false
Valid Values: true, false
Changes Take Effect: On the next call
When set to true, SIP Server treats 1pcc/incoming calls from external callers as inbound calls. A call is considered internal if both conditions are met:
If the internal-call-domains option is empty, all incoming calls are treated as inbound calls.
Setting: TServer section, Application level
Default Value: An empty string
Valid Values: A list of IPv4 CIDR blocks or FQDN separated by semicolons (;). The IP address without a wildcard means the host address—for example, "1.2.3.0" means "1.2.3.0/32".
Changes Take Effect: On the next call
If the enforce-1pcc-inbound option is set to true and the internal-call-domains option is set to a list of IP addresses, SIP Server does the following for the incoming calls:
All other 1pcc/incoming calls are treated as inbound calls. If the option is empty, all 1pcc/incoming calls are treated as inbound calls.