summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-02res_pjsip_refer: Add Referred-By header on INVITE for blind transfers.Richard Mudgett
2014-04-30chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.Richard Mudgett
2014-04-30chan_pjsip: Fix deadlock when retrieving call-id of channel.Joshua Colp
2014-04-30chan_pjsip: Add support for picking up calls in the configured pickup group.Joshua Colp
2014-04-29chan_pjsip: Implement core ability to get Call-ID of a channel.Joshua Colp
2014-04-28Introducing changes proposed to chan_unistim driver:Igor Goncharovskiy
2014-04-21chan_sip: Add sendrpid trust optionsJonathan Rose
2014-04-21Fix wrong dialtone. The "modulation" should not be referenced for tone+tone a...Igor Goncharovskiy
2014-04-17main/Makefile: Fix build failure on SmartOS/Illumos/SunOSMatthew Jordan
2014-04-17chan_sip: Add SIPURIPHONECONTEXT channel variable for Request TEL URIsMatthew Jordan
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-04-15chan_sip.c: Fix channel staging assertion failure.Richard Mudgett
2014-04-15chan_sip.c: Moved some sip_pvt unrefs after their last use.Richard Mudgett
2014-04-15Reverting r411189 so that it can be put up for public reviewJonathan Rose
2014-04-12chan_sip: Support RFC-3966 TEL URIs in inbound INVITE requestsMatthew Jordan
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-03-28chan_sip: Add MESSAGE request to allowed methodsMatthew Jordan
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-26chan_sip: Send real CallerID information with P-Assserted-Identity (RFC-3325)Jonathan Rose
2014-03-25chan_sip: Fix incorrect use of timersKinsey Moore
2014-03-24chan_sip: Always use fromdomain if set for domain, even if callerid is set to...Joshua Colp
2014-03-10AST-2014-002: chan_sip: Exit early on bad session timers requestKinsey Moore
2014-03-07chan_sip: Fix deadlock of monlock between unload_module and do_monitorCorey Farrell
2014-03-07uniqueid: Fix chan_dahdi, sig_pri, sig_ss7, test_cdr, and test_cel compiler e...Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-03-07chan_sip: Allow static realtime members to be qualified during module load.Matthew Jordan
2014-03-05Add update_peer function to unistim_rtp_glue, improve other unistim_rtp_glue ...Igor Goncharovskiy
2014-03-04Minor whitespace change to 'sip show peers' output.Sean Bright
2014-02-28chan_sip: Add precautionary p->owner checks.Richard Mudgett
2014-02-28chan_sip: Fix crash in ast_channel_hangupcause_set().Richard Mudgett
2014-02-26pjsip: avoid edge case potential crash in answer()Scott Griepentrog
2014-02-26Implement functions handling keypress, display icons and text for i2004 KEM s...Igor Goncharovskiy
2014-02-21chan_sip: prevent add_route from adding empty header.Corey Farrell
2014-02-14chnan_sip: Set SIP_DEFER_BYE_ON_TRANSFER prior to calling bridge blind transferMatthew Jordan
2014-02-10chan_sip: Isolate code that manages struct sip_route.Corey Farrell
2014-02-07chan_iax2: Add some more iaxs[] NULL checks to a routine already full of them.Richard Mudgett
2014-02-07chan_iax2: Block unnecessary control frames to/from the wire.Richard Mudgett
2014-02-04Skinny - Fix deadlock when pickup of no call.Damien Wedhorn
2014-01-31Skinny: fix up possible double unlock of chan.Damien Wedhorn
2014-01-22chan_sip: Decline image streams on unsupported transportsKinsey Moore
2014-01-21chan_mgcp: Enforce locking for oseqKinsey Moore
2014-01-20Skinny: fix up handling of fragmented packets.Damien Wedhorn
2014-01-20chan_dahdi/PRI: Suppress CONNECTED_LINE updates when nothing in the udpate is...Richard Mudgett
2014-01-20Skinny: fix up session logging.Damien Wedhorn
2014-01-20chan_pjsip: Provide a means for tracking device state when holding/unholdingJonathan Rose
2014-01-19Skinny: fix reversed device reset from CLI.Damien Wedhorn
2014-01-17Make sure the maxptime attribute is added to the correct offers.Sean Bright
2014-01-17Documentation: doc fixes across various parts of the code for ASTERISK issues...Rusty Newton