Difference between revisions of "Transfers with MOR"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
When a call comes to a DID and then to a Local Device, transfers from the Local Device do not work by default because of the way Asterisk handles Local Channels.
Transfers by default are not available in MOR because Asterisk cannot guarantee correct CDRs with Transfers.


You need to create at least one action in the Device's Call Flow to enable Transfers - for example, set VoiceMail when a call fails to that Device.
In other words - it is possible to dial for free using Transfers with Asterisk (MOR).
 
When a Device has at least one setting in Call Flow, calls from Local Devices can be transferred using the TRANSFER button on the VoIP phone.
 
 
If you experience problems with transfers, make sure you have allowed transfer = yes in /etc/asterisk/sip.conf. If you haven't, do so and reload Asterisk.

Revision as of 15:58, 23 November 2010

Transfers by default are not available in MOR because Asterisk cannot guarantee correct CDRs with Transfers.

In other words - it is possible to dial for free using Transfers with Asterisk (MOR).