summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-06Documents CHANNEL(musicclass) taking priority over m([x]) in waitExtenJonathan Rose
2011-12-06Add VM_INFO() dialplan function to gather information about a mailbox.Walter Doekes
2011-12-06Don't allow transport=tcp when tcpenable=no.Walter Doekes
2011-12-06Add regression tests for issue ASTERISK-18838.Walter Doekes
2011-12-06The voicemail [general] zonetag and locale variables weren't loadedWalter Doekes
2011-12-06Doubly linked lists unit test and update to implementation.Richard Mudgett
2011-12-06Fixed crash from orphaned MWI subscriptions in chan_sipMatthew Jordan
2011-12-05Restore call progress code for analog ports.Richard Mudgett
2011-12-05Resolve duplicate label used in multiple priorities for the same extension.Jonathan Rose
2011-12-05Fix chan_jingle/gtalk load regression introduced in r346087Kinsey Moore
2011-12-04For SIP REGISTER fix domain-only URIs and domain ACL bypass.Walter Doekes
2011-12-02Update SIP MESSAGE To parsing to correctly handle URIMatthew Jordan
2011-12-02implement nat option for rtp channels with ooh323Alexandr Anikin
2011-12-02Merged revisions 346763 via svnmerge from Alexandr Anikin
2011-12-01Re-resolve the STUN address if a STUN poll fails for res_stun_monitor.Richard Mudgett
2011-12-01Change 183 Ringing in sipfrag body to 180 ringing. 183 Ringing isn't even a t...Jonathan Rose
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-30Update queues.conf.sample documentation.Leif Madsen
2011-11-29Fix compilation of utilities (caught by Bamboo).Tilghman Lesher
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-28Fix regression that 'rtp/rtcp set debup ip' only works when also a port was s...Stefan Schmidt
2011-11-23Fix calls to ast_get_ip() not initializing the address family.Richard Mudgett
2011-11-23Minor cleanup in chan_sip get_msg_text() function.Walter Doekes
2011-11-23Fix ast_str_truncate signedness warning and documentation.Walter Doekes
2011-11-23Fix res_jabber resource leaksKinsey Moore
2011-11-23Fixed SendMessage stripping extension from To: header in SIP MESSAGEMatthew Jordan
2011-11-23Resume playing existing hold music for cached realtime MOHTerry Wilson
2011-11-23Added support level for new modulesPaul Belanger
2011-11-22Fix dnsmgr entries to ask for the same address family each time.Richard Mudgett
2011-11-22Clarify why the AST_LOG_* macros exist next to the LOG_* macros.Walter Doekes
2011-11-22Add missing sound_only_one config variablePaul Belanger
2011-11-21Default to nat=yes; warn when nat in general and peer differTerry Wilson
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-17Accidentally readded sipfriends.sql in r345560. This was removedMatthew Jordan
2011-11-17Add admin toggle mute all and participant count menu options to app_confbridgeMatthew Jordan
2011-11-17Remove dead code since pri_grab() can never fail.Richard Mudgett
2011-11-16Guarantee messages go into the right folders with multiple recipientsJonathan Rose
2011-11-15Make FastAGI HANGUP show up in AGI debug output.Richard Mudgett
2011-11-15Fix typo in sig_pri using wrong structure name.Richard Mudgett
2011-11-14Make queue log indicate if ADDMEMBER is paused for AMI and realtime.Richard Mudgett
2011-11-14Restore SIP DTMF overlap dialing method.Richard Mudgett
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