summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-12-09Fix some parsing issues in add_exten_to_pattern_tree().Richard Mudgett
2011-12-08Mark channel running the h exten with the soft-hangup flag.Richard Mudgett
2011-12-07Update AMI Getvar and Setvar documentation about supplying a channel name.Richard Mudgett
2011-12-07Add ASTSBINDIR to the list of configurable pathsTerry Wilson
2011-12-06Documents CHANNEL(musicclass) taking priority over m([x]) in waitExtenJonathan Rose
2011-12-05Resolve duplicate label used in multiple priorities for the same extension.Jonathan Rose
2011-12-01Re-resolve the STUN address if a STUN poll fails for res_stun_monitor.Richard Mudgett
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-11-30Fix edge case for overflow buffer.Tilghman Lesher
2011-11-30r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 linesJonathan Rose
2011-11-30Reverting 346525 due to accidental patch against trunk instead of 1.8Jonathan Rose
2011-11-30Cleaning up chan_sip/tcptls file descriptor closing.Jonathan Rose
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-29Merged revisions 346349 via svnmerge from David Vossel
2011-11-23Fix calls to ast_get_ip() not initializing the address family.Richard Mudgett
2011-11-22Fix dnsmgr entries to ask for the same address family each time.Richard Mudgett
2011-11-21Add #tryinclude statementPaul Belanger
2011-11-19Update the documentation to better clarify how the existing commands work.Tilghman Lesher
2011-11-18Fix a change in behavior in 'database show' from 1.8.Tilghman Lesher
2011-11-14Fix Progress spelling error in main/pbx.c.Richard Mudgett
2011-11-14Don't read past end of input when calling write()Terry Wilson
2011-11-11Use __alignof__ instead of sizeof for stringfield length storage.Walter Doekes
2011-11-11Video format was treated as audio when removed from the file playback schedulerMatthew Jordan
2011-11-11Fix bad quoting of multiline mxml opaque_data that caused invalid xml.Walter Doekes
2011-11-11Make CLI "core show channel" not hold the channel lock during console output.Richard Mudgett
2011-11-11Fix a segmentation fault when using an extension with CID matching and no CID.Jonathan Rose
2011-11-10Merged revisions 344493 via svnmerge from David Vossel
2011-11-08Fixed reference to incorrect variable if unknown host configured crash.Richard Mudgett
2011-11-07Correct the default udptl port range.Walter Doekes
2011-11-07list all of the codecs associated with a particular format id for CLI command...Matthew Nicholson
2011-11-06Formatting and doxygen improvementsOlle Johansson
2011-11-02Ensure that string field lengths are properly alignedWalter Doekes
2011-11-01Several fixes to the chan_sip dynamic realtime peer/user lookupWalter Doekes
2011-11-01Cleanup references to sipusers and sipfriends dynamic realtime familiesWalter Doekes
2011-10-31Misc format capability fixes.Richard Mudgett
2011-10-31Fixed invalid memory access when adding extension to pattern match treeMatthew Jordan
2011-10-27tweak the v21 detector to detect an additional pattern of hits and missesMatthew Nicholson
2011-10-25Check fopen return value for ao2 reference debug output.Richard Mudgett
2011-10-25Return NULL when no results returned for realtime_multientryTerry Wilson
2011-10-24Fixes a segfault caused by referencing null frames introduced in r338623Jonathan Rose
2011-10-20Fix AGI exec Park to honor the Park application parameters.Richard Mudgett
2011-10-18More parking issues.Richard Mudgett
2011-10-14Avoid unnecessary WARNING messageTerry Wilson
2011-10-13Fix DTMF blind transfer continuing to execute dialplan after transfer.Richard Mudgett
2011-10-11Update SHA1 code to RFC 6234Tzafrir Cohen
2011-10-11Convert registered AMI actions to ao2 objects.Richard Mudgett
2011-10-10Return error when no rows are deleted for AMI DBDelTreeTerry Wilson
2011-10-10Merged revisions 340222 via svnmerge from Terry Wilson
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson