Difference between revisions of "Local Calls"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: MOR does not serve local calls when users are using extensions. So no reports are available to see such calls. If one user dialed another user using DID - then it is possible to see repor...)
 
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
MOR does not serve local calls when users are using extensions. So no reports are available to see such calls.
= Description =


If one user dialed another user using DID - then it is possible to see report about such calls.
A Local Call is a call made when a device which is connected directly to the system dials the extension of another device connected directly to the system.
 
[[Image:device_extensions.png]]
 
<br><br>
 
= Billing =
 
'''MOR does not bill Local Calls if extensions are used to dial.'''
 
Reports for Local Calls are available in '''STATISTICS -> Calls -> Local Calls'''.
 
[[Image:Localcalls.png]]
 
If one device dials another using DID, then it is possible to bill such a call.
 
Local Calls over DIDs are billed using DID Rates, not Tariffs.
 
<br><br>
 
= Calling to Local Device =
 
Use Extension (of another Local Device) to dial another Local Device. Extension can be found in this Device's Edit window.
 
Make sure that Device is registered to Asterisk server before dialing.
 
sip show peers
 
in [[Asterisk CLI]] shows this information.
 
It is also visible on softphone or VoIP phone screen usually (if this Device is registered to the Asterisk server).
 
<br><br>
= See also =
* [[Sip poke noanswer: Peer 'XXX' is now UNREACHABLE!]]
* [[Local call billing]]

Latest revision as of 10:33, 12 September 2021

Description

A Local Call is a call made when a device which is connected directly to the system dials the extension of another device connected directly to the system.

Device extensions.png



Billing

MOR does not bill Local Calls if extensions are used to dial.

Reports for Local Calls are available in STATISTICS -> Calls -> Local Calls.

Localcalls.png

If one device dials another using DID, then it is possible to bill such a call.

Local Calls over DIDs are billed using DID Rates, not Tariffs.



Calling to Local Device

Use Extension (of another Local Device) to dial another Local Device. Extension can be found in this Device's Edit window.

Make sure that Device is registered to Asterisk server before dialing.

sip show peers

in Asterisk CLI shows this information.

It is also visible on softphone or VoIP phone screen usually (if this Device is registered to the Asterisk server).



See also