MasterVitronic / fusionpbx

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

Template: freeswtich/conf/dialplan/default.xml extension:Local_Extension - add att_xfer #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

can you please add the att_xfer to the Local_Extension in the dialplan.

in fs default conf from git - it is key *4

fusion:
    <action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/>
    <action application="bind_meta_app" data="2 b s record_session::$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
    <action application="bind_meta_app" data="3 b s execute_extension::cf XML features"/>

fs default:
    <action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/>
    <action application="bind_meta_app" data="2 b s record_session::$${recordings_dir}/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
    <action application="bind_meta_app" data="3 b s execute_extension::cf XML features"/>
    <action application="bind_meta_app" data="4 b s execute_extension::att_xfer XML features"/>

--> please add 
<action application="bind_meta_app" data="4 b s execute_extension::att_xfer XML 
features"/>

thank you,
 Christian

Original issue reported on code.google.com by christia...@gmail.com on 1 Sep 2011 at 6:25

GoogleCodeExporter commented 9 years ago
Thanks for reporting this added to revision 1508 and 1509.

Original comment by markjcrane@gmail.com on 2 Sep 2011 at 12:42