Difference between revisions of "Transfers with MOR"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: When call comes to DID and then to Local Device, transfers from Local Device does not work by default because of the way how Asterisk handles Local Channels. You need to create at least o...)
 
Line 6: Line 6:


When Device has at least one setting in Call Flow - calls from Local Devices can be transfered using TRANSFER button on the VoIP phone.
When Device has at least one setting in Call Flow - calls from Local Devices can be transfered using TRANSFER button on the VoIP phone.
If you experience problems with transfers, make sure you have allowtransfer = yes in /etc/asterisk/sip.conf, if no - make it so and reload Asterisk.

Revision as of 10:24, 10 November 2008

When call comes to DID and then to Local Device, transfers from Local Device does not work by default because of the way how Asterisk handles Local Channels.

You need to create at least one action in this Device's Call Flow to enable Transfers.

E.g. Set VoiceMail when call Fails to that Device.

When Device has at least one setting in Call Flow - calls from Local Devices can be transfered using TRANSFER button on the VoIP phone.


If you experience problems with transfers, make sure you have allowtransfer = yes in /etc/asterisk/sip.conf, if no - make it so and reload Asterisk.