aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2008-06-05Merged revisions 120675 via svnmerge from phsultan1-1/+1
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-1/+0
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-1/+17
2008-06-03Merged revisions 119929 via svnmerge from murf1-6/+0
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-4/+17
2008-05-27When binding anonymously, credentials are still needed.tilghman1-1/+3
2008-05-23Protect the object from changing while the 'odbc show' CLI command is runningtilghman1-0/+4
2008-05-23- remove whitespaces between tags in received XML packets before givingphsultan1-3/+34
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak3-5/+5
2008-05-20Increase limit of unshared connections from 1023 to 4.2 billion.tilghman1-2/+2
2008-05-20Revert part of previous fix, and heavily comment the logic for objecttilghman1-21/+47
2008-05-19Merged revisions 117135 via svnmerge from file1-1/+14
2008-05-19Remove a premature mutex destroy (the destruction callback will end up destro...file1-13/+19
2008-05-14Merged revisions 116466 via svnmerge from tilghman1-1/+5
2008-05-14Make the ldap version setting work without having both version and protocol set.file1-1/+1
2008-05-14Formatting changes (coding guidelines) while thinking about something else...oej1-29/+31
2008-05-13Initialize the start time in smdi_msg_wait. Somehow this code got lost in tr...russell1-0/+2
2008-05-07Don't free the object on destroy, as astobj2 takes care of that for youtilghman1-1/+0
2008-05-07Only save a password if a username exists.russell1-5/+8
2008-05-07Use the default that the log output claims will be used for the basednrussell1-2/+3
2008-05-06Merged revisions 115418 via svnmerge from qwell1-1/+1
2008-05-05Merge refcounting of res_odbctilghman1-233/+117
2008-05-02Make res/snmp/agent.c buildmmichelson1-2/+2
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-8/+10
2008-05-01Merge changes from team/russell/smdi-msg-searchingrussell1-16/+74
2008-04-29Merged revisions 114829 via svnmerge from qwell1-2/+1
2008-04-23Merged revisions 114594 via svnmerge from qwell1-17/+36
2008-04-21Only print out the error message if ldap_modify_ext_s actually returns an err...file1-1/+1
2008-04-18If the parsing of the config file fails make sure we unlock ldap_lock.file1-0/+1
2008-04-18Add g__object_unref to clean up gmime message objectdbailey1-1/+3
2008-04-17Merged revisions 114198 via svnmerge from phsultan1-1/+1
2008-04-17Merged revisions 114195 via svnmerge from tilghman1-0/+8
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman2-47/+12
2008-04-14Need a new buffer for each looptwilson1-1/+1
2008-04-14Don't unref user twice on failure. Also, when adding sorted list of users, i...twilson1-2/+1
2008-04-11Use the correct function for free'ing objects, and maybe we won't crash.tilghman1-2/+2
2008-04-11Make sure that ${LINE} is set even if linenumber is not set in users.conftwilson1-1/+4
2008-04-11Fix the fact that global_variables 1) weren't being updated on reload (thanks...twilson1-24/+51
2008-04-11Errors are all greater than 0tilghman1-9/+9
2008-04-07atoi(NULL) is badtwilson1-5/+5
2008-04-05AsyncAGI should not close the manager session on error.tilghman1-2/+2
2008-04-05Clean up some memory leak/ref counting issuestwilson1-22/+43
2008-04-05Multi-line support for phoneprovtwilson1-138/+343
2008-04-02Re-add HTTP post support by moving to res_http_post.ctwilson2-2/+344
2008-03-31Initialize all these here tmp pointers at declaration. They confused some com...file1-4/+3
2008-03-27Merged revisions 111341 via svnmerge from murf1-50/+93
2008-03-20Add some fixes that I made in regards to wideband codec handling to getrussell1-1/+1
2008-03-19Merged revisions 110035 via svnmerge from file1-2/+8
2008-03-19ensure that res_phoneprov's HTTP handler tells the dispatcher what method it ...kpfleming1-0/+1
2008-03-18Change back to using ldap_initialize() and let the user specify a URL directly,tilghman1-20/+23