FollowMe in FreeSWITCH
12:57 pm in FreeSWITCH by emran
The following example shows how a DID can bridge to multiple extensions or gateways sequentially in a hunt pattern. In Asterisk, this feature is called FollowMe. If none of the bridges are successful the caller is sent to voicemail for example.
<extension name=”12531234567″>
<condition field=”destination_number” expression=”12531234567″>
<action application=”set” data=”hangup_after_bridge=true”/>
<action application=”set” data=”continue_on_fail=true”/>
<action application=”set” data=”ignore_early_media=true”/>
<action application=”set” data=”call_timeout=10″/>
<action application=”bridge” data=”sofia/$${domain}/1001″/>
<action application=”set” data=”call_timeout=13″/>
<action application=”bridge” data=”sofia/gateway/isoftswitch/123456789″ />
<!– No answer, transfer to voicemail –>
<action application=”answer”/>
<action application=”sleep” data=”1000″/>
<action application=”voicemail” data=”default $${domain} 1001″/>
</condition>
</extension>





It is over…
I’ve been browsing online more than 3 hours today, yet I never found any interesting article like yours. It is pretty worth enough for me. In my opinion, if all web owners and bloggers made good content as you did, the internet will be much more usefu…
Superb website…
[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]……
Hey……
I have recently started a web site, the information you provide on this site has helped me tremendously. Thanks for all of your time & work. “Americans detest all lies except lies spoken in public or printed lies.” by Edgar Watson Howe….