]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2011-07-18  Tilghman LesherTypo
2011-07-15  Leif MadsenRevert changes to defaultenabled state for modules...
2011-07-15  Alexandr Anikinsmall gk processing fixes:
2011-07-14  Richard MudgettMissing SIP pvt and channel unlock in sip_set_rtp_peer().
2011-07-14  Leif MadsenIntroduce <support_level> tags in MODULEINFO.
2011-07-14  Jonathan RoseMonitor application arguments requirements fixed.
2011-07-13  Richard MudgettAdd ATXFER_NULL_TECH note in features.conf.sample.
2011-07-12  Kevin P. FlemingCorrect double-free situation in manager output processing.
2011-07-12  Matthew Nicholsonsearch in the current context for 'a' and 'o' instead...
2011-07-12  Jason ParkerFix uninstall target, so that modules dir gets cleared...
2011-07-12  Matthew JordanAdded additional checks for mailbox / password beginnin...
2011-07-12  Tilghman LesherUse 'printf' (POSIX issue 4) instead of 'echo -n',...
2011-07-11  Terry WilsonUpdate chan_gtalk to work with changed GMail-based...
2011-07-11  Matthew Nicholsonreset our buffer each iteration when doing variable...
2011-07-11  Tzafrir CohenProperly building the Debian armhf (HardFloat) port.
2011-07-11  Tzafrir Cohenfix building the Debian armhf (HardFloat) port
2011-07-08  Jason ParkerAdd .o files to svn:ignore property, since it's only...
2011-07-08  Richard MudgettINVITE 403 Forbidden response always retransmits the...
2011-07-08  Matthew NicholsonReset our ast_str before passing it on to dialplan...
2011-07-08  Russell BryantFix an error and add more log message info to help...
2011-07-08  Russell BryantResolve some set-but-unused-variable warnings.
2011-07-08  Richard MudgettSome code cleanup in pbx.c
2011-07-07  Tilghman Lesherlibgen.h is also needed on Darwin for basename(3)
2011-07-07  Jonathan Roseres_odbc patch by tilghman to fix integers with null...
2011-07-07  Matthew Nicholsonuse sips: or sip: depending on the transport in use...
2011-07-07  Matthew Nicholsonmake the uri parameter used in reply digests more stand...
2011-07-06  David VosselReverts fix for timerfd locking issue.
2011-07-06  Tilghman LesherRemoving type attributes, as a change to menuselect...
2011-07-05  Tilghman LesherAdd the attribute "type" to each "<use>" for menuselect.
2011-07-05  Richard MudgettUsed auth= parameter freed during "sip reload" causes...
2011-07-05  Matthew JordanUpdated filestream destructor to block until move is...
2011-07-01  Richard MudgettBetter way to get chan and pvt lock for issue ASTERISK...
2011-06-30  Richard MudgettMisc minor changes in chan_sip.
2011-06-30  Matthew JordanPatched voicemail user option for emailbody / emailsubject
2011-06-30  Jonathan RoseFixes an issue with Music on Hold classes losing files...
2011-06-29  Kinsey Moorechan_sip: cleanup from the introduction of ast_str
2011-06-29  David VosselFixes timerfd locking issue.
2011-06-29  Richard MudgettFixed some error exit cleanup in app_queue.c.
2011-06-29  Richard MudgettResponse to QueueRule manager command does not contain...
2011-06-29  Matthew Nicholsonmake framehooks prevent native bridging (for real this...
2011-06-29  Matthew Nicholsondon't do native/remote bridging if a framehook is activ...
2011-06-28  Kevin P. FlemingFix random misspelling noticed on asterisk-users.
2011-06-28  David VosselFixes locking inversion caused by holding sip pvt lock...
2011-06-28  Terry WilsonMerged revisions 325277 via svnmerge from
2011-06-28  Richard MudgettUse the device name and not the channel name to initial...
2011-06-28  Jonathan RoseFixes moh reload breaking custom mode moh classes when...
2011-06-28  Leif MadsenRemove line from prep_tarball that kills mkrelease.
2011-06-27  Tilghman LesherSave and restore errno from within signal handlers.
2011-06-27  Richard MudgettWhen subscribing MWI to an unsolicited mailbox the...
2011-06-24  Richard MudgettSyntax errors in dialplan do not display the file name.
2011-06-24  Jonathan RoseDTMF wasn't being logged on connected consoles when...
2011-06-23  David VosselFixes sip crash when calling remove_uri_parameters...
2011-06-23  Kinsey MooreMerged revisions 324643 via svnmerge from
2011-06-23  David VosselMerged revisions 324634 via svnmerge from
2011-06-23  Terry WilsonRemove tests for parsing address with invalid port
2011-06-22  Richard MudgettUse correct variable for text SRTP media.
2011-06-22  Terry WilsonStop sending IPv6 link-local scope-ids in SIP messages
2011-06-22  Richard MudgettTimout or error on INFO or MESSAGE transaction causes...
2011-06-22  Richard MudgettComments and whitespace in chan_sip.c
2011-06-21  David VosselFixes locking inversion issue in ast_async_goto()
2011-06-21  Kinsey MooreConfBridge does not handle hangup properly
2011-06-20  Leif MadsenRemove extra 'the'.
2011-06-20  Leif MadsenRevert previous merge which had extra changes.
2011-06-20  Leif MadsenRemove extra 'the'.
2011-06-20  Terry WilsonIgnore media offers with a port of 0
2011-06-17  Leif MadsenAdd Username and Secret fields to manager Login action.
2011-06-17  Leif MadsenFix typo in documentation.
2011-06-17  Richard MudgettAdd header string to libpri debug output.
2011-06-17  Leif MadsenFix grammar in documentation for Goto() and GotoIf()
2011-06-16  Terry WilsonShame on me
2011-06-16  Terry WilsonLock the channel before calling the setoption callback
2011-06-16  Richard MudgettThe test_event unit test is occasionally failing.
2011-06-16  Terry WilsonDon't assume ASTDBDIR exists
2011-06-15  Terry WilsonRemove now-useless cast of ARRAY_LEN
2011-06-15  Terry WilsonMake ARRAY_LEN() return the same type on x86 and x86_64...
2011-06-15  Terry WilsonFix more ARRAY_LEN format string issues
2011-06-15  Terry WilsonMerged revisions 323733 via svnmerge from
2011-06-15  Jonathan RoseAdds locking to find_table in res_configure_pgsql to...
2011-06-15  Terry WilsonCast ARRAY_LEN to size_t for ast_logging
2011-06-15  Richard MudgettAdd a test to the event unit tests to catch ASTERISK...
2011-06-15  Richard Mudgett[regression] Voicemail MWI is no longer sent.
2011-06-15  Jonathan RoseAdds PQclear calls on result to various parts of res_co...
2011-06-15  Sean BrightMerged revisions 323579 via svnmerge from
2011-06-15  Richard MudgettAdd missing break in ast_event_get_cached().
2011-06-14  Richard MudgettMade ast_sockaddr_split_hostport() port warning msgs...
2011-06-14  Richard MudgettAdd more strict hostname checking to ast_dnsmgr_lookup().
2011-06-14  Jonathan RoseChanges contact use in build_peer to use the FORCE_RPOR...
2011-06-14  Terry WilsonAdd rtpkeepalives back to 1.8
2011-06-13  Leif MadsenAdditional documentation for bindaddr.
2011-06-13  Leif MadsenAvoid dividing by zero with L() option to Dial()
2011-06-13  Leif MadsenTweak documentation for AGI Hangup command.
2011-06-10  Matthew NicholsonUnlock the sip channel during fax detection like chan_d...
2011-06-10  Terry WilsonAvoid a DB1 infinite loop bug
2011-06-10  Terry WilsonAdd some astdb unit tests
2011-06-09  Terry WilsonCorrect ast_db_deltree documentation
2011-06-09  Matthew Nicholsondon't drop any voice frames when checking for T.38...
2011-06-09  Richard MudgettRemove potential deadlock in call pickup race.
2011-06-09  Jonathan RoseAdds ast_escape_encoded utility to properly handle...
2011-06-08  Richard MudgettRing all queue with more than 255 agents will cause...
2011-06-08  Richard MudgettSRV lookup attempted for SIP peers listed as an IP...
next