Transfers with MOR
From Kolmisoft Wiki
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
And reload Asterisk. Use it at your own risk!