Difference between revisions of "M4 How to make first call"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 4: Line 4:
'''TARIFFS'''
'''TARIFFS'''


Create Tariffs/Rates for Customer and Supplier.
Create Tariffs/Rates for Customers and Suppliers.




'''TERMINATOR'''
'''TERMINATOR'''


Create User which will be your Supplier (will sell traffic to you).
Create a User which will be your Supplier (will sell traffic to you).
Set min/max balance for this User (example 0, 10).
Set min/max balance for this User (example 0, 10).


Create Device for Supplier and mark it as 'Act as Termination Point', mark it '''Active''', set '''Tariff''' for it. Set '.*' (without quotes) in '''Source (CallerID) Allow''' field.  
Create Device for Supplier and mark it as 'Act as Termination Point', mark it '''Active''', set '''Tariff''' for it. Set '.*' (without quotes) in '''Source (CallerID) Allow''' field.  
Device should be IP Auth. Enter proper IP for this Device (where to call will go)
The device should be IP Auth. Enter the proper IP for this Device (where to call will go)




Line 25: Line 25:
Assign Termination Point to the Dial Peer (Routing -> Dial Peers -> TP list icon)
Assign Termination Point to the Dial Peer (Routing -> Dial Peers -> TP list icon)


Create Routing Group (Routing -> Routing Groups).
Create a Routing Group (Routing -> Routing Groups).
Assign Dial Peer to Routing Group. (icon Routing -> Routing Groups -> Dial Peers)
Assign Dial Peer to Routing Group. (icon Routing -> Routing Groups -> Dial Peers)


Line 31: Line 31:
'''ORIGINATOR'''
'''ORIGINATOR'''


Create User which will be your Customer (will buy traffic from you).
Create a User which will be your Customer (will buy traffic from you).
Set min/max balance for this User (example -10, 0).
Set min/max balance for this User (example -10, 0).


Create Device for Customer and mark it as 'Act as Origination Point', mark it '''Active''', set '''Routing Algorithm''', '''Routing Group''' and '''Tariff''' for it. Set '.*' (without quotes) in '''Source (CallerID) Allow''' field.  
Create a Device for the Customer and mark it as 'Act as Origination Point', mark it '''Active''', set '''Routing Algorithm''', '''Routing Group''' and '''Tariff''' for it. Set '.*' (without quotes) in '''Source (CallerID) Allow''' field.  
Device should be IP Auth. Enter proper IP for this Device (from where call will come)
The device should be IP Auth. Enter the proper IP for this Device (from where the call will come)


Assign proper Routing Group and Tariff for the Origination Point.
Assign proper Routing Group and Tariff for the Origination Point.
Line 52: Line 52:
<br><br>
<br><br>
=IMPORTANT=
=IMPORTANT=
This is basic tutorial just to make first call. Configuration will allow any CallerID to dial to any Destination from set IP. Adjust settings accordingly to suite your needs.
This is a basic tutorial just to make the first call. The configuration will allow any CallerID to dial any Destination from the set IP. Adjust settings accordingly to suit your needs.


=See Also=
=See Also=
[[M2 Make a call with Ekiga softphone]]
[[M4 Make a call with Ekiga softphone]]

Revision as of 11:36, 28 November 2022

Configuration guide

This small guide will show how to make your first call after system installation.

TARIFFS

Create Tariffs/Rates for Customers and Suppliers.


TERMINATOR

Create a User which will be your Supplier (will sell traffic to you). Set min/max balance for this User (example 0, 10).

Create Device for Supplier and mark it as 'Act as Termination Point', mark it Active, set Tariff for it. Set '.*' (without quotes) in Source (CallerID) Allow field. The device should be IP Auth. Enter the proper IP for this Device (where to call will go)


ROUTING

Create Dial Peer (Routing -> Dial Peers).

Set '.*' (without quotes) for 'Destination regexp' and 'Source regexp' This will allow any CallerID to any Destination.

Assign Termination Point to the Dial Peer (Routing -> Dial Peers -> TP list icon)

Create a Routing Group (Routing -> Routing Groups). Assign Dial Peer to Routing Group. (icon Routing -> Routing Groups -> Dial Peers)


ORIGINATOR

Create a User which will be your Customer (will buy traffic from you). Set min/max balance for this User (example -10, 0).

Create a Device for the Customer and mark it as 'Act as Origination Point', mark it Active, set Routing Algorithm, Routing Group and Tariff for it. Set '.*' (without quotes) in Source (CallerID) Allow field. The device should be IP Auth. Enter the proper IP for this Device (from where the call will come)

Assign proper Routing Group and Tariff for the Origination Point.


Call




Configuration video




IMPORTANT

This is a basic tutorial just to make the first call. The configuration will allow any CallerID to dial any Destination from the set IP. Adjust settings accordingly to suit your needs.

See Also

M4 Make a call with Ekiga softphone