<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16490"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Sorry, I think I'm being unclear here.</DIV>
<DIV> </DIV>
<DIV>I should add <BR> <extension name="att_xfer"><BR> <condition field="destination_number" expression="^att_xfer$"><BR> <action application="read" data="3 4 sounds/getdigits.wav attxfer_callthis 30000 #"/><BR> <action application="att_xfer" data="sofia/default/${attxfer_callthis}"/><BR> </condition><BR> </extension></DIV>
<DIV> </DIV>
<DIV>to the features.xml</DIV>
<DIV> </DIV>
<DIV>Then add </DIV>
<DIV> </DIV><PRE><action application="bind_meta_app" data="3 a a execute_extension::att_xfer XML features"/>
</PRE>
<DIV> </DIV>
<DIV>To the handling of the incoming call, right?</DIV>
<DIV> </DIV>
<DIV>Something like</DIV>
<DIV> </DIV>
<DIV><extension name="PrivateIn"><BR> <condition field="destination_number" expression="^(8202)$"><BR> <action application="set" data="call_timeout=45"/><BR> <action application="set" data="domain_name=10.11.12.25"/><BR> <action application="set" data="continue_on_fail=true"/><BR> <action application="set" data="hangup_after_bridge=true"/><BR> <action application="set" data="transfer_ringback=$${hold_music}"/><BR></DIV>
<DIV><FONT face="Segoe UI"> <action application="bind_meta_app" data="3 a a execute_extension::att_xfer XML features"/>
</FONT></DIV>
<DIV> <action application="bridge" data="<A href="mailto:group/private@$%7Bdomain_name%7D%22/">group/private@${domain_name}"/</A>><BR> <action application="answer" data=""/><BR> <action application="sleep" data="1000"/><BR> <action application="voicemail" data="default 10.11.12.25 45"/><BR> </condition><BR></extension><BR></DIV>
<DIV> </DIV>
<DIV>or?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>
<DIV>Best regards</DIV>
<DIV>Fribse</DIV>
<DIV> </DIV>
<DIV>/Running Freeswitch on pfSense running on a VMWare ESXi 4.0</DIV></DIV>
<DIV><BR>>>> 01-02-2010 kl. 09:28 skrev "mailinglist" <mailinglist@fribert.dk> i meddelelsen <4B669ED3020000E100000447@mail.fribert.dk>:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">
<DIV>Hi Rupa</DIV>
<DIV> </DIV>
<DIV>Ahh, I see.</DIV>
<DIV>Looking at example 2, and <A href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bind_meta_app">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bind_meta_app</A></DIV>
<DIV>I still need to get where I enter this.</DIV>
<DIV>Is it in the call handling in the dialplan?</DIV>
<DIV>So I've gotten my current entry to handle incoming call from the outside:</DIV>
<DIV> </DIV>
<DIV><extension name="PrivateIn"><BR> <condition field="destination_number" expression="^(8202)$"><BR> <action application="set" data="call_timeout=45"/><BR> <action application="set" data="domain_name=10.11.12.25"/><BR> <action application="set" data="continue_on_fail=true"/><BR> <action application="set" data="hangup_after_bridge=true"/><BR> <action application="set" data="transfer_ringback=$${hold_music}"/><BR> <action application="bridge" data="<A href='mailto:group/private@${domain_name}"/'>group/private@${domain_name}"/</A>><BR> <action application="answer" data=""/><BR> <action application="sleep" data="1000"/><BR> <action application="voicemail" data="default 10.11.12.25 45"/><BR> </condition><BR></extension><BR></DIV>
<DIV>Do I stick in there, or do I enter it in features.xml, or?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>
<DIV>Best regards</DIV>
<DIV>Fribse</DIV>
<DIV> </DIV>
<DIV>/Running Freeswitch on pfSense running on a VMWare ESXi 4.0</DIV><BR><BR>>>> 01-02-2010 kl. 01:45 skrev Rupa Schomaker <rupa@rupa.com> i meddelelsen <b39273531001311645u618ea87am8a3d84ee6b1bcfcb@mail.gmail.com>:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">Look at bind_meta_app in the default dialplan. It binds the dtmf to<BR>the features context.<BR><BR>On Sun, Jan 31, 2010 at 5:38 PM, mailinglist <mailinglist@fribert.dk> wrote:<BR>> Ok, I've gotten the Freeswitch to register to my VoIP provider.<BR>> I've gotten my phones to register to Freeswitch, and I can receive and make<BR>> calls, all very nice.<BR>><BR>> I've gotten a Sipura SPA901 and a Siemens Gigaset S68IP registered to the<BR>> Freeswitch.<BR>><BR>> When I receive a call, I would like to be able to transfer the call to<BR>> another phone, or change the call to a conference call with two local<BR>> phones.<BR>><BR>> So I've been looking at the examples in the wiki, and I can't make them<BR>> work, not as I understand them anyways. Especially the att_xfer seems to be<BR>> able to do what I need.<BR>><BR>> <A href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer</A><BR>><BR>> As I understand Example1, I should answer the call, and then press *3 during<BR>> the call, and either transfer it or change it to a threeway call.<BR>><BR>> I get the first part, create an extension in the dialplan called att_xfer.<BR>> But what is meant by the second par 'then bind this feature to DTMF 3', how<BR>> do I enter that, and where?<BR>><BR>> I hope somebody can help me with this (again)?<BR>><BR>><BR>><BR>> Best regards<BR>> Fribse<BR>><BR>> /Running Freeswitch on pfSense running on a VMWare ESXi 4.0<BR>> _______________________________________________<BR>> FreeSWITCH-users mailing list<BR>> FreeSWITCH-users@lists.freeswitch.org<BR>> <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>> <A href="http://www.freeswitch.org">http://www.freeswitch.org</A><BR>><BR>><BR><BR><BR><BR>-- <BR>-Rupa<BR><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR>FreeSWITCH-users@lists.freeswitch.org<BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR><A href="http://www.freeswitch.org">http://www.freeswitch.org</A><BR></DIV></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></BODY></HTML>