N
N
nemoforum2013-02-21 19:02:35
FreeSWITCH
nemoforum, 2013-02-21 19:02:35

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

4 answer(s)
S
slava_ch, 2013-02-26
@slava_ch

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

R
RaveNoX, 2013-02-27
@RaveNoX

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

S
SysCat, 2013-02-21
@SysCat

For example, I set everything up by hand through configuration files in pure Asterisk.
Here's a good Wiki for example .

S
stranniknavsegda, 2013-02-21
@stranniknavsegda

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 question

Ask a Question

731 491 924 answers to any question