MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

no hold music or ringing when transfering a call #351

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call somewhere
2. Put user on hold then transfer them to another phone extension

What is the expected output? What do you see instead?
Hear ringing or hold music. All I get is silence.

What version of the product are you using? On what operating system?
3.1.4 Debian 6

Please provide any additional information below.

When watching fs_cli and transferring the person I dont even see any attempt to 
play hold music or a ring. There is just silence. How can I change something so 
I can hear hold music or ringing while a call is transferred.

Original issue reported on code.google.com by chatwi...@gmail.com on 16 Nov 2012 at 7:09

GoogleCodeExporter commented 9 years ago
I found a fix to make it ring in the file 
dialplan/resources/xml/dialplan/999_local_extension.xml you can add:

<action application="set" data=" ringback=${us-ring}"/>

under

<action application="set" data="hangup_after_bridge=true" />

or edit the dialplan manually

Still not sure if this is the right way or if there is a way to get MOH to play.

Original comment by chatwi...@gmail.com on 16 Nov 2012 at 8:10

GoogleCodeExporter commented 9 years ago
The hold music variable was moved to the accounts -> extensions. So that it can 
be set per extension. Development branch there is a select box now for music on 
hold.

Original comment by markjcrane@gmail.com on 20 Nov 2012 at 7:46

GoogleCodeExporter commented 9 years ago
The current version extension advanced you can set ringback under the music on 
hold value set it to ${us-ring}.

Original comment by markjcrane@gmail.com on 21 Dec 2012 at 6:26

GoogleCodeExporter commented 9 years ago
<action application="set" data="transfer_ringback=${us-ring}"/>

or set in system variables

name: transfer_ringback
value: ${us-ring}

Original comment by markjcrane@gmail.com on 12 Dec 2014 at 3:31