VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
xspambox at gmail.com Guest
|
Posted: Sat Feb 14, 2009 8:57 pm Post subject: [Freeswitch-users] [newbie] Clean start with a simple config |
|
|
Hi,
I installed Freeswitch with this http://wiki.freeswitch.org/wiki/Quick_Start manual 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! |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sat Feb 14, 2009 9:12 pm Post subject: [Freeswitch-users] [newbie] Clean start with a simple config |
|
|
FreeSWITCH default config already has this feature. Register two
phones... 1000 and 1001 both with password of 1234 then you can call
between them. That will work exactly as you want out of the box.
Expect more simplified configs to show up after 1.0.3.
/b
On Feb 14, 2009, at 6:02 PM, xs wrote:
Quote: | 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.
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sat Feb 14, 2009 9:29 pm Post subject: [Freeswitch-users] [newbie] Clean start with a simple config |
|
|
Well the config itself is easy to follow. The problem is coming from
Asterisk you have the wrong mindset to approach most things in
FreeSWITCH.
http://svn.freeswitch.org/svn/configs/ (softphone is the best small
config to look at)
The default config is easy to strip down once you take a few moments
to look at it and maybe hop on IRC and ask questions.
I wrote the default and the softphone config. So if you have
questions I'm just the person to ask. More config sets will appear as
I have time to write them.
/b
On Feb 14, 2009, at 8:20 PM, Tim Mattison wrote:
Quote: | I think the crux of the matter is "I can't get Freeswitch to do
_just_ this" (emphasis added). Users that are relatively new to
FreeSWITCH but Asterisk veterans want to know how to build a simple,
lean configuration. I'm trying to figure it out myself right now.
If simplified configs are only going to be posted after 1.0.3 what's
the best place to post my findings and configs? Is there an
explicit, sanctioned place for this kind of thing on the Wiki already?
Tim
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|