Commit Graph

666 Commits

Author SHA1 Message Date
Daniel Swarbrick bab7a2392f refactor config parsing 2011-02-07 17:09:38 +01:00
Anthony Minessale 4ae8282e6c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
Daniel Swarbrick c8f5c66c35 mostly complete implementation of channel list via SNMP 2011-01-31 15:41:58 +01:00
Daniel Swarbrick 068d36a5c9 partial implementation of channel list via snmp 2011-01-28 22:32:26 +01:00
Daniel Swarbrick b3ac44f555 add support for getting current call count 2011-01-28 20:36:18 +01:00
Daniel Swarbrick 08f494b808 typo 2011-01-28 20:14:10 +01:00
Daniel Swarbrick 608be370bc reduce agentx heartbeat to 2s, add management hook for mutex lock/unlock 2011-01-27 21:33:17 +01:00
Anthony Minessale 7c62476711 revert change from 2800ea199d and add disconnect packet on listener kill 2011-01-25 14:13:22 -06:00
Daniel Swarbrick 83d5cd6ff6 whoops, tab craziness 2011-01-25 20:04:29 +01:00
Daniel Swarbrick 4b731fd64c tidy up subagent and #defines 2011-01-25 20:00:32 +01:00
Daniel Swarbrick 636c1ecb4e wrap potentially non-threadsafe snmp operations in mutex; support snmpwalk in subagent 2011-01-25 19:19:31 +01:00
Daniel Swarbrick 6477d3f87e make mod_snmp module unload more failsafe 2011-01-25 00:27:18 +01:00
Andrew Thompson 9fe440b2fe mod_erlang_event Add proper locking for the list of XML bindings 2011-01-21 21:53:03 -05:00
Andrew Thompson 4eccdfef58 mod_erlang_event: Don't urlencode events (and destroy an event after use) 2011-01-21 21:47:46 -05:00
Daniel Swarbrick 6e2b1bd328 initial checkin of mod_snmp 2011-01-21 21:05:01 +01:00
Anthony Minessale d2c34232ab fix userauth issue 2011-01-12 15:32:46 -06:00
Brian West 3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Daniel Swarbrick 8b7fd76d3d use switch_zmalloc() instead of apr pools for short term storage, rename a couple of funcs to be clearer as to their purpose 2011-01-03 22:09:46 +01:00
Daniel Swarbrick df090a2a6b free() -> switch_safe_free() 2011-01-03 21:39:36 +01:00
Daniel Swarbrick 66ce95a930 removing my debug :o 2011-01-03 19:10:15 +01:00
Daniel Swarbrick a3d66bb4f0 mod_cdr_pg_csv: make disk spool format user-selectable 2011-01-03 18:59:53 +01:00
Daniel Swarbrick 80f3281c09 whitespace fixups 2011-01-03 15:05:24 +01:00
Daniel Swarbrick aab453f52a tweak create.sql and config file 2011-01-03 14:01:08 +01:00
Daniel Swarbrick 93bbbe96af Remove event_handler() altogether, since it was doing nothing anyway 2011-01-03 13:36:20 +01:00
Daniel Swarbrick 935f2c4214 mod_cdr_sqlite has no need for (yet) for SIGHUP 2011-01-03 13:27:08 +01:00
Daniel Swarbrick 2632af929d FS-2953 2011-01-03 12:52:25 +01:00
Daniel Swarbrick 2be3175ae9 mod_cdr_pg_csv now spools the attempted SQL to disk if DB insert fails, instead of writing CSV. This should make it simpler to import any failed inserts. 2010-12-31 20:54:20 +01:00
Daniel Swarbrick 9ab7473cb9 Drop a-table/g-table stuff, use single DB table. Filtering should be done by SQL 2010-12-31 20:13:45 +01:00
Daniel Swarbrick 0e31a974d4 Code cleanup, saner way of stripping chars from string 2010-12-31 03:10:50 +01:00
Daniel Swarbrick 0f95b87035 Drop transaction BEGIN/END around INSERT. We're only executing one command, and autocommit will automatically rollback if the INSERT fails.
Sync state_handlers with mod_cdr_csv. Minor libpq fixups.
2010-12-31 00:18:03 +01:00
Daniel Swarbrick 18feeb1067 Coding style, fix some C90 warnings about mixed decls/code 2010-12-31 00:01:53 +01:00
Daniel Swarbrick 5401c60493 fix CR line endings 2010-12-30 23:43:03 +01:00
Daniel Swarbrick f625fe3b01 Add SQLite CDR module 2010-12-30 20:38:49 +01:00
Anthony Minessale 534d3bcb29 fix userauth for real 2010-12-29 14:44:05 -06:00
Anthony Minessale 39ff276c1c nm 2010-12-29 14:13:17 -06:00
Anthony Minessale 08955a2b29 fix userauth 2010-12-29 13:59:12 -06:00
Anthony Minessale 2800ea199d tune event socket params a bit 2010-12-16 11:34:02 -06:00
Brian West 89dbe0b0a0 ESL-52 2010-11-22 17:06:59 -06:00
Andrew Thompson 6941c6eb71 FS-2775 Rewrite XML fetch conditional wait to be more sane (Reported by James Aimonetti) 2010-11-15 12:39:54 -05:00
Anthony Minessale 5875905285 FS-2827 2010-11-08 10:14:46 -06:00
Andrew Thompson 1ffff099c1 Avoid checking the lengh of a null string. 2010-10-18 03:18:35 -04:00
Andrew Thompson dc40a7789c Arrays are 0 indexed in C, duh 2010-10-17 16:19:38 -04:00
Andrew Thompson 094ffe37cc mod_erlang_event: Support for reading erlang cookie from a file
mod_erlang_event will now try to read $HOME/.erlang.cookie if no cookie
is specified in the config file. You can specify an arbitary cookie file
via the 'cookie-file' parameter in the config file. The cookie file MUST
be readable by the user freeswitch is running as (either the owner or
root) and the file MUST NOT be readable/writeable/executable by any
other user (eg 0400 permissions). Thanks to James Aimonetti for the idea
and the original patch.
2010-10-15 23:40:57 -04:00
Andrew Thompson 08d6b4339c Fix hostname guessing to work when some stupid DNS server resolves 0.0.0.0
Also, fix names containing a @ to work right
2010-08-29 10:59:10 -04:00
Andrew Thompson 2e8ece4fba Patch (with changes) from Micah Warren to add 'setevent' which is a mostly-atomic nixevent ALL + a event subscription 2010-08-27 21:16:55 -04:00
Andrew Thompson 79ced283b3 Some more tweaks 2010-08-22 20:58:52 -04:00
Andrew Thompson 3798c39177 Remove some code we don't use 2010-08-22 20:58:48 -04:00
Andrew Thompson 6fc68a4aa9 Use a different mutex for tracking threadcount 2010-08-22 20:58:47 -04:00
Andrew Thompson 121e57a1db Switch from mutex to a rwlock to increase throughput 2010-08-22 20:58:44 -04:00
Andrew Thompson 5ef61c961f Null out the spawn reply after we're done with it to avoid seg 2010-08-22 20:58:41 -04:00
Andrew Thompson c0d51b83f4 Improve some logging to include UUIDs 2010-08-22 20:58:38 -04:00
Anthony Minessale e4f90584a7 MODEVENT-68 2010-08-18 09:20:59 -05:00
Andrew Thompson 9ad509c29a mod_erlang_event: generate long node names the same as erlang does
Also, allow you to override the node name inference by passing a
nodename with an @ in it, eg. freeswitch@freeswitch.com
2010-08-17 02:32:37 -04:00
Stefan Knoblich d6eb7562e5 [mod_commands,mod_event_socket,mod_event_test] fix up other users of switch_event_xmlize() to use SWITCH_EVENT_NONE 2010-08-15 00:39:49 +02:00
Tamas Cseke 388430318c tweak array length 2010-08-11 17:26:31 +02:00
cseket 76a72be31f add ability to set more error dirs. maybe it's paranoid, but we can use distributed file system, that we don't trust enough 2010-08-11 15:13:22 +02:00
Andrew Thompson 6397f898fd Switch from a busy-wait loop to crazy conditional timedwait stuff for speed 2010-08-06 01:32:28 -04:00
Andrew Thompson b60d6b3376 Remove deprecated new_pid API (its been there long enough) 2010-08-05 16:07:14 -04:00
Andrew Thompson f281ac390a Bump the 'spawn process' timeout, fix some logging 2010-08-05 13:38:42 -04:00
Andrew Thompson aa16f939b7 Add some wrapper functions for the new session event filter stuff 2010-08-04 11:28:53 -04:00
Andrew Thompson 0ec9ffe649 Tony said I should use a rwlock for this, so now I do 2010-08-04 10:45:25 -04:00
Andrew Thompson 698fa0455b Add 3 new commands; session_event, session_noevents, session_nixevent 2010-08-03 18:05:19 -04:00
Andrew Thompson 64a28ee974 Switching to using a hash instead of a linked list for outbound sessions 2010-08-03 18:02:18 -04:00
Anthony Minessale 8915c6a94e reduce memory usage 2010-07-24 01:03:21 -05:00
Andrew Thompson 9d44ed0409 Make XML fetch reply ACKs distinguishable, update freeswitch.erl 2010-07-17 14:02:57 -04:00
Brian West f347698a47 MODEVENT-66 2010-07-07 09:13:34 -05:00
Anthony Minessale 3a6bb506c0 passing non-null value to generate_xml_cdr now implies its an initalized xml object 2010-07-01 15:22:13 -05:00
Jeff Lenk a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Anthony Minessale c5086b1517 jsonification into the core and ESL 2010-06-17 11:43:09 -05:00
Anthony Minessale a65a7f322b fix possible socket connection race 2010-05-13 14:49:36 -05:00
cseket 750aa7e29b use force_process_cdr variable added in XML-17 2010-04-26 08:59:48 +02:00
cseket 8a4a09838c fix windows build (MODEVENT-63) 2010-04-23 19:16:55 +02:00
Travis Cross db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Anthony Minessale 6314075859 add apr func to disable loopback on multicast to simplify mod_multicast_event 2010-04-02 16:40:24 -05:00
Michal Bielicki 9fbb0b57f0 postgresql cdr module, requires some adjustments to make it more platform agnostic, good for solaris and centos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17100 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-25 16:18:48 +00:00
Tamas Cseke 2d180aef52 try to fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-23 15:59:22 +00:00
Tamas Cseke 92eef1edf7 copy mod_json_cdr from branch (MODEVENT-62)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-17 15:26:56 +00:00
Andrew Thompson 3786722149 Tweak some mutexes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16903 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-04 20:17:32 +00:00
Anthony Minessale 82926fc656 add another frontender to list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-25 19:02:42 +00:00
Andrew Thompson dc5c383d20 Track time taken for XML fetch responses/timeouts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 18:51:57 +00:00
Andrew Thompson 6107493160 Replace busy wait for XML fetch with thread cond stuff (Original patch contributed by Michael Fig / MarkeTel Systems)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16697 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 21:55:46 +00:00
Anthony Minessale 886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Anthony Minessale 6fec6e8aa0 fix parse err
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16568 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-04 15:50:04 +00:00
Andrew Thompson 02a915c166 FSCORE-542
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-03 19:55:36 +00:00
Anthony Minessale f859964993 fix filters (reported on mailing list use jira next time =/)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16527 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-28 01:00:04 +00:00
Andrew Thompson 77ac925dc5 Don't exit the entire listener for a single session failure (reported by Timur Irmatov)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16516 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-26 15:44:46 +00:00
Anthony Minessale bd97fb615f allow alias expansion from fs_cli
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16416 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-20 17:45:53 +00:00
Anthony Minessale 42f8ffca56 small logic bug in new event auth code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16185 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-06 16:59:53 +00:00
Anthony Minessale 87ca6ed553 add userauth <user>@<domain>:<pass> to event_socket to auth against user directory uses esl-password esl-allowed-api esl-allowed-events and esl-allowed-log to control resource access
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16160 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-05 19:47:49 +00:00
Anthony Minessale 3cb315d6d4 add SOCKET_EVENT event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-04 17:46:55 +00:00
Brian West 87477e308d fix null pointer issue in event socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16012 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-21 22:48:33 +00:00
Michael Jerris c813825e81 fix OS X 10.6 bulild for mod_radius_cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 02:26:59 +00:00
Michael Jerris d2cf7f862a fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 21:20:02 +00:00
Andrew Thompson c2cde58f38 Move erlang module's default config file to be with all the others
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15881 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:10:12 +00:00
Andrew Thompson 15363cdb2f Tracking API change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 17:43:10 +00:00
Anthony Minessale 6fde2f3961 add priority queue for events so important broadcasts like hold music can take precedenced over event-lock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 01:29:02 +00:00
Anthony Minessale 91d886ec7b omfg duh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 20:11:45 +00:00
Anthony Minessale dd6219c62d try to make the dir first so if it fails the mod fails properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15859 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 16:16:24 +00:00
Anthony Minessale c75b69decb clean up mod_event_multicast to use blocking recvfrom and better error checking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15791 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 20:32:56 +00:00
Anthony Minessale c706e9bb3c only kill event socket on 100 consecutive errors
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 19:59:26 +00:00
Anthony Minessale 3303abca65 fix expires seg in event_sink
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15594 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 06:17:05 +00:00
Brian West 0e7560f458 moving to unsupported
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15429 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-11 16:27:54 +00:00
Anthony Minessale 391a61ba2f fix event_sink race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15389 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-06 20:17:31 +00:00
Brian West b049bacf7c fix sentence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15311 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-01 20:40:31 +00:00
Anthony Minessale df7637f687 change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Andrew Thompson f9df2e6bd8 How'd that happen?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-22 20:55:12 +00:00
Chris Parker fe7f9f7c73 Apply patch_2.txt from MODEVENT-55 to reduce memory leakage.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15198 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-22 16:41:11 +00:00
Chris Parker 2306fe2730 Apply framed-ip-address patch from MODEVENT-52
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-22 16:35:14 +00:00
Andrew Thompson e47f8215e9 mod_erlang_event: optionally allow compatability with nodes running older OTP releases (R7 through current)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15189 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-21 20:57:46 +00:00
Anthony Minessale f70d980a9d cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15154 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-13 21:52:47 +00:00
Brian West 77f42cf9a1 MODEVENT-56
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-29 02:23:08 +00:00
Anthony Minessale b7b5aea03d try to rotate on failed write to cdr file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14948 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-22 15:36:53 +00:00
Anthony Minessale 00909ae79d MODEVENT-54
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 21:23:00 +00:00
Andrew Thompson 671694fb17 Deprecate new_pid message in favor of get_pid which has an extra element, the call's UUID
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:54:23 +00:00
Andrew Thompson abc3acdf44 Add support for simply sending an arbitrary message to an arbitrary registered process at a node
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:23:47 +00:00
Anthony Minessale 885f8977fc add unique-id check to sendevent to send and event to a session instead of the system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14874 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:18:20 +00:00
Brian West 357c93b999 fix vim format line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 22:03:37 +00:00
Andrew Thompson fc208bb0b9 Use our own memory pool instead of the sessions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14652 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-27 21:41:47 +00:00
Andrew Thompson 1eace1218a Add support for log node userdata, improve some log messages and command output
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-26 20:50:05 +00:00
Mathieu Rene 5abd10c0c3 refactor mod_event_socket so it uses switch_log functions to duplicate and free log nodes while it uses them internally (fix bad ptr for userdata on event socket listeners)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-22 19:26:58 +00:00
Andrew Thompson eb08813dd4 Add per-call logging support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14554 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-18 16:58:26 +00:00
Andrew Thompson b4fbb35865 Winsock blows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14550 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-18 05:33:42 +00:00
Mathieu Rene 02f8be51b6 Per-call logging, part three
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14511 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 21:52:05 +00:00
Mathieu Rene c2d5f970bc Per-call logging, part one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14509 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 20:35:02 +00:00
Andrew Thompson 0d859b0f49 Delete subclass reservations on unload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14429 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-29 23:18:38 +00:00
Andrew Thompson 467653216a Don't make channels stuck
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14428 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-29 23:16:32 +00:00
Andrew Thompson 14b0e7d568 Cleanup after outbound sessions that exit before the call hangs up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14427 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-29 23:13:02 +00:00
Michael Jerris 34223fbff0 fix build warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-29 23:11:03 +00:00
Andrew Thompson bf77c75f43 Don't assume valid uuids are exactly 36 characters long
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14393 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-27 23:37:45 +00:00
Andrew Thompson 53b0ae45f2 Sync up freeswitch.erl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14362 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-25 18:53:34 +00:00
Andrew Thompson b44830ecf2 Add support for sending CUSTOM events with a subclass
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14361 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-25 18:25:13 +00:00
Michael Jerris b0daf34ad5 mod_event_socket: sendevent Fire events with correct event-name and subclass (MODEVENT-41)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14354 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-24 20:13:36 +00:00
Brian West cfc4bf2637 woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-18 19:08:07 +00:00
Mathieu Rene 42cfedca6b Fix strncasecmp length, thx woof
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-15 16:45:12 +00:00
Michael Jerris 9e5c81bea0 fix 64 bit build of radius modules (FSBUILD-179)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-10 20:01:01 +00:00
Brian West b6363dc294 LOOK OUT BELOW... (FSCORE-381)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 18:59:05 +00:00
Raymond Chandler 2b8a04f1d7 replace mod_radius_cdr's Makefile.am with Makefile that pulls freeradius-client source when needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14053 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 17:59:18 +00:00
Michael Jerris 4b14597b4c MODEVENT-44
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13968 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 23:21:33 +00:00
Andrew Thompson c58b819f38 Clear out the pre shared key on a config reload properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13958 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 18:44:43 +00:00
Andrew Thompson 7a09952c31 Add a little api command to show multicast peer status
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13953 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 17:23:31 +00:00
Andrew Thompson ceb7803179 Don't multicast the new multicast peerup/peerdown events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13951 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 16:37:17 +00:00
Andrew Thompson dbe85eb87f bzero -> memset (so mike won't yell at me)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13902 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 01:02:19 +00:00
Andrew Thompson 11ca616ea5 Add initial support for multicast peer up/down state tracking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 00:59:03 +00:00
Andrew Thompson c872e09265 Unify outbound session cleanup code, possibly fixes MODEVENT-47
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13900 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 23:38:23 +00:00
Michael Jerris 786c7710f1 trivial build fix (FSBUILD-174)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 03:29:55 +00:00
Andrew Thompson 48885edcff Move mutex into the global struct, don't leak on config reload (thanks Math)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13873 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 19:35:02 +00:00
Andrew Thompson 886f2c5548 Make mod_event_multicast re-read its config on RELOADXML (partially)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 19:24:23 +00:00
Andrew Thompson 41daa117e9 Whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:51:18 +00:00
Andrew Thompson 1688e31e6a Switch to cipher-block-chaining, add a magic byte sequence to check for sucessful decryption and fix some null termination issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:47:09 +00:00
Andrew Thompson ff3e7f3f0f Only complain about unexpected exits if the call isn't already hungup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 01:48:59 +00:00