Commit Graph

1108 Commits (e9d72e0cb22838d180a31d98deb40d4d951df0c7)

Author SHA1 Message Date
Russell Bryant e9d72e0cb2 Merge another big set of changes from team/russell/events
18 years ago
Tilghman Lesher 53459f86b2 Expand RQ_INTEGER type out to multiple types, one for each precision
18 years ago
Tilghman Lesher 9471b87d27 Merge the adaptive realtime branch, which will make adding new required fields
18 years ago
Philippe Sultan 6bb4c9cde0 Merged revisions 120675 via svnmerge from
18 years ago
Tilghman Lesher 90d75af346 Conditionally load the AGI command gosub, depending on whether or not res_agi
18 years ago
Tilghman Lesher 76506b7baa Move compatibility options into asterisk.conf, default them to on for upgrades,
18 years ago
Steve Murphy 7372474c94 Merged revisions 119929 via svnmerge from
18 years ago
Philippe Sultan 001c95b595 Do not link the guest account with any configured XMPP client (in
18 years ago
Tilghman Lesher 6006f40c14 When binding anonymously, credentials are still needed.
18 years ago
Tilghman Lesher ebb4ba3b9a Protect the object from changing while the 'odbc show' CLI command is running
18 years ago
Philippe Sultan de98d48a0d - remove whitespaces between tags in received XML packets before giving
18 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
18 years ago
Tilghman Lesher 6353bddc57 Increase limit of unshared connections from 1023 to 4.2 billion.
18 years ago
Tilghman Lesher 01e2bd1e2f Revert part of previous fix, and heavily comment the logic for object
18 years ago
Joshua Colp a5cb416c86 Merged revisions 117135 via svnmerge from
18 years ago
Joshua Colp 872eaba11d Remove a premature mutex destroy (the destruction callback will end up destroying it) and use a callback to purge remaining classes.
18 years ago
Tilghman Lesher c51989a309 Merged revisions 116466 via svnmerge from
18 years ago
Joshua Colp ac876a8e4e Make the ldap version setting work without having both version and protocol set.
18 years ago
Olle Johansson e4c544cd5a Formatting changes (coding guidelines) while thinking about something else...
18 years ago
Russell Bryant dcbc0aab3f Initialize the start time in smdi_msg_wait. Somehow this code got lost in trunk.
18 years ago
Tilghman Lesher 842df68a1f Don't free the object on destroy, as astobj2 takes care of that for you
18 years ago
Russell Bryant 60f877ad5f Only save a password if a username exists.
18 years ago
Russell Bryant aeb41dbdf4 Use the default that the log output claims will be used for the basedn
18 years ago
Jason Parker d63b790247 Merged revisions 115418 via svnmerge from
18 years ago
Tilghman Lesher bbab1a6d2f Merge refcounting of res_odbc
18 years ago
Mark Michelson 1235d47242 Make res/snmp/agent.c build
18 years ago
Tilghman Lesher b5a127daac Modify TIMEOUT() to be accurate down to the millisecond.
18 years ago
Russell Bryant 44af1e23d0 Merge changes from team/russell/smdi-msg-searching
18 years ago
Jason Parker 1ba4d31854 Merged revisions 114829 via svnmerge from
18 years ago
Jason Parker 8e26876b3e Merged revisions 114594 via svnmerge from
18 years ago
Joshua Colp 6d5290a85b Only print out the error message if ldap_modify_ext_s actually returns an error, and not success.
18 years ago
Joshua Colp 116859bd19 If the parsing of the config file fails make sure we unlock ldap_lock.
18 years ago
Doug Bailey 30aa3d7059 Add g__object_unref to clean up gmime message object
18 years ago
Philippe Sultan 60a9d14d56 Merged revisions 114198 via svnmerge from
18 years ago
Tilghman Lesher 9809a31bb5 Merged revisions 114195 via svnmerge from
18 years ago
Tilghman Lesher 123ac5fd64 Standardized routines for forking processes (keeps all the specialized code in one place).
18 years ago
Terry Wilson 91de4e9cea Need a new buffer for each loop
18 years ago
Terry Wilson 6d34b5fafe Don't unref user twice on failure. Also, when adding sorted list of users, it is best to check the entry already in the list for a "next" entry instead of the newly created entry...
18 years ago
Tilghman Lesher 7128ba0bb8 Use the correct function for free'ing objects, and maybe we won't crash.
18 years ago
Terry Wilson ef8007f630 Make sure that ${LINE} is set even if linenumber is not set in users.conf
18 years ago
Terry Wilson e276ccea11 Fix the fact that global_variables 1) weren't being updated on reload (thanks for the report, Doug), and 2) weren't actually being appended to the list of profile variables because build_profile was called before the list was populated. Also needed to free the contents returned by load_file().
18 years ago
Tilghman Lesher d304a88457 Errors are all greater than 0
18 years ago
Terry Wilson c36e37aa6f atoi(NULL) is bad
18 years ago
Tilghman Lesher eb930d5edd AsyncAGI should not close the manager session on error.
18 years ago
Terry Wilson 75c6945d92 Clean up some memory leak/ref counting issues
18 years ago
Terry Wilson 2abff11905 Multi-line support for phoneprov
18 years ago
Terry Wilson 1eb31edde2 Re-add HTTP post support by moving to res_http_post.c
18 years ago
Joshua Colp e5c4deace3 Initialize all these here tmp pointers at declaration. They confused some compilers a wee bit.
18 years ago
Steve Murphy 2427603eaf Merged revisions 111341 via svnmerge from
18 years ago
Russell Bryant 3c6cf5dcc5 Add some fixes that I made in regards to wideband codec handling to get
18 years ago