asterisk/asterisk.git
2005-05-26 Russell Bryantfix usage of const char (bug #4388)
2005-05-25 Josh RobersonChange define __OSX__ to more appropriate __Darwin__...
2005-05-25 Josh RobersonFix typo in chan_sip. (Bug #4376).
2005-05-25 Mark SpencerFix SIP registration (bug #4138)
2005-05-25 Mark SpencerFix sayunixtime for Danish (bug #3239)
2005-05-25 Mark SpencerUse defined AST_MAX_ACCOUNT_CODE (bug #4350)
2005-05-25 Russell Bryantvarious code cleanups (bug #4353)
2005-05-24 Jeremy McNamaraDocument model usage
2005-05-24 Jeremy McNamaraCorrectly implement the button templates in hopes to...
2005-05-24 Matthew Fredrickson(Hopefully!) last remaining changes for NFAS.
2005-05-24 Matthew FredricksonMore updates for NFAS span/channel mapping
2005-05-24 Russell Bryantprint out appropriate message when no help text is...
2005-05-24 Russell Bryantget rid of some compilation warnings
2005-05-23 Russell Bryantremove seemingly useless write (bug #4299)
2005-05-23 Matthew FredricksonBug in pri_find_principle
2005-05-23 Matthew FredricksonUpdates for new libpri set_message api
2005-05-21 Jeremy McNamaraOptimize global/user/peer configuration call options...
2005-05-21 Jeremy McNamaraMake debug output more precise. Bug #4345
2005-05-20 Matthew FredricksonMods for IMPLICIT/EXPLICIT channel id selection support
2005-05-20 Kevin P. Flemingmake IF dialplan function handle quoted strings properl...
2005-05-20 Kevin P. Flemingclarify comments even more
2005-05-20 Kevin P. Flemingadd a little comment to keep someone else from having...
2005-05-20 Kevin P. Flemingfix Solaris compatibility issues (bug #4339)
2005-05-20 Kevin P. Flemingmake 'sip debug' work again (commands must be registere...
2005-05-19 Mark SpencerAdd SET function (bug #4335)
2005-05-19 Mark SpencerRevert improper patch from bug #4294
2005-05-19 Kevin P. Flemingminor doc fixes
2005-05-19 Jeremy McNamaraMake capbilities be connection specific versus for...
2005-05-19 Mark SpencerCache result from database function reads (conf call)
2005-05-19 Kevin P. Flemingensure that objects in docs are sorted alphabetically...
2005-05-19 Jeremy McNamaraFix memory leak, avoid uncessary abuse of memory and...
2005-05-19 Kevin P. Flemingmore Makefile tweaks
2005-05-19 Kevin P. Flemingformatting cleanup (bug #4330)
2005-05-19 Kevin P. Flemingmake version-testing and echo constructs more shell...
2005-05-19 Kevin P. Flemingremove unnecessary conditional logic (bug #4313, take...
2005-05-19 Kevin P. Flemingensure that peer-level RTP settings are actually used...
2005-05-19 Kevin P. Flemingadd IAXPEER function (bug #4310, with minor formatting...
2005-05-19 Kevin P. Flemingadd more expr-related files to ignore
2005-05-19 Kevin P. Fleminguse new C-coded version comparison program for bison...
2005-05-19 Kevin P. Flemingsupport labels as targets of SET PRIORITY command ...
2005-05-19 Kevin P. Flemingproperly check for debug and verbose messages to suppre...
2005-05-19 Kevin P. Flemingmove variable declarations to top of function where...
2005-05-19 Russell Bryantadd 'dontwarn' option to asterisk.conf to appease the...
2005-05-19 Mark SpencerYet another set of jitter buffer changes (this time...
2005-05-19 Russell Bryantcheck to see if a comma or an open paren came first...
2005-05-19 Russell Bryantfix moh option in conjunction with intro option (bug...
2005-05-19 Mark SpencerMore jitter buffer fixes for large resync (bug #4311)
2005-05-19 Russell Bryantnote the change from "port" to "bindport"
2005-05-19 Mark SpencerMerge skew reduction (bug #4222)
2005-05-18 Mark SpencerAdd IAX2 testing code (bug #4242)
2005-05-18 Russell Bryantadd DB_EXISTS function to be able to check if a key...
2005-05-18 Mark SpencerActually apply timestamp bug (bug #3961)
2005-05-18 Russell Bryantprovide a more explicit explination as to what the...
2005-05-18 Mark SpencerAdd optional call limit
2005-05-17 Russell Bryantprint out the IAX DATETIME IE in 'iax2 debug' in human...
2005-05-17 Russell Bryantremove call to pall on unitialied fds
2005-05-17 Russell Bryantremove extra LOCAL_USER_REMOVE (bug #4308)
2005-05-17 Russell Bryantprevent copying of NULL (bug #4307)
2005-05-17 Russell Bryantcorrect syntax on DB function example
2005-05-16 Russell Bryantfix description of length parameter
2005-05-16 Matthew FredricksonTurn on the DSP for the channel after an ANSWER so...
2005-05-16 Matthew FredricksonAdditions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIG...
2005-05-16 Kevin P. FlemingSIP hold improvements (bug #4290)
2005-05-16 Kevin P. Flemingadd 'zap show status' CLI command to display card/span...
2005-05-16 Kevin P. Flemingcorrect file names to ignore
2005-05-16 Kevin P. Flemingtemporarily suppress usage of vercomp.sh script until...
2005-05-16 Kevin P. Flemingclean up message duration writing code (bug #4285)
2005-05-16 Russell Bryantadd comments, fix typos, and add note on default values...
2005-05-16 Kevin P. Flemingadd ability to control output format for one-touch...
2005-05-16 Kevin P. FlemingCVS ignore output files from building new expression...
2005-05-16 Kevin P. Flemingadd upgraded expression parser (bug #2058)
2005-05-16 Kevin P. Flemingreturn CHANUNAVAIL for unregistered peers, not CONGESTI...
2005-05-15 Kevin P. Flemingadd EVAL function, deprecate Eval application (bug...
2005-05-15 Kevin P. Flemingrename SetVar application to Set, deprecate SetVar
2005-05-15 Kevin P. Flemingmore strncpy -> ast_copy_string conversions, fixing...
2005-05-15 Kevin P. Flemingadd ast_build_string library function (from bug #3644)
2005-05-15 Kevin P. Flemingcombine two lines of code to make the logic clearer...
2005-05-15 Jim DixonFixed transmit/link hang problem and autopatch wierdness
2005-05-15 Kevin P. Flemingupdate sample extensions.conf for new dialplan function...
2005-05-15 Kevin P. Flemingfix segfaults in realtime_peer/realtime_user when wrong...
2005-05-15 Kevin P. Flemingadd dialplan functions for Caller ID, language and...
2005-05-15 Russell Bryantupdate Mark's email address
2005-05-15 Kevin P. Flemingsupport Swedish and Norwegian mailbox intros (bug ...
2005-05-15 Kevin P. Flemingminor cleanups (bug #4158)
2005-05-15 Kevin P. Flemingallow caller to exit during position announcement by...
2005-05-15 Kevin P. Flemingadd silent option to VMAuthenticate application (bug...
2005-05-15 Kevin P. Flemingadd script for grabbing core dump from running Asterisk...
2005-05-15 Kevin P. Flemingfix up help text and output for 'iax2 trunk debug'...
2005-05-15 Kevin P. Flemingcode formatting and comments, plus minor device state...
2005-05-15 Kevin P. Flemingcode formatting cleanup (bug #4213)
2005-05-15 Kevin P. Flemingimplement more detailed hangup causes (bug #4214)
2005-05-15 Kevin P. Flemingfix RTP DTMF for Sipura SPA-3000 (bug #3675, yet again)
2005-05-15 Kevin P. Flemingfix build with older popt.h (bug #4225)
2005-05-15 Kevin P. Flemingcorrect some signed/unsigned issues found by GCC 4...
2005-05-15 Kevin P. Flemingdon't define a local function with the same name as...
2005-05-15 Kevin P. Flemingadd functions to register/unregister multiple CLI comma...
2005-05-15 Kevin P. Flemingfix for dead manager connections to avoid deadlock...
2005-05-15 Kevin P. Flemingadd counters to 'show agents' CLI command (bug #4232)
2005-05-15 Kevin P. Flemingvarious fixes:
2005-05-15 Kevin P. Flemingvarious minor formatting changes and code cleanups...
next