summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2011-11-23Minor cleanup in chan_sip get_msg_text() function.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-21Default to nat=yes; warn when nat in general and peer differTerry Wilson
2011-11-17Remove dead code since pri_grab() can never fail.Richard Mudgett
2011-11-15Fix typo in sig_pri using wrong structure name.Richard Mudgett
2011-11-14Restore SIP DTMF overlap dialing method.Richard Mudgett
2011-11-14Update reqresp_parser parse_uri doxygen comments.Walter Doekes
2011-11-14Ensure that a null vmexten does not cause a segfaultKinsey Moore
2011-11-12mISDN Round Robin break when no channel is availableGregory Nietsky
2011-11-11Remove unneeded if(params) checks in reqresp_parser.Walter Doekes
2011-11-11Fix regression introduced by SDP fixupsKinsey Moore
2011-11-11Check sip.conf maxforwards parameter for range 1 <= x <= 255.Richard Mudgett
2011-11-10Fix several bugs with SDP parsing and well-formedness of responsesKinsey Moore
2011-11-09Fix deadlock during dialplan reload.Richard Mudgett
2011-11-09Don't treat a host:port string as a domainTerry Wilson
2011-11-08Residual changes for Asterisk v10 branch from ASTERISK-18747.Richard Mudgett
2011-11-08Merged revisions 343900 via svnmerge from David Vossel
2011-11-08Fixed reference to incorrect variable if unknown host configured crash.Richard Mudgett
2011-11-07Make "sip show settings" CLI command get RPID flags from the right global pageKinsey Moore
2011-11-07respect case changes in peer names on sip reloadMatthew Nicholson
2011-11-07Fix __sip_subscribe_mwi_do() incorectly changing dialogs hash key callid.Richard Mudgett
2011-11-07Prevent BLF subscriptions from causing deadlocksKinsey Moore
2011-11-07Fix deadlock if peer is destroyed while sending MWI notice.Richard Mudgett
2011-11-03Make room for the fax detect flagsTerry Wilson
2011-11-02Remove registertrying option in chan_sipTerry Wilson
2011-11-02Fix improper warning introduced by r342927 and more tweaksWalter Doekes
2011-11-01Several fixes to the chan_sip dynamic realtime peer/user lookupWalter Doekes
2011-10-31Fixed invalid memory access when adding extension to pattern match treeMatthew Jordan
2011-10-25Change D-channel warning to be less confusing on non-NFAS setups.Richard Mudgett
2011-10-24Outbound SIP OPTIONS messages will now include fromuser of related peer.Jonathan Rose
2011-10-19Outgoing calls with Google VoicePaul Belanger
2011-10-19Don't use is_int() since it doesn't link well on all platformsTerry Wilson
2011-10-19Don't sent in-dialog requests like UPDATE when Asterisk has not yet received ...Stefan Schmidt
2011-10-18Don't resolve numeric hosts or contact unresolved hostsTerry Wilson
2011-10-18More parking issues.Richard Mudgett
2011-10-17Initialize variables before calling parse_uriTerry Wilson
2011-10-17Don't try to remove peers without IPs from peers_by_ipTerry Wilson
2011-10-14Fix simple switch to not progress a call when call already progressed.Damien Wedhorn
2011-10-14Merged revisions 340971 via svnmerge from Kinsey Moore
2011-10-13Merged revisions 340718 via svnmerge from Stefan Schmidt
2011-10-13Initialize ast_sockaddr before calling ast_sockaddr_resolveTerry Wilson
2011-10-12Merged revisions 340577 via svnmerge from Stefan Schmidt
2011-10-12Merged revisions 340578 via svnmerge from Terry Wilson
2011-10-12Initialize the PRI channel alarms properly on startup.Richard Mudgett
2011-10-12Fix verbose messages when IPv6 logic was addedPaul Belanger
2011-10-11Add protection for SS7 channel allocation and better glare handling.Richard Mudgett
2011-10-11Fix some potential deadlocks pointed out by helgrind.Richard Mudgett
2011-10-10Merged revisions 340165 via svnmerge from Matthew Jordan
2011-10-10Add skinny version 17 protocol support.Damien Wedhorn