[Freeswitch-users] Show ring-group name on phone

Alexey Sibyakin alex at freeswitch.com
Fri Sep 7 06:15:46 UTC 2018


Hi,

Try something like this:

<extension name="cid-name" continue="true">
  <condition field="caller_id_name" expression="^(\d+)$">
    <action application="set" data="effective_caller_id_name=$1_group1"/>
  </condition>
</extension>

Regards,

Alex

On Wed, Sep 5, 2018 at 11:33 PM René Weiss <rw at panorgan.ch> wrote:

> Hi
>
> What is the best/right way to show the name of the called ring-group
> on the ringing phone?
>
> At the moment I have configured 2 ring groups (let's call them "main
> number" and "hotline") which bridge incoming calls like this:
>
> <action application="bridge"
>          data="user/101@$${domain_name},
>                user/102@$${domain_name},
>                user/103@$${domain_name}
> "/>
>
> The problem is now, that on the display of the ringing phones
> I can only see that there's a call from <caller-number> to the
> number of the individual phone.
>
> What I would like to see is: call from <caller-number> to
> <ring-group number> (or <ring-group-name>)
>
> (We use Yealink phones (mostly T46s) if that helps)
>
> Thanks.
>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> 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
> https://freeswitch.com



-- 
Alex Sibyakin | Support Engineer
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
<https://maps.google.com/?q=17345+Civic+Drive+%232531+Brookfield,+WI+53045&entry=gmail&source=g>
Email: alex at freeswitch.com
Website: https://www.FreeSWITCH.com <https://www.freeswitch.com/>
Need commercial support? Contact sales at freeswitch.com for details.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180907/4bf512c8/attachment-0001.html>


More information about the FreeSWITCH-users mailing list