david.villasmil.work a... Guest
|
Posted: Mon Apr 26, 2021 8:20 pm Post subject: [Freeswitch-users] Multiple DIDs per extension |
|
|
Have you read freeswitch documentation?
All you need to do is create a dialplan in your public.Conf.xml and configure your asterisk to send calls to freeswitch on port 5080.
You need to add an extension on the mentioned file and route to the other asterisks
Super simple example (you can find many on the internet)
Quote: | <extension name="inbound-test">
<condition field="destination_number" expression="^(\+493087710024)$">
<action application="bridge" data="sofia/${domain}/$1@[ASTERISK-4-IP]"/> </condition>
</extension> |
Something like that.
Read up on extensions and bridge.
On Tue, 27 Apr 2021 at 01:30, John Tuxies <atuxnull@gmail.com (atuxnull@gmail.com)> wrote:
--
Regards,
David Villasmilemail: david.villasmil.work@gmail.com (david.villasmil.work@gmail.com)
phone: +34669448337 |
|