aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Merged revisions 100138 via svnmerge from qwell1-1/+3
2008-01-23Move code from res_features into (new file) main/features.cqwell1-3448/+0
2008-01-23Merged revisions 99775 via svnmerge from tilghman1-1/+1
2008-01-23Coding guidelines cleanuptilghman1-149/+151
2008-01-22Add res_config_ldap for realtime LDAP engine.tilghman1-0/+1550
2008-01-22Merged revisions 99594 via svnmerge from oej1-0/+4
2008-01-21Merged revisions 99341 via svnmerge from tilghman1-5/+20
2008-01-18This should at least temporarily fix a problem where the 't' Dialtwilson1-4/+4
2008-01-18Permit username and password to be NULL (which enables pass-through from the ...tilghman1-7/+29
2008-01-17resolve (valid) compiler warning about variable that could be used before bei...kpfleming1-1/+1
2008-01-17Update res_phoneprov to default to setting the SERVER variable to the IPtwilson1-21/+44
2008-01-16New module res_config_curl (closes issue #11747)tilghman1-0/+503
2008-01-16Make users list statictwilson1-1/+1
2008-01-12Merged revisions 98467 via svnmerge from tilghman1-0/+1
2008-01-11Merged revisions 98317 via svnmerge from file1-1/+1
2008-01-10Merged revisions 97889 via svnmerge from murf3-76/+90
2008-01-10Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it co...twilson1-11/+9
2008-01-10Several manager changes:tilghman1-1/+1
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonestwilson1-0/+1012
2008-01-09Merged revisions 97529 via svnmerge from russell1-1/+1
2008-01-08Iksemel is alive in a new home. Release 1.3 is out with bug fixes.oej1-1/+1
2008-01-07Merged revisions 96884 via svnmerge from russell1-0/+2
2008-01-05Convert this file over the new method of getting the Asterisk version.russell1-3/+6
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-1/+1
2008-01-04Merged revisions 96573 via svnmerge from qwell1-3/+16
2008-01-04Use SASL DIGEST-MD5 authentication over unsecured network connections only.phsultan1-26/+16
2008-01-03Merged revisions 96318 via svnmerge from tilghman1-1/+1
2008-01-03Add coordination between AMI and AGI applications, with an asyncagi methodtilghman1-3/+391
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming23-10235/+0
2008-01-02Set stream flags to zero upon initialization.phsultan1-1/+6
2008-01-02Don't make libresample print out debugging outputrussell2-5/+3
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asrussell23-0/+10237
2007-12-26Merged revisions 94793 via svnmerge from russell1-4/+3
2007-12-25Add channel thread ID to the information passed to AGI.tilghman1-0/+2
2007-12-21Store dates using local time instead of UTCmmichelson1-3/+3
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603rizzo1-3/+1
2007-12-19Merged revisions 94122 via svnmerge from mmichelson1-1/+10
2007-12-19make netsmp build under AST_DEVMODE. Description, included in the source,rizzo1-0/+29
2007-12-18make configuration variable const so they are not accidentallyrizzo2-2/+2
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-4/+4
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-14Publish the AGI events to manager.tilghman1-1/+37
2007-12-14Merged revisions 92933 via svnmerge from tilghman1-1/+1
2007-12-14Convert ast_verbose to ast_verb.tilghman2-9/+5
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-1/+1
2007-12-12Merged revisions 92556 via svnmerge from russell1-1/+1
2007-12-12Same change to trunk as revision 92510. I'm not sure why I mergedmmichelson1-4/+8
2007-12-11Removing a pointless memset. The memory was just calloc'd, so the mmichelson1-1/+0
2007-12-11Only look to see if options are set if some have been provided.file1-8/+10
2007-12-10Only send a SIGHUP if the pid is greater than -1, otherwise all PIDs greater ...file1-1/+2