Difference between revisions of "Transfers with MOR"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 20: | Line 20: | ||
Then in file /etc/asterisk/mor.conf add line: | Then in file /etc/asterisk/mor.conf add line: | ||
transfer_billing_enabled = 1 | transfer_billing_enabled = 1 | ||
And reload Asterisk. | And reload Asterisk. | ||
''' | ''' | ||
Use it at your own risk!''' | Use it at your own risk!''' |
Revision as of 09:07, 16 March 2015
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!