summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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-05Multiple revisions 420089-420090,420097Matthew 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-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
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-04Remove many deprecated modulesMatthew Jordan
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-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-16channels/chan_sip: Forbid remote bridging if T.38 is negotiatedMatthew Jordan
2014-06-13AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.Richard Mudgett
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2014-06-06chan_sip: Fix order of variables specified in SIPNotify actionJonathan Rose
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-13chan_sip: Add TLS and SRTP status to CLI command 'sip show channel'Jonathan Rose
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-21chan_sip: Add sendrpid trust optionsJonathan Rose
2014-04-17chan_sip: Add SIPURIPHONECONTEXT channel variable for Request TEL URIsMatthew Jordan
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-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: 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-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-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-01-22chan_sip: Decline image streams on unsupported transportsKinsey Moore
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