summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-09change opening h323 logfile with append mode instead of overwriteAlexandr Anikin
2012-08-09Correct documentation for the MeetMe x flagKinsey Moore
2012-08-09Extend extension state callbacks to have more information.Mark Michelson
2012-08-09DUNDi: Add CLI commands DUNDi show cache and DUNDi show hintsJonathan Rose
2012-08-08Fix Not Unreferencing A Spied ChannelMichael L. Young
2012-08-08Move a SIP change up to the other SIP changes in the CHANGES file.Mark Michelson
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-08Add AMI_CLIENT dialplan functionTerry Wilson
2012-08-08Create the payload type if it does not exist when setting information based o...Joshua Colp
2012-08-08Convert sig_analog to use a global callback table.Richard Mudgett
2012-08-08Do not define a cause that doesn't actually existKinsey Moore
2012-08-08Fix the analog dial *0 flash-hook of bridged peer feature.Richard Mudgett
2012-08-08Convert sig_pri to use a global callback table.Richard Mudgett
2012-08-08Convert sig_ss7 to use a global callback table.Richard Mudgett
2012-08-07Rewrite of skinny debugging.Damien Wedhorn
2012-08-07Payload and RTP code are must remain separate since in non-Asterisk format ca...Joshua Colp
2012-08-07Recorded merge of revisions 370858 from http://svn.asterisk.org/svn/asterisk/...Kinsey Moore
2012-08-07Add missing AST_CAUSE_* -> text translationsKinsey Moore
2012-08-07Fix a bug uncovered by the test suite where the RTP payload number was not ge...Joshua Colp
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-08-06Revert r370820Matthew Jordan
2012-08-06Update the MySQL voicemail_data contrib script to reflect Asterisk 11 changesMatthew Jordan
2012-08-06Improve debug message for temporary outbound proxies.Mark Michelson
2012-08-03Multiple revisions 370769-370771Mark Michelson
2012-08-02Fix regression from r370636Kinsey Moore
2012-08-01Fix a possible crash due to passing NULL to ast_variables_dup()Mark Michelson
2012-08-01Make astobj2.h not include linkedlists.h.Richard Mudgett
2012-08-01Revert alloca changes for utilsKinsey Moore
2012-07-31Add headers from SIPAddHeader to outbound REFER requests.Mark Michelson
2012-07-31Add "setvar" option to manager.conf.Mark Michelson
2012-07-31Schedule pokes of registered SIP peers within a given timespan after SIP reloadMatthew Jordan
2012-07-31Move event cache updates into event processing thread.Russell Bryant
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-31Add "dialplan remove context" and modify "dialplan add include"Mark Michelson
2012-07-31Clean up chan_sipKinsey Moore
2012-07-30Tweak unit test warning message.Richard Mudgett
2012-07-30Fix some presence-state unit test typos.Richard Mudgett
2012-07-30DECLINE to load confbridge if the config fails to load.Richard Mudgett
2012-07-30Release B channel allocation on error path in chan_misdn.Richard Mudgett
2012-07-30app_meetme: Change app_meetme support level to extended from deprecatedJonathan Rose
2012-07-30Fix ast_event_new unit test.Russell Bryant
2012-07-30Add a "corosync ping" CLI command.Russell Bryant
2012-07-30Allow specifying a port number for the MySQL server.Russell Bryant
2012-07-26chan_sip: Add SIPpeerstatus command to AMIJonathan Rose
2012-07-25res_agi: Add message indicating need for \n character in verbose messageJonathan Rose
2012-07-25Repair editline builds using in-tree editline sources.Kevin P. Fleming
2012-07-25Use an absolute path when referring to the embedded editline directory.Kevin P. Fleming
2012-07-25Enable usage of system-provided NetBSD editline library if available.Kevin P. Fleming
2012-07-25Revert a change that broke compilationTerry Wilson