summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-24chan_sip: Unref outbound proxy structure on dialog/pvt destruction.Walter Doekes
2014-09-22chan_sip: On INVITE retransmission, don't add an extra 503 response.Walter Doekes
2014-09-19res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not nego...Richard Mudgett
2014-09-19chan_iax2: Fix a crash when using chan_iax2 jitterbuffer settingsJonathan Rose
2014-09-12chan_rtp: Add unicast RTP support.Joshua Colp
2014-09-05devicestate.c: Minor tweaksRichard Mudgett
2014-09-02Resolve race condition where channels enter dialplan application before media...Mark Michelson
2014-08-29The assertion that peer was not found on final eventScott Griepentrog
2014-08-28chan_iax2: Fix Dynamic IAX2 Registrations After Temporary DNS FailureMichael L. Young
2014-08-28chan_sip.c: Add 'rtpbindaddr' settingPaul Belanger
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-24chan_sip: Use the server reflexive ICE candidate RTCP port as provided.Joshua Colp
2014-08-21chan_sip: Don't use port derived from fromdomain if it isn't setMatthew Jordan
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-20Move evaluation of set_var options in pjsip to the end of channel initializat...Mark Michelson
2014-08-19chan_pjsip: Fix attended transfer connected line name update.Richard Mudgett
2014-08-18Skinny: Fixup compile warning for non dev-mode.Damien Wedhorn
2014-08-12chan_sip: Fix type mismatch when the format is changed.Richard Mudgett
2014-08-08chan_sip: Mark chan_sip and its files as extended supportMatthew Jordan
2014-08-07chan_sip: Replace sip_tls_read() and resolve the large SDP poll issue.Richard Mudgett
2014-08-07chan_iax2: Several media format fixes.Richard Mudgett
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-08-04Add the ability to retrieve the source port of a SIP call.Mark Michelson
2014-07-31res_hep_rtcp: Add module that sends RTCP information to a Homer ServerMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-24chan_sip: complete upgrade to ao2Corey Farrell
2014-07-24device state: Update the core to report ONHOLD if a channel is on holdMatthew Jordan
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-07-22chan_iax2: Restore previous behavior of iax2_best_codec.Joshua Colp
2014-07-21Fix build in dev-modeKinsey Moore
2014-07-21chan_iax2: Restore codec choice behavior from media formats branchJonathan Rose
2014-07-21chan_iax2: Only send mini frames if the underlying format has not changed, no...Joshua Colp
2014-07-21res_smdi: convert to astobj2Corey Farrell
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18media formats: fix ref leak of peer for mwi subscriptionScott Griepentrog
2014-07-17chan_sip: Make progressinband=never really mean 'never'Matthew Jordan
2014-07-16Remove include of astobj.h from channels/dahdi/bridge_native_dahdi.c.Corey Farrell
2014-07-16res_pjsip: Support setting a default accountcode on endpointsMatthew Jordan
2014-07-10chan_dahdi/sig_pri: Fix type mismatch in the idledial feature's channel creat...Richard Mudgett
2014-07-07CEL: Fix incorrect/missing extra field informationKinsey Moore
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-07-03chan_dahdi: Add inband_on_setup_ack compatibility option.Richard Mudgett
2014-07-03chan_dahdi: Add AMI commands for controlling PRI debugging outputJonathan Rose
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-06-30chan_sip: be more tolerant of whitespace between attributes in SDP fmtp lineMatthew Jordan
2014-06-26chan_pjsip: Add a test event for fast picture updatesMatthew Jordan
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2014-06-26chan_sip: Fix handling of "From" headers longer than 256 charactersCorey Farrell
2014-06-25Skinny: cleanup some log messages around sessions.Damien Wedhorn