[Freeswitch-users] Transfer hangs.

Anthony Minessale anthony.minessale at gmail.com
Thu Sep 24 11:50:39 PDT 2009


because it's waiting for the other party to answer

if you want to hear ringback or music while you are waiting
see:
http://wiki.freeswitch.org/wiki/Custom_Ring_Back_Tones

specifically transfer_ringback


On Thu, Sep 24, 2009 at 1:35 PM, Harry Vangberg <harry at vangberg.name> wrote:

> Hello
>
> My setup is this (I've simplified everything, because a lot of my
> logic isn't necesarry for showcasing this): A calls in, transfer is
> bound as meta app, B is bridged. When the meta app is processed, the
> call is transfered to a new extension, which rebridges A. But! After
> triggering the meta app, it hangs 20 seconds, until transfering to the
> new extension, unless the B-leg hangs up manually.
>
> It should be noted that I've set dtmf-type=sip-info, as I would like
> to bypass media–if there's a better solution to get DTMF events while
> bypassing media, please say so, as I know the SIP INFO solution is
> kinda havoced.
>
> This is my dialplan:
>
> <include>
>  <context name="public">
>
>    <extension name="ff-ivr">
>      <condition field="destination_number" expression="^(\d+)$">
>        <action application="answer" />
>        <action application="bind_meta_app" data="1 b a
> transfer::ff-transfer XML public" />
>        <action application="bridge"
> data="sofia/gateway/gw1.fonet.dk/46934488" />
>      </condition>
>    </extension>
>
>    <extension name="ff-transfer">
>      <condition field="destination_number" expression="^ff-transfer$">
>        <action application="bridge"
> data="sofia/gateway/gw1.fonet.dk/31354228" />
>      </condition>
>    </extension>
>    ...
>   </context>
> </include>
>
> A full trace of a session with A calling in, B answering, B triggering
> meta app, waiting for transfer, and finally bridge to C is attached.
>
> This is using freeswitch-trunk at 14962
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090924/ea39bdb9/attachment-0002.html 


More information about the FreeSWITCH-users mailing list