[Freeswitch-users] multiple extensions on incoming

John Tuxies atuxnull at gmail.com
Wed Aug 12 10:58:04 UTC 2020


i have tried to do the following for the simultaneous ringing, where
2109065738 is my DID and 192.168.1.212 is the IP of the FS server.









*<include>  <extension name="public_did">    <condition
field="destination_number" expression="^( 2109065738 )$">      <action
application="bridge" data="sofia/internal/1020 at 192.168.1.212
<1020 at 192.168.1.212>|sofia/internal/1021 at 192.168.1.212
<1021 at 192.168.1.212>|sofia/internal/1022 at 192.168.1.212 <1022 at 192.168.1.212>
"/>    </condition>  </extension>        </include>*
Unfortunately it has only the 1st extension (1020) to ring and then goes to
voicemail.

On Mon, Aug 10, 2020 at 2:23 PM John Tuxies <atuxnull at gmail.com> wrote:

> I am having my system with the DIDs assigned on each extension for the
> incoming calls.
> My /dialplan/public has the following structure:
>
>
>
>
>
>
>
> *<include>  <extension name="public_did">    <condition
> field="destination_number" expression="^(2109065738)$">           <action
> application="set" data="domain_name=$${domain}"/>           <action
> application="transfer" data="1020 XML default"/>    </condition>
> </extension></include>*
>
> I would like this DID to reach
>
> I would like to have the one DID to reach 3 extensions simultaneously
> 1020-22
>
>
>
>
>
>
>
> * <include>  <extension name="public_did">    <condition
> field="destination_number" expression="^(2109065738)$">           <action
> application="set" data="domain_name=$${domain}"/>           <action
> application="transfer" data="1023 XML default"/>    </condition>
> </extension></include> *
>
> and a 2nd DID to call an extension(1023) and after 10secs to call another
> extension(1024) and after 10 secs make an outgoing call to a particular
> mobile number(69400700123)
>
>
> Thanks in advance,
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20200812/b8ff5cc0/attachment-0001.html>


More information about the FreeSWITCH-users mailing list