Difference between revisions of "Transfers with MOR"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 17: Line 17:


  allowtransfer = yes
  allowtransfer = yes
Then in file /etc/asterisk/mor.conf add line:
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!