Transfers with MOR

From Kolmisoft Wiki
Revision as of 09:08, 16 March 2015 by Ricardass (talk | contribs)
Jump to navigationJump to search

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).



If you really want transfers and do not care about possible loss, here is the way to enable them:

In file /etc/asterisk/sip.conf

change line

allowtransfer = no

to

allowtransfer = yes

Then in file /etc/asterisk/mor.conf add line:

transfer_billing_enabled = 1

And reload Asterisk. Use it at your own risk!