aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Also unref the pvt when we delete the provisional keepalive job.tilghman1-1/+1
2010-04-12gives channel reference before unlocking it and using setvar helper.dvossel1-0/+2
2010-04-09Remove status_response callbacks where they are not needed.mmichelson1-11/+0
2010-04-09Fix some compiler errors that popped up after the CCSS merge.mmichelson1-2/+2
2010-04-09Merge Call completion support into trunk.mmichelson1-53/+1861
2010-04-09func_srv and explicit specification of a remote IP for SIP.mmichelson1-18/+56
2010-04-06fixes deadlock in chan_sip caused by usage of MASTER_CHANNEL dialplan functiondvossel1-5/+16
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-2/+2
2010-03-31Fix improper comaparison of anonymous URI when getting P-Asserted-Identity.mmichelson1-2/+7
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capablekpfleming1-19/+91
2010-03-15Tell the RTP engine API about the initial read and write format.russell1-0/+5
2010-03-15THIS IS NOT PYTHON. Indentation doesn't matter, only braces do.tilghman1-6/+21
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson1-16/+8
2010-03-06Fix a crash in SIP blind transfer handling found by an automated external test.russell1-0/+9
2010-03-05Fix up some of chan_sip's usage of the RTP engine API.russell1-3/+43
2010-03-03fixes signed to unsigned int comparision issue for FaxMaxDatagram value.dvossel1-1/+1
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-1/+2
2010-02-26Merged revisions 249100 via svnmerge from mmichelson1-0/+2
2010-02-23Merged revisions 248396 via svnmerge from dvossel1-19/+53
2010-02-22Move the REF_DEBUG comment higher in the include list.mmichelson1-13/+12
2010-02-19handle_request_invite revise comment, fix coding guideline issuesdvossel1-21/+19
2010-02-18If the peer record is from realtime, it could be set to 0, due to MySQL not r...tilghman1-1/+6
2010-02-17Make all of the various rtpqos parameters in this branch available from the C...tilghman1-180/+35
2010-02-16Allow Timer B to be set on the peer, and ensure SIP rules are followed (or wa...tilghman1-17/+51
2010-02-15chan_sip parse code refactoring plus two new unit testsdvossel1-100/+3
2010-02-12fixes areas where port should be removed from domain during parsingdvossel1-4/+4
2010-02-09This commit removes an extra newline in T.38 generated SDP packets. This bug ...mnicholson1-2/+0
2010-02-07Remove parsing of constantssrc from reload_config.mmichelson1-2/+0
2010-02-06Remove useless sip options related to hash table size.mmichelson1-31/+8
2010-02-05fixes issue with sip registry not having correct default expirydvossel1-1/+1
2010-02-04parse_moved_contact tries to parse contact_name twicedvossel1-8/+0
2010-02-03-----Changes -----dvossel1-2075/+333
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...dvossel1-36/+63
2010-01-28Add a missing line terminator for T.38 SDP.russell1-1/+1
2010-01-28Merged revisions 243779 via svnmerge from russell1-4/+5
2010-01-26RFC compliant uri and display-name encode/decodedvossel1-136/+260
2010-01-22Merged revisions 242226 via svnmerge from oej1-1/+1
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-13/+2
2010-01-13SIP Show channelstats fix - use float division to show proper statsoej1-5/+5
2010-01-12fixes text support in sdp answerdvossel1-20/+23
2010-01-07Change in sip show channels display format allowing more digits for CIDdvossel1-4/+4
2010-01-06Whoa, duplicate setting (dead code).tilghman1-5/+0
2010-01-02global_contact_ha was renamed in trunktilghman1-1/+1
2010-01-02Merged revisions 237135 via svnmerge from oej1-0/+1
2009-12-30Fix compiling with LOW_MEMORY.jpeeler1-17/+0
2009-12-29Shut down the SIP session timers more gracefully, in order to prevent a possi...tilghman1-4/+20
2009-12-22Merged revisions 236062 via svnmerge from dvossel1-3/+9
2009-12-17Remove some old code for going to the 'fax' extension when a T.38 switchover ...file1-22/+0
2009-12-15reverse minor sip registration regressiondvossel1-41/+58
2009-12-14Merged revisions 234492 via svnmerge from oej1-0/+1