summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2014-06-06chan_sip: Fix order of variables specified in SIPNotify actionJonathan Rose
2014-06-05PJSIP: Send initial connected line informationKinsey Moore
2014-06-04chan_pjsip: Add debug in RTP Engine glue callbackMatthew Jordan
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-28chan_unistim: Unlock mutex in rare OOM condition.Walter Doekes
2014-05-27chan_sip: Start session timer at 200, not at INVITE.Walter Doekes
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-16chan_dahdi: Fix analog dialtone detection.Richard Mudgett
2014-05-16sig_pri.c: Pull the pri_dchannel() PRI_EVENT_RING case into its own function.Richard Mudgett
2014-05-13chan_sip: Add TLS and SRTP status to CLI command 'sip show channel'Jonathan Rose
2014-05-13chan_dahdi/sig_pri: Prevent unnecessary PROGRESS events when overlap dialing ...Richard Mudgett
2014-05-13Fix compiler warning from GCC 4.10 fixup.Richard Mudgett
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