Difference between revisions of "M4 Termination Points"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 25: Line 25:
'''Interpret NO ANSWER as FAILED''' - makes NO ANSWER calls interpretation as FAILED. <br>
'''Interpret NO ANSWER as FAILED''' - makes NO ANSWER calls interpretation as FAILED. <br>
'''Interpret BUSY as FAILED''' - makes BUSY calls interpretation as FAILED <br>
'''Interpret BUSY as FAILED''' - makes BUSY calls interpretation as FAILED <br>
<br><br>
== Subnetting ==
It is possible to set [http://en.wikipedia.org/wiki/Subnetwork subnetwork] for Termination Point. Instead of IP address, you can set subnet in '''IP Address''' input field. Subnet should be written in [http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR notation] (for example 192.168.0.1/28). When call is routed through Termination Point which uses subnet, '''random''' IP address from that subnet will be chosen for outgoing call.<br><br>
You can use online subnet [http://www.aboutmyip.com/AboutMyXApp/SubnetCalculator.jsp? calculator] to check first and last usable IP address from given subnet.
<br><br>
<br><br>



Revision as of 09:29, 26 March 2015

Description

Termination Point is connection to some final entity (device/line/trunk/provider/supplier/etc) where call will be terminated.

Call comes from Origination Points and goes to Termination Point.

Termination Points are assigned to Dial Peers.

Termination Point Settings

Act as Termination Point - turns on/turns of Termination Point. If selected No and saved, all settings of Termination Point will be erased.
Active - activates/deactivates Termination Point.
Tech. Prefix - technical prefix that is added to destination number when dialing through this termination point. Tech prefix can also be used to modify outgoing number by using Tech Prefix rules
Tariff
Capacity - limits the number of concurrent calls to this termination point.
Source (CallerID) Allow - regular expression (regexp) for CallerIDs that are allowed to go through this termination point (use regexp .* if you want to allow all CallerIDs to go through this termination point).
Source (CallerID) Deny - regular expression (regexp) for CallerIDs that are NOT allowed to go through this termination point (leave empty if you do not want to disallow any CallerIDs).
Register - should we register the provider?
Login/Username - username if your provider asks for it.
Password - password used for authentication by your provider.


Advanced

Interpret NO ANSWER as FAILED - makes NO ANSWER calls interpretation as FAILED.
Interpret BUSY as FAILED - makes BUSY calls interpretation as FAILED


Subnetting

It is possible to set subnetwork for Termination Point. Instead of IP address, you can set subnet in IP Address input field. Subnet should be written in CIDR notation (for example 192.168.0.1/28). When call is routed through Termination Point which uses subnet, random IP address from that subnet will be chosen for outgoing call.

You can use online subnet calculator to check first and last usable IP address from given subnet.

See also