Commit Graph

40 Commits

Author SHA1 Message Date
Anthony Minessale
92476db4b9 make preprocessor also be a tag for everyone who keeps begging for it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6259 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-14 20:29:19 +00:00
Brian West
5026727c48 lets be specific now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-10 00:51:14 +00:00
Brian West
c73320807a house keeping.. moving things around a bit more to demo various things you can do
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6198 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-09 18:03:53 +00:00
Brian West
19bc1197ee lets setup two profiles in prep for other things to come
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-08 22:26:40 +00:00
Anthony Minessale
f496c18787 remove unused param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6168 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-06 22:34:20 +00:00
Anthony Minessale
b97f786f0f rtp timeout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 02:12:30 +00:00
Anthony Minessale
36dac92636 force-register-domain
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6057 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-25 20:25:32 +00:00
Anthony Minessale
95f1060e8b update_config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6028 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-23 14:37:43 +00:00
Anthony Minessale
cf87d918cf add some goodies to sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6003 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-19 21:06:09 +00:00
Brian West
582be888eb not wise to use ext-sip-ip yet its got a bug that breaks EVERYTHING on sip.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5997 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-19 16:29:41 +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
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
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
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
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
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
022d61004e This should be on by default so MWI is on
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 03:35:19 +00:00
Anthony Minessale
df7d03a971 add missing example config option to sofia config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:10:31 +00:00
Anthony Minessale
1f3eabd15c add register-proxy option to gateways so you can send outbound reg to your local proxy dest for the outside
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5713 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-09-19 15:28:16 +00:00
Anthony Minessale
be642c111d add inbound-codec-negotiation and channel variable to enable greedy codec negotiation
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5304 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-10 02:52:23 +00:00
Anthony Minessale
493fdf5ba8 add from-domain param to sofia.conf for mmurdock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5166 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-12 17:57:30 +00:00
Anthony Minessale
1ec37045cd update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-10 20:05:09 +00:00
Anthony Minessale
c07224852c fix sofia register stuff (update to this one if you use gateways)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-10 16:15:07 +00:00
Anthony Minessale
28fc399e37 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-08 20:17:27 +00:00
Anthony Minessale
8e5e3bd5a4 fix config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5056 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-01 19:20:48 +00:00
Anthony Minessale
01f9b3f1c8 more changes to sofia to make better use of the directories
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-30 20:35:35 +00:00
Michael Jerris
48ca4cc864 updates, cleanups, and clarifications to the sample conf files. Uses more of the preprocessor variables for simplicity. FSBUILD-2 from Mark D. Anderson. Thanks Mark.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-28 19:27:17 +00:00
Anthony Minessale
2caac5abdb update conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5010 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-24 14:22:23 +00:00
Brian West
ad10324c42 add ext-sip-ip to sample config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5003 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-23 17:47:00 +00:00
Michael Jerris
1ab860da40 merge patch from http://jira.freeswitch.org/browse/SFSIP-11 . Please note, when registering to a UA that requires the from header to match the auth username, you must now use the new setting force-fromuser. See sample configuration file for more details. Thanks Marcel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4970 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-18 20:21:53 +00:00
Anthony Minessale
951e771524 added patch from http://jira.freeswitch.org/browse/MODENDP-9
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 03:04:46 +00:00
Anthony Minessale
9b9723cbe8 fix rtp issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 19:29:48 +00:00
Anthony Minessale
ee3f862e61 update config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-04 22:33:37 +00:00
Brian West
313805ee11 lets not have a register in the default config \;)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4705 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-21 02:47:58 +00:00
Anthony Minessale
31656e019d retool the sofia outbound registration syntax and dialstring syntax for said registrations ***ATTENTION*** syntax has heavily changed and the former syntax removed completely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4669 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 21:09:53 +00:00
Anthony Minessale
0ed9ebe492 CODEC TWEAK
mod_sofia will now examine a variable in the channel to
see what the channel's originator was using for a codec and 
try to put that to the top of the list in the sdp.

if this new sofia profile param is set:
<param name="disable-transcoding" value="true"/>

All outbound calls will use *only* the codec that thier originator 
is using to ensure no transcoding.
(of course that could lead to a failed call where there is no way to do this, so use sparingly)



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4073 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-28 17:37:51 +00:00
Anthony Minessale
066807ed52 tweak default conf for better first experience
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4071 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-28 03:05:20 +00:00
Anthony Minessale
644131d0a2 add nonce TTL option to sofia to decide when nonce is stale
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-23 22:04:05 +00:00
Anthony Minessale
3241200072 xml preprocessor (calling all documentors and default config composers!!)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4026 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-23 01:12:47 +00:00