[Freeswitch-users] Inbound external calls don't trigger voicemail when using group ring
Mario
mario_fs at mgtech.com
Tue Sep 21 17:03:15 PDT 2010
Voicemail answers for inside calls but not for incoming outside calls.
I use the "bridge" function to dial a group, the phones all ring and can
answer but voicemail never picks up if no answer. If the DP has a
"transfer" it works. Ifound nothing so far in web searches so I am
asking for help here. Thanks very much.
Incoming Line dial plan,does not allow vm to answer:
<include>
<extension name="uid1_did">
<condition field="destination_number" expression="^(uid1)$">
<action application="set" data="domain_name=$${domain}"/>
<action application="bridge" data="group/MGT@${domain_name}"/>
</condition>
</extension>
</include>
<action application="transfer" data="1000 XML default"/> <--- works!
DEFAULT.XML
<group name="MGT">
<users>
<user id="200" type="pointer"/>
<user id="201" type="pointer"/>
</users>
</group>
</groups>
More information about the FreeSWITCH-users
mailing list