Difference between revisions of "Transfers with MOR"

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


In other words - it is possible to dial for free using Transfers with Asterisk (MOR).
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!'''

Revision as of 09:22, 24 February 2011

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!