Commit Graph

4092 Commits

Author SHA1 Message Date
Anthony Minessale a2a3c63e53 fix conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5974 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 18:40:20 +00:00
Anthony Minessale bb1e71afc6 small change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5973 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 18:29:54 +00:00
Michael Jerris 6959c3ddd7 move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5971 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 18:11:43 +00:00
Anthony Minessale 30167b5bfb stupid g722
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5970 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 16:58:01 +00:00
Anthony Minessale 04a14db824 stupid g722
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5969 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 16:44:11 +00:00
Anthony Minessale f8ce6d061b stupid g722
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5968 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 16:32:32 +00:00
Anthony Minessale 42644022e1 improvements
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5967 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 16:17:42 +00:00
Michael Jerris 8a80bf5b07 move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5966 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 09:34:05 +00:00
Michael Jerris 9488c6da9b move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5965 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 08:13:08 +00:00
Michael Jerris 2e2befeff4 move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5964 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 07:39:25 +00:00
Michael Jerris 83c21e77f3 move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5963 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 07:21:38 +00:00
Michael Jerris 16bfe51c0c move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5962 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 06:28:27 +00:00
Michael Jerris bbffdd99ab cleanup some project file properties and hopefully fix the release build enum issue.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 04:15:33 +00:00
Michael Jerris 6754e4275b put gateway contact params inside the <>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5960 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 03:51:49 +00:00
Anthony Minessale bc0bee90d2 add contact-params
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5959 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 03:04:48 +00:00
Traun Leyden 58ae7203ef retry connection 10000 times intead of 100 times
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5958 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 01:44:56 +00:00
Traun Leyden 1e06f16717 add some tests,examples to fshelper, clean up the reconnect error message in fseventlistener
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 01:38:17 +00:00
Anthony Minessale 7c93a4e4eb experimental multiple registrations
in sofia conf
<param name="multiple-registrations" value="true"/>

in dialplan

<action application="bridge" data="$sofia_contact(mysofia_profile_name/user@regtodomain.com)"/>
or
<action application="bridge" data="$sofia_contact(mysofia_profile_name_same_as_regto_domain.com/user)"/>
or
<action application="bridge" data="$sofia_contact(user@mysofia_profile_name_same_as_regto_domain.com)"/>



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5956 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 01:02:01 +00:00
Anthony Minessale 89472232ec umm, duh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5955 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 00:10:48 +00:00
Brian West 48b8f1515f pesky utf-8 thanks juanjoc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5954 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 22:37:11 +00:00
Brian West cc629a3cb3 pesky utf-8 thanks juanjoc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5953 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 22:30:02 +00:00
Brian West 16a78fbbaf update for new default configs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5952 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 22:24:29 +00:00
Brian West 3d2acd3c97 move new config in and old one for backup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5951 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 22:22:58 +00:00
Brian West 2c7d425d1b update, thanks stkn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5950 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 22:01:23 +00:00
Brian West 083b548438 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5949 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 21:38:00 +00:00
Brian West 9658ffeabf update message_count macro for new method
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5948 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 21:36:51 +00:00
Anthony Minessale 6e27654ed2 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5947 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 21:26:33 +00:00
Brian West 315e7c14fc thanks stkn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5946 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 20:19:22 +00:00
Michael Jerris 7112295975 make stub copies of mod_say_en to use as working copies for dem es, fr, it and nl.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5945 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 20:17:00 +00:00
Michael Jerris 5884f34806 fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5944 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 20:14:19 +00:00
Michael Jerris 50239fd4d8 make stub copies of mod_say_en to use as working copies for these.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5943 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 19:52:43 +00:00
Brian West 4116e94373 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 19:51:39 +00:00
Brian West b80aae26c8 auth all packets off
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5941 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 19:24:18 +00:00
Michael Jerris f8ccd20504 change license on these with approval from Anthony and Mike
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5940 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 19:18:17 +00:00
Anthony Minessale c6231acb7c change dialplan a little (part2)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 18:37:18 +00:00
Anthony Minessale 7c8b72b9fe change dialplan a little
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 18:26:08 +00:00
Brian West c53d6f7eff remove cruff for now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:45:35 +00:00
Brian West 0d56432844 update to have one example of a user with passwords
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5936 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:44:57 +00:00
Brian West 7784fd2ae5 auth all packets if you're authing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5935 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:36:23 +00:00
Brian West d485584779 we need to auth calls in our default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5934 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:35:29 +00:00
Brian West 9d1fa77b00 add the default users for phones
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:27:25 +00:00
Brian West 395842f2fc mike is right enum should be second so the XML gets looked at first and enum last
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5932 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:15:35 +00:00
Brian West b905f89f34 tweak modules.conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:12:01 +00:00
Brian West 6630de567c add external sip and rtp along with enum dialplan to default so ISN and enum work out of the box
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:10:20 +00:00
Brian West cba6a5da3a more tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5929 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:08:14 +00:00
Brian West 73235d51f6 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5928 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 16:06:03 +00:00
Anthony Minessale bcc8316df0 add global vars of default ip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 15:38:57 +00:00
Anthony Minessale 2e8abbf890 ISN for enum
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 15:20:52 +00:00
Anthony Minessale b099f96e4e format
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5925 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 14:59:17 +00:00
Anthony Minessale 511a6292af add optional module param to lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5924 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-17 14:42:41 +00:00