Commit Graph

1133 Commits (bc29f7143a74a2767b364fc6d6110e1b23be4b53)

Author SHA1 Message Date
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
Joshua Colp db0c6576d2 Merged revisions 110035 via svnmerge from
18 years ago
Kevin P. Fleming 521b193eff ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can handle
18 years ago
Tilghman Lesher 58fa8e6e9e Change back to using ldap_initialize() and let the user specify a URL directly,
18 years ago
Kevin P. Fleming e191b51a08 start the process of changing HTTP request dispatching to do it based on *both* URI and method, so that POST support can move into a module; move http.c's private function prototypes into _private.h
18 years ago
Tilghman Lesher 92ecf53d44 Set protocol version, port number correctly.
18 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
18 years ago
Steve Murphy 4e29ae8806 Merged revisions 109309 via svnmerge from
18 years ago
Jason Parker 71e3883f9f Merged revisions 108682 via svnmerge from
18 years ago
Russell Bryant 8bbef5f996 Rename ast_tcptls_server_instance to session_instance, since this pertains to
18 years ago
Tilghman Lesher d02f74ebfe An offhand comment from Russell made me realize that the configuration file
18 years ago
Kevin P. Fleming 79c3038ee5 Merged revisions 107352 via svnmerge from
18 years ago
Steve Murphy 377e51c4d4 (closes issue #6002)
18 years ago
Donny Kavanagh 4aadd3c770 trivial fix for an agi error when attempting to use EAGI on a dead/hungup channel, we now print an error that makes sense
18 years ago
Tilghman Lesher 8afeb7df4b Missing braces, fix parsing
18 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
18 years ago
Russell Bryant efb1e30a38 Rename public object server_instance to ast_tcptls_server_instance
18 years ago
Terry Wilson 7bf9f46774 Set username to default to the category name if it isn't overridden by a usernmae= setting in users.conf
18 years ago
Jason Parker 3c594ab9fa Merged revisions 105572 via svnmerge from
18 years ago
Philippe Sultan 6ef8831aab Merged revisions 105326 via svnmerge from
18 years ago
Philippe Sultan 7293986e44 Remove unnecessary if statements before calling iks_delete (redundant check is
18 years ago
Philippe Sultan 265f5cd62c Automatically create new buddy upon reception of a presence stanza of
18 years ago
Joshua Colp 71e0880478 Merged revisions 104536 via svnmerge from
18 years ago
Steve Murphy 6bb33538e1 small change to allow this file to compile. No problem if you don't install the libsnmp package.
18 years ago
Russell Bryant 910b9f8a2c fix this module, too
18 years ago
Russell Bryant 0036cde5f3 Rename version.h to ast_version.h. Next, I will be re-adding version.h as an
18 years ago
Russell Bryant e2e24a1bed Add a \todo to convert this module to the event system
18 years ago
Russell Bryant 3a8756c9b4 Merged revisions 104119 via svnmerge from
18 years ago
Joshua Colp 559870fd8a Fix building of trunk. dbpass is always going to exist.
18 years ago
Steve Murphy 14529764d7 On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get warnings that stops the compile. They are fixed now.
18 years ago
Tilghman Lesher 9392dae2d6 Allow database password to be NULL and several other cleanups.
18 years ago
Mark Michelson 7fa044f86f Instead of a notice, make the message about a hung-up channel a debug message, and revert the original
18 years ago
Mark Michelson b403e214b1 Don't print the fact that we are using dead mode in AGI if called from the
18 years ago
Mark Michelson aaff057e5c Fix another spot where a hard-coded '|' hadn't been converted to ','
18 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Olle Johansson 9cf6138725 Formatting fixes
18 years ago
Mark Michelson 8c3cf89933 1. Deprecate SetMusicOnHold and WaitMusicOnHold.
18 years ago
Philippe Sultan f98f90af49 Use an ast_flags structure in aji_client and aji_buddy rather than an
18 years ago
Joshua Colp cc0c25c76c Remove ast_module_user usage from res_agi. This is taken care of in the core.
18 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
18 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Joshua Colp 38164fecad Merged revisions 102378 via svnmerge from
18 years ago
Tilghman Lesher 320174cd4b Fix multi, when using the LIKE query.
18 years ago
Tilghman Lesher de0d0ad137 Clarify the pooling functionality by changing the config file keyword
18 years ago
Mark Michelson 6ea87be942 Merged revisions 101531 via svnmerge from
18 years ago
Tilghman Lesher d7660733bf Oops, a sizeof error
18 years ago
Jason Parker e88241c45b Merged revisions 100138 via svnmerge from
18 years ago
Jason Parker 3bd33214b9 Move code from res_features into (new file) main/features.c
18 years ago
Tilghman Lesher 65e31e0741 Merged revisions 99775 via svnmerge from
18 years ago
Tilghman Lesher b0426aad08 Coding guidelines cleanup
18 years ago
Tilghman Lesher cfa0ec1f97 Add res_config_ldap for realtime LDAP engine.
18 years ago
Olle Johansson 949bb30d03 Merged revisions 99594 via svnmerge from
18 years ago
Tilghman Lesher 6181e386b5 Merged revisions 99341 via svnmerge from
18 years ago
Terry Wilson d673f848c0 This should at least temporarily fix a problem where the 't' Dial
18 years ago
Tilghman Lesher 8dd48a5e7c Permit username and password to be NULL (which enables pass-through from the layer above).
18 years ago
Kevin P. Fleming b0c271eb31 resolve (valid) compiler warning about variable that could be used before being initialized
18 years ago
Terry Wilson 417c6dcb1d Update res_phoneprov to default to setting the SERVER variable to the IP
18 years ago
Tilghman Lesher 81e421284d New module res_config_curl (closes issue #11747)
18 years ago
Terry Wilson 3e9ed0d40b Make users list static
18 years ago
Tilghman Lesher fa4f7d3727 Merged revisions 98467 via svnmerge from
18 years ago
Joshua Colp 5186035990 Merged revisions 98317 via svnmerge from
18 years ago
Steve Murphy 3f152e5ff0 Merged revisions 97889 via svnmerge from
18 years ago
Terry Wilson 84e25e15cf Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it compiles under OS X. And still works under linux.
18 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago
Russell Bryant 8ac62a7a59 Merged revisions 97529 via svnmerge from
18 years ago
Olle Johansson 67439d7f0d Iksemel is alive in a new home. Release 1.3 is out with bug fixes.
18 years ago
Russell Bryant c6d573c836 Merged revisions 96884 via svnmerge from
18 years ago
Russell Bryant 4f0cb30f4a Convert this file over the new method of getting the Asterisk version.
18 years ago
Russell Bryant 54bc2c20b6 Now that the version.h file was getting properly regenerated every time the svn
18 years ago
Jason Parker 98726c08af Merged revisions 96573 via svnmerge from
18 years ago
Philippe Sultan cc00602238 Use SASL DIGEST-MD5 authentication over unsecured network connections only.
18 years ago
Tilghman Lesher 5e066908c8 Merged revisions 96318 via svnmerge from
18 years ago
Tilghman Lesher 9c00db7c16 Add coordination between AMI and AGI applications, with an asyncagi method
18 years ago
Kevin P. Fleming 04a10c145b go back to including libresample in the main Asterisk binary, but this time including a small hack to ensure that it does get linked in (and also modify the strip_nonapi script to leave the resample_<foo> symbols alone)
18 years ago
Philippe Sultan c08a968cb4 Set stream flags to zero upon initialization.
18 years ago