Commit Graph

99 Commits

Author SHA1 Message Date
Anthony Minessale 30c318b995 clean some old members and naming conventions in the codec structs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 17:48:42 +00:00
Anthony Minessale 003847dd0d add some more specific events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 17:10:05 +00:00
Brian West c4d43fbf06 part two of FSCORE-193
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9680 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-27 18:49:21 +00:00
Brian West bb17572b39 round one from FSCORE-193, we need to revisit this for improvement
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9677 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-27 08:52:13 +00:00
Anthony Minessale 93ff90696b tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9649 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-25 19:53:43 +00:00
Stefan Knoblich f921389078 Use switch_event_add_header_string() instead of switch_event_add_header(... "%s", ..), core part
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9308 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 02:17:09 +00:00
Brian West 64cdf63ca6 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9050 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 13:35:42 +00:00
Anthony Minessale bc2fc3fa14 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9040 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 17:39:16 +00:00
Brian West 060d86c029 make sure the bug is read before we start to read from it otherwise we segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9002 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 15:27:34 +00:00
Anthony Minessale 56ddb387db a day at the races
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8967 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-09 21:19:18 +00:00
Anthony Minessale e7c4134da9 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8912 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-07 22:07:00 +00:00
Michael Jerris ffb2e317bb build tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8897 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 23:37:19 +00:00
Michael Jerris 64997c4d8e vim extendtab is bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8894 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 19:12:26 +00:00
Michael Jerris 7b7af8f948 allows the "eavesdrop_group" variable to contain several groups, comma separated. (MODAPP-101)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8876 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-01 17:49:01 +00:00
Michael Jerris e786772a72 don't destroy a codec that has not been created (MODAPP-101)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-01 17:45:35 +00:00
Anthony Minessale 3c349c274e indent pass 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8686 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:30:03 +00:00
Michael Jerris 99118bb2c6 build tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8481 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-19 22:23:11 +00:00
Anthony Minessale 117c0315cc following the att_xfer can o worms deeper
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-19 21:02:26 +00:00
Michael Jerris 21b5d73ad0 handle allocation error. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8469 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-19 18:53:32 +00:00
Anthony Minessale c4a18a09c2 spring cleaning, lose some pointless code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 19:19:47 +00:00
Anthony Minessale 6231ceb02b use individual pools in open file handles to avoid flooding the pool
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 15:50:28 +00:00
Anthony Minessale 96ff2abcd7 make dtmf duration defaults tweakable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-18 17:03:34 +00:00
Anthony Minessale 687ae1b352 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8098 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-12 16:17:09 +00:00
Anthony Minessale f96422026a add presence for conference and dial an eavesdrop
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-11 22:35:30 +00:00
Anthony Minessale 574884bd45 add soft_hold
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-09 18:15:15 +00:00
Anthony Minessale dc3a65388b the same guy who added att xfer to asterisk was nice enough to add it to freeswitch too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-13 01:08:42 +00:00
Anthony Minessale 5fae364cfd update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-12 00:30:52 +00:00
Anthony Minessale 2afd0fed8f update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-12 00:11:33 +00:00
Anthony Minessale 018c94df01 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7867 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-11 22:41:49 +00:00
Anthony Minessale 9c88a5ea45 death star will be in firing range in 10 minutes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-11 22:19:17 +00:00
Anthony Minessale 495deafd32 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-11 21:32:56 +00:00
Anthony Minessale 86729b7ff8 fix small issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7804 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-06 19:51:11 +00:00
Anthony Minessale 26df42f28c more protection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-21 21:38:49 +00:00
Anthony Minessale cb12f3cfd6 fix sdp pass-thru of 200 OK in proxy mode aka (bypass_media=true)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-21 17:48:41 +00:00
Michael Jerris 563046d0ca maybe we wont allocate a bunch of ram for no reason at all.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 22:59:35 +00:00
Michael Jerris 41fe16c7a0 small buffers make big segfaults
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-14 17:12:17 +00:00
Anthony Minessale c0b192bedc fix inband DTMF generation issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-13 00:32:09 +00:00
Anthony Minessale b100a406b6 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7531 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-05 21:09:52 +00:00
Michael Jerris 1369cdf235 tweak error checking.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7528 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-05 17:33:34 +00:00
Michael Jerris 1b20aa7185 whoops.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7523 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-05 16:10:07 +00:00
Michael Jerris 545a34f253 pre-answer first!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7522 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-05 15:50:49 +00:00
Brian West b0ad7ab50c set tab mode properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7500 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-03 22:14:57 +00:00
Anthony Minessale af40b99b80 it's suprising what 195 lines of code can do
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-01 21:22:27 +00:00
Michael Jerris 482badffca code analysis, clean up asserts related to switch_core_session_get_channel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7402 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-28 07:26:10 +00:00
Brian West 84161010ab cleanup and consistency.. blah rain @ PHX fun
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7396 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-27 20:01:02 +00:00
Brian West c815c0599e code formating cleanup, More when I land at PHX
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7392 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-27 17:36:53 +00:00
Michael Jerris 660d52acba tweak buffer size smaller again
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7337 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-23 21:37:22 +00:00
Michael Jerris ac79829b72 tweak buffer size
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7336 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-23 21:27:04 +00:00
Michael Jerris a430120a8f type tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7335 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-23 21:21:18 +00:00
Anthony Minessale 5df397eba7 fix obscure race condition
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7311 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-21 17:14:43 +00:00