Looking for help in setting 'distinctive ring' for internal calls.
No problem setting it with call groups but can't use callgroups for this solution for other reasons.
Can I use the xml code to force the use of a distinctive ring called "internal-extension" for all extension to extension calls (extension numbers between 200 and 286)
The Yealink handsets already have a ring defined for "internal-extension" wwhich works if I use a callgroup
I thought a dialplan with
<extension name="Internal_calls" continue="true" >
<condition field="caller_id_number" expression="^(2[0-8](0-6)$" break="on-false"/>
<condition field="destination_number" expression="^(2[0-8](0-6)$" break="on-false">
<action application="export" data="distinctive_ring_tones.internal-extension"/>
</condition>
</extension>
But this is all new to me and I am obviously missing something.
Any help gratefully received
Thanks
Mark
No problem setting it with call groups but can't use callgroups for this solution for other reasons.
Can I use the xml code to force the use of a distinctive ring called "internal-extension" for all extension to extension calls (extension numbers between 200 and 286)
The Yealink handsets already have a ring defined for "internal-extension" wwhich works if I use a callgroup
I thought a dialplan with
<extension name="Internal_calls" continue="true" >
<condition field="caller_id_number" expression="^(2[0-8](0-6)$" break="on-false"/>
<condition field="destination_number" expression="^(2[0-8](0-6)$" break="on-false">
<action application="export" data="distinctive_ring_tones.internal-extension"/>
</condition>
</extension>
But this is all new to me and I am obviously missing something.
Any help gratefully received
Thanks
Mark