Answer the question
In order to leave comments, you need to log in
FreeSwitch: how to set up outgoing calls on a trunk? Which GUI to choose?
Good day!
Experimenting with FreeSwitch.
OS: Ubuntu 12.10 Server x86
Installed FreeSwitch and FusionPBX, created extension, trunk. Both are registered.
Explain please the further logic of routing. How to set up outgoing calls through a trunk?
What GUI would you recommend?
Answer the question
In order to leave comments, you need to log in
GUI? I don't know, usually they do it like this:
<condition field='destination_number' expression='^(\d{7,11})$'>
<action application='bridge' data='sofia/gateway/your_gateway/$1' />
</condition>
wiki.freeswitch.org/wiki/Dialplan_XML
wiki.freeswitch.org/wiki/Dialplan_XML#Example_10 :_Route_to_a_gateway_extension_with_custom_caller_id
and in general I advise you to read this entire wiki article
For example, I set everything up by hand through configuration files in pure Asterisk.
Here's a good Wiki for example .
I strongly doubt that there is any sane GUI for FreeSwitch, it is generally poorly documented (in comparison with the asterisk), I would advise you to conjure with the configuration files, in principle, everything is more or less clear there, in any case, I would not be guided by the GUI. Good luck!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question