aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-28fixes crash when creation of UDPTL failsdvossel1-12/+27
2010-05-26do all sip registry parsing before transmit_registerdvossel1-72/+86
2010-05-26fixes failed SIP Directed pickup resulting in dead channeldvossel1-0/+1
2010-05-26.......mmichelson1-1/+1
2010-05-26Re-enable "always" option for videosupport option in sip.conf.mmichelson1-2/+3
2010-05-25Properly use peer's outboundproxy for outbound REGISTERs.mmichelson1-16/+5
2010-05-24Allow type=user SIP endpoints to be loaded properly from realtime.mmichelson1-11/+19
2010-05-24reverses incorrect logic introduced by r243200dvossel1-4/+1
2010-05-21Be sure to set the sin_family on the proxy when allocating.mmichelson1-0/+1
2010-05-21Take dup'd code for directmedia ACLs and make utility functwilson1-29/+20
2010-05-20Add support for direct media ACLstwilson1-90/+147
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.mmichelson1-1/+1
2010-05-19fixes crash in check_rtp_timeoutdvossel1-0/+3
2010-05-18Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.mmichelson1-1/+4
2010-05-18Fix memory leaks in redirecting structures in chan_sip.cmmichelson1-3/+12
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-4/+41
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFpabelanger1-84/+74
2010-05-11Improve logging information for misconfigured contextspabelanger1-2/+2
2010-05-05fixes sip native transferdvossel1-2/+1
2010-05-05Merged revisions 261274 via svnmerge from pabelanger1-3/+7
2010-04-28Don't override peer context with domain context.mmichelson1-2/+4
2010-04-26Small error in the T.140 RTP port verbose log.lmadsen1-2/+2
2010-04-21fixes issue with double "sip:" in header fielddvossel1-1/+1
2010-04-16Make sure to fail a monitor if we receive a negative response for a CC SUBSCR...mmichelson1-0/+10
2010-04-15Merged revisions 257467 via svnmerge from tilghman1-0/+15
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