[Freeswitch-users] Simultaneous ring of all phones registered with the same extension number

Michael Collins msc at freeswitch.org
Fri Oct 1 13:55:29 PDT 2010


Go to fs_cli and type:

sofia_contact USER at DOMAIN

where USER is ${dialed_extension} and DOMAIN is ${domain_name}
You'll see that it gives you a nicely formatted dialstring. :)

-MC

On Fri, Oct 1, 2010 at 1:46 PM, Vitalii Colosov <vetali100 at gmail.com> wrote:

> I have enabled multiple registration, but I had the same result - only 1
> phone was ringing.
>
> Finally I found one link and it solved the problem - now all the phones are
> ringing:
>
>
> http://freeswitch-users.2379917.n2.nabble.com/Multiple-Registrations-randomly-only-one-device-ring-td4707557.html
>
> I need to use:
> <action application="bridge" data="${sofia_contact(${dialed_extension}@
> ${domain_name})}"/>
>
> Instead of the default one I had:
> <action application="bridge"
> data="sofia/internal/${dialed_extension}%${domain_name}"/>
>
>
>
> <http://freeswitch-users.2379917.n2.nabble.com/Multiple-Registrations-randomly-only-one-device-ring-td4707557.html>Any
> comments would be much appreciated :-)
>
>
> Thank you,
> Vitalie
>
> 2010/10/1 Michael Collins <msc at freeswitch.org>
>
> Good catch. If you don't have multiple-registrations set to true then the
>> phones' registrations will clobber each other. I just tested with and
>> without multiple-registrations set to true and sure enough Peder is correct.
>>
>>
>> The other question for the OP is whether or not he really needs multiple
>> registrations or if JLC's suggestion about ring groups is a better way to
>> go. Only he can answer that, but at least now he has a few options.
>>
>> Thanks guys,
>> MC
>>
>> On Fri, Oct 1, 2010 at 10:44 AM, Peder <peder at networkoblivion.com> wrote:
>>
>>>  Do you have multiple registration enabled?  I don’t think it is on by
>>> default, so that could definitely cause what you see.  Check internal.xml:
>>>
>>>
>>>
>>> <!-- Can be 'true' or 'contact' -->
>>>
>>> <!--<param name="multiple-registrations" value="contact"/>-->
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto:
>>> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Vitalii
>>> Colosov
>>> *Sent:* Friday, October 01, 2010 12:00 PM
>>> *To:* FreeSWITCH Users Help
>>> *Subject:* [Freeswitch-users] Simultaneous ring of all phones registered
>>> with the same extension number
>>>
>>>
>>>
>>> Hi,
>>>
>>> Could not find this answer, so would appreciate any hints.
>>>
>>>
>>>
>>> I have registered 2 sip phones using the *same *extension number.
>>>
>>>
>>>
>>> When I dial this extension number, only one sip phone rings.
>>>
>>>
>>>
>>> However I need both of them to start ringing.
>>>
>>>
>>>
>>> Is it possible, that when I dial the number - both other phones will
>>> ring, not only one..?
>>>
>>> And when I answer on a phone, another one would stop ringing.
>>>
>>>
>>>
>>>
>>>
>>> Thank you,
>>>
>>> Vitalie
>>>
>>> _______________________________________________
>>> 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
>>>
>>>
>>
>> _______________________________________________
>> 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
>>
>>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101001/54790594/attachment.html 


More information about the FreeSWITCH-users mailing list