[Freeswitch-users] [newbie] Clean start with a simple configuration

xs xspambox at gmail.com
Sat Feb 14 16:02:16 PST 2009


Hi,

I installed Freeswitch with this
http://wiki.freeswitch.org/wiki/Quick_Startmanual and it works!

But it has al sorts of options enabled: 5000,9995, 9996, 9999, 80+[group],
30+[conf], voicemail, something about pizza (00_pizza_demo.xml) and a lot of
other xml files and directories (default.xml and default/) etc. etc.
That is not what i want.

When i install Asterisk (the only PBX that i have experience with) and i
clean out sip.conf and extensions.conf and replace them with this:

----------------------------------------
sip.conf

[general]

[1001]
username=1001
secret=password1001
type=friend
context=phones
host=dynamic
qualify=yes
disallow=all
allow=g726

[1002]
username=1002
secret=password1002
type=friend
context=phones
host=dynamic
qualify=yes
disallow=all
allow=ilbc
----------------------------------------


extensions.conf
----------------------------------------
[phones]

exten => _[1001-1002],1,Dial(SIP/${EXTEN},60)
exten => _[1001-1002],n,Hangup()
----------------------------------------

then i can simply call from one (local) sip phone to another and force
transcoding between them.
Nothing else.

I want that also with Freeswitch. It is a good starting point but i am
fiddeling with it for a couple of days now, read the docs but i can't get
Freeswitch to do just this. So just calling between a few local sip phones
with transcoding and _everything_ else disabled.

Can anyone help me a little? Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090215/80256b70/attachment-0002.html 


More information about the FreeSWITCH-users mailing list