]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Thu, 7 Sep 2006 03:58:01 +0000 (03:58 +0000)]
Mega Changes
adding mod_park for putting channels in limbo state for remote control.
adding stuff to mod_event_socket to let you do the bgapi <command> <args>
this will let you execute a job in the bg and the result will be sent as an event with an
indicated uuid to match the reply to the command
adding switch_core_port_allocator (to be used soon)
adding "make sure" to do a full rebild of the freeswitch object files
There will be more to this committed as the week progresses
make sure you do a rebuild after this update or you'll be sowwie
./configure && make sure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2540
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 7 Sep 2006 00:04:29 +0000 (00:04 +0000)]
revert oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2539
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 6 Sep 2006 23:58:14 +0000 (23:58 +0000)]
adding a check for frame sizes so VBR codecs work correctly.. Should this be moved to the core instead?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2538
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 6 Sep 2006 23:29:03 +0000 (23:29 +0000)]
fix message khz->hz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2537
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 6 Sep 2006 17:57:38 +0000 (17:57 +0000)]
commit both 8k and 16k versions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2535
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 6 Sep 2006 16:11:57 +0000 (16:11 +0000)]
commit both 8k and 16k versions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2534
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 6 Sep 2006 03:06:25 +0000 (03:06 +0000)]
comment out dev conf in the sample config, people can use 1234 to test, I will change the getting started guide.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2529
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 5 Sep 2006 22:21:14 +0000 (22:21 +0000)]
RTP profile for audio and video conferences with minimal control.
This memorandum is a revision of RFC 1890 in preparation for advancement
from Proposed Standard to Draft Standard status. Readers are encouraged to
use the PostScript form of this draft to see where changes from RFC 1890 are
marked by change bars.
"G722 is specified in ITU-T Recommendation G.722, "7 kHz audio-coding within
64 kbit/s". The G.722 encoder produces a stream of octets, each of which
SHALL be octet-aligned in an RTP packet. The first bit transmitted in the
G.722 octet, which is the most significant bit of the higher sub-band
sample, SHALL correspond to the most significant bit of the octet in the RTP
packet.
Even though the actual sampling rate for G.722 audio is 16000 Hz, the RTP
clock rate for the G722 payload format is 8000 Hz because that value was
erroneously assigned in RFC 1890 and must remain unchanged for backward
compatibility. The octet rate or sample-pair rate is 8000 Hz."
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2523
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 5 Sep 2006 22:11:42 +0000 (22:11 +0000)]
cleanups
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2522
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 5 Sep 2006 22:09:56 +0000 (22:09 +0000)]
Thanks stkn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2521
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 5 Sep 2006 20:34:17 +0000 (20:34 +0000)]
fix assert when running api originate and not passing an extension.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2519
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 5 Sep 2006 18:52:16 +0000 (18:52 +0000)]
add some syntax and descriptions of api commands and applications.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2518
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 5 Sep 2006 18:50:39 +0000 (18:50 +0000)]
Makefile for mod_g722
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2517
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 5 Sep 2006 18:49:53 +0000 (18:49 +0000)]
Add mod_g722, WIP, we need to test this still. Thanks to Steve Underwood for releasing the library that this codec module is based on.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2516
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 5 Sep 2006 18:27:19 +0000 (18:27 +0000)]
more g7xx lib tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2515
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 5 Sep 2006 18:10:21 +0000 (18:10 +0000)]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2514
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 5 Sep 2006 18:08:46 +0000 (18:08 +0000)]
ok mike here ya go
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2513
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 5 Sep 2006 18:06:17 +0000 (18:06 +0000)]
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2512
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 5 Sep 2006 17:40:05 +0000 (17:40 +0000)]
new codec lib msvc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2511
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 5 Sep 2006 13:09:53 +0000 (13:09 +0000)]
Add make nodepends to INSTALL, thanks nonanet from irc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2508
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 5 Sep 2006 01:36:05 +0000 (01:36 +0000)]
Adding new bits for g722, g711 and g726 from Steve Underwood. Thanks Steve! I libtooled them into libg7xx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2504
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 4 Sep 2006 15:50:30 +0000 (15:50 +0000)]
Ok this passes audio.. please test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2502
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 4 Sep 2006 03:36:56 +0000 (03:36 +0000)]
make conf use default profile if none specified, make it work with soundfiles on windows, must have full drive letter and path (i.e. C:\Windows\Media\blah.wav)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2499
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 4 Sep 2006 02:13:20 +0000 (02:13 +0000)]
Ok this actually passes the right RTP sizes but no audio. Work in progress
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2496
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 4 Sep 2006 00:05:15 +0000 (00:05 +0000)]
Update Credits file. Thanks stkn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2495
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 4 Sep 2006 00:03:20 +0000 (00:03 +0000)]
Missing end tag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2494
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 14:35:35 +0000 (14:35 +0000)]
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2491
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 3 Sep 2006 14:30:42 +0000 (14:30 +0000)]
turn off edit and continue...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2490
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 14:28:08 +0000 (14:28 +0000)]
compiler warning cleanup (part 3 [getting old])
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2489
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 14:22:56 +0000 (14:22 +0000)]
compiler warning cleanup (part 2)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2488
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 14:15:02 +0000 (14:15 +0000)]
compiler warning cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2487
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 13:29:13 +0000 (13:29 +0000)]
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2486
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 04:29:42 +0000 (04:29 +0000)]
avoiding segfault i should never be called
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2485
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 3 Sep 2006 03:49:57 +0000 (03:49 +0000)]
dox
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2484
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 2 Sep 2006 23:04:25 +0000 (23:04 +0000)]
pack this mutha %^%$^&
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2483
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 2 Sep 2006 18:33:29 +0000 (18:33 +0000)]
add inline macro for msvc for upcoming inline functions.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2481
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 2 Sep 2006 07:31:18 +0000 (07:31 +0000)]
fix crash when passing null string to switch_core_session_locate (via killchan with no param)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2479
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 31 Aug 2006 21:46:39 +0000 (21:46 +0000)]
more tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2474
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 31 Aug 2006 19:39:57 +0000 (19:39 +0000)]
clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2473
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 31 Aug 2006 02:13:52 +0000 (02:13 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2469
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 31 Aug 2006 02:08:47 +0000 (02:08 +0000)]
Some devices need the 'a' there which is dumb
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2468
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 31 Aug 2006 01:48:17 +0000 (01:48 +0000)]
more work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2467
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 31 Aug 2006 01:40:27 +0000 (01:40 +0000)]
disable this for now as it acts as a catch all for bad dials.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2465
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 31 Aug 2006 01:16:37 +0000 (01:16 +0000)]
add music test extension to the sample config.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2464
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 31 Aug 2006 00:15:31 +0000 (00:15 +0000)]
small tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2463
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 30 Aug 2006 23:58:14 +0000 (23:58 +0000)]
tweak. still wip.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2462
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 30 Aug 2006 23:50:49 +0000 (23:50 +0000)]
fix generation of switch_version.h after clean of core lib project.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2461
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 23:23:22 +0000 (23:23 +0000)]
clarification
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2460
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 30 Aug 2006 22:03:52 +0000 (22:03 +0000)]
fix some bugs and g726 wip (only 32 works so far)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2459
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 19:46:43 +0000 (19:46 +0000)]
wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2458
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 30 Aug 2006 19:20:44 +0000 (19:20 +0000)]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2457
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 30 Aug 2006 19:20:18 +0000 (19:20 +0000)]
woops, don't need these
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2456
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 30 Aug 2006 19:18:41 +0000 (19:18 +0000)]
libtoolize this for possible use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2455
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 16:33:17 +0000 (16:33 +0000)]
fix name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2454
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 16:31:35 +0000 (16:31 +0000)]
fix name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2453
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 30 Aug 2006 14:49:13 +0000 (14:49 +0000)]
wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2448
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 05:32:35 +0000 (05:32 +0000)]
we'll have to use this when ptime works correctly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2446
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 05:16:12 +0000 (05:16 +0000)]
some notes for later
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2445
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 05:03:40 +0000 (05:03 +0000)]
fat finger
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2444
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 05:01:52 +0000 (05:01 +0000)]
tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2443
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 30 Aug 2006 04:58:13 +0000 (04:58 +0000)]
add an element
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2442
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 04:04:47 +0000 (04:04 +0000)]
Work in progress
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2441
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 02:41:22 +0000 (02:41 +0000)]
Codec Stub
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2440
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 30 Aug 2006 02:38:32 +0000 (02:38 +0000)]
small tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2439
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 29 Aug 2006 23:52:45 +0000 (23:52 +0000)]
change date format so output of show channels does not have another comma in a comma sep list.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2438
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 23:06:12 +0000 (23:06 +0000)]
bigger socket bufer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2437
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 23:00:08 +0000 (23:00 +0000)]
commit automake update for the lib
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2436
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 29 Aug 2006 22:58:49 +0000 (22:58 +0000)]
Added g711 to libg72x
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2435
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 29 Aug 2006 22:36:18 +0000 (22:36 +0000)]
wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2434
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 29 Aug 2006 21:28:52 +0000 (21:28 +0000)]
add windows build for g726. Not done yet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2433
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 21:07:24 +0000 (21:07 +0000)]
g726 work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2432
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 29 Aug 2006 20:31:01 +0000 (20:31 +0000)]
in progress
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2431
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 20:27:43 +0000 (20:27 +0000)]
fix event_socket bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2430
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 29 Aug 2006 18:16:22 +0000 (18:16 +0000)]
tweak debug info destination
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2428
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 29 Aug 2006 16:31:55 +0000 (16:31 +0000)]
add sofia to default config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2427
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 15:17:06 +0000 (15:17 +0000)]
add some events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2425
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 02:42:27 +0000 (02:42 +0000)]
WIP
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2422
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 01:27:23 +0000 (01:27 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2421
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 29 Aug 2006 01:13:38 +0000 (01:13 +0000)]
tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2420
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 28 Aug 2006 23:50:10 +0000 (23:50 +0000)]
fix stupidness
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2419
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 28 Aug 2006 23:44:38 +0000 (23:44 +0000)]
tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2418
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 28 Aug 2006 23:05:26 +0000 (23:05 +0000)]
tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2417
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 28 Aug 2006 16:40:05 +0000 (16:40 +0000)]
WIP
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2416
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 28 Aug 2006 03:14:21 +0000 (03:14 +0000)]
adding note
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2415
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 28 Aug 2006 02:01:41 +0000 (02:01 +0000)]
use different bat file names so multi proc systems can download more than one lib at a time without failing.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2414
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 28 Aug 2006 01:35:49 +0000 (01:35 +0000)]
cleanup msvc build targets and remove incremental build settings from libs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2413
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 27 Aug 2006 21:00:28 +0000 (21:00 +0000)]
windows build cleanup. Remove unused files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2411
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 27 Aug 2006 20:37:01 +0000 (20:37 +0000)]
move creation of the version header file to use util.vbs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2410
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 27 Aug 2006 20:08:04 +0000 (20:08 +0000)]
quote directory names for directories with spaces in their names.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2409
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 27 Aug 2006 17:35:38 +0000 (17:35 +0000)]
remove getlibs call as this is all done in the solution file now.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2408
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 27 Aug 2006 04:21:27 +0000 (04:21 +0000)]
make downloads work without adodb.stream in case it fails. Thanks to Dave Horner for the inspiration on this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2405
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 26 Aug 2006 21:21:02 +0000 (21:21 +0000)]
add answer application, change playback to preanswer by default.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2403
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 26 Aug 2006 21:13:56 +0000 (21:13 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2401
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 26 Aug 2006 05:36:59 +0000 (05:36 +0000)]
add initial windows build bits for sofia-sip. This still needs the lib added to the build process and will not work with the stock sofia-sip tarball just yet. More commits to come.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2400
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 25 Aug 2006 23:55:59 +0000 (23:55 +0000)]
Adding mod_sofia to the tree so we can work on it easier....
I am not adding it to the examples or to the modules.conf because it's not really ready for that yet.
This is only 1.5 days old from scratch at this point but the brave hearted who want to play with it can do the following:
Add this to modules.conf:
-----------------------------------------------------------------------------
endpoints/mod_sofia
-----------------------------------------------------------------------------
Add this to freeswitch.xml in the configuration/modules.conf area
-----------------------------------------------------------------------------
<load module="mod_sofia"/>
-----------------------------------------------------------------------------
Add this to freeswitch.xml in the configuration section
-----------------------------------------------------------------------------
<configuration name="sofia.conf" description="sofia Endpoint">
<!-- You may have multiple profiles -->
<profile name="test">
<param name="rfc2833-pt" value="101"/>
<param name="sip-port" value="5060"/>
<param name="dialplan" value="XML"/>
<param name="dtmf-duration" value="100"/>
<param name="codec-prefs" value="PCMU"/>
<param name="use-rtp-timer" value="true"/>
<param name="rtp-ip" value="127.0.0.1"/>
<param name="sip-ip" value="127.0.0.1"/>
<!-- optional ; -->
<!-- <param name="ext-rtp-ip" value="stun:stun.server.com"/>-->
<!-- <param name="ext-rtp-ip" value="100.101.102.103"/> -->
<!-- VAD choose one (out is a good choice); -->
<!-- <param name="vad" value="in"/> -->
<!-- <param name="vad" value="out"/> -->
<!-- <param name="vad" value="both"/> -->
<!--<param name="alias" value="sip:208.64.200.40:5555"/>-->
</profile>
</configuration>
-----------------------------------------------------------------------------
The call string to use profile test would be:
sofia/test/1000@1.2.3.4
as in:
<action application="bridge" data="sofia/test/1000@1.2.3.4"/>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2398
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 25 Aug 2006 22:57:43 +0000 (22:57 +0000)]
Turn crash protect on by default for release builds.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2397
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Fri, 25 Aug 2006 22:21:03 +0000 (22:21 +0000)]
This isn't working yet. I'm adding it so tony can get quick/easy access to it. /b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2396
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Fri, 25 Aug 2006 22:07:11 +0000 (22:07 +0000)]
This bugs me :P It's gotta match
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2395
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Fri, 25 Aug 2006 22:06:28 +0000 (22:06 +0000)]
This bugs me :P It's gotta match
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2394
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Fri, 25 Aug 2006 22:06:00 +0000 (22:06 +0000)]
This bugs me :P It's gotta match
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2393
d0543943 -73ff-0310-b7d9-
9358b9ac24b2