summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2012-01-16Create and initialize udptl only when dialog negotiates for image mediaMatthew Jordan
2012-01-14Multiple revisions 350788-350789Kevin P. Fleming
2012-01-13Set port to a default sane value if a bogus one is provided when parsing host...Mark Michelson
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-09Fix joinable thread terminating without joiner memory leak in chan_iax.c.Richard Mudgett
2012-01-06Don't leak CID in From header when presentation=unavailableTerry Wilson
2012-01-04Fix segfault in chan_dahdi for CHANNEL(dahdi_span) evaluation on hangup.Richard Mudgett
2012-01-04Adds Subscription-State header to notify with call completion. per RFC3265Jonathan Rose
2011-12-31Fix some minor formatting issues based on coding guidelines.Russell Bryant
2011-12-31Constify tag argument in REF_DEBUG related code.Russell Bryant
2011-12-23INFO/Record request configurable to use dynamic featuresJonathan Rose
2011-12-23chan_sip autocreatepeer=persist option for auto-created peers to survive reloadJonathan Rose
2011-12-23Fix extension state callback references in chan_sip.Richard Mudgett
2011-12-22Fix segfault on answer.Damien Wedhorn
2011-12-20Fix chan_iax2 to not report an RDNIS number if it is blank.Richard Mudgett
2011-12-13Fix possible misshandling of an incoming SIP response as a peer poke response.Stefan Schmidt
2011-12-08Fix regression when using tcpenable=no and tlsenable=yes.Walter Doekes
2011-12-08Don't crash on INFO automon request with no channelTerry Wilson
2011-12-08Fix segfault on answer.Damien Wedhorn
2011-12-06Make SIP INFO messages for dtmf-relay signals case insensitive.Richard Mudgett
2011-12-06Don't allow transport=tcp when tcpenable=no.Walter Doekes
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-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-02Merged revisions 346763 via svnmerge from Alexandr Anikin
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-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-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 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