summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-08Add SRTP support for AsteriskTerry Wilson
2010-06-07Use the mailbox destructor function, instead.Tilghman Lesher
2010-06-07Mailbox list would previously grow at each reload, containing duplicates.Tilghman Lesher
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...Tilghman Lesher
2010-06-04fixes compile error from uninitialized variableDavid Vossel
2010-06-04RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' optio...David Vossel
2010-06-04Send an ACK for every final response received for an INVITETerry Wilson
2010-06-02Prevent use of uninitialized values.Mark Michelson
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-05-28fixes crash when creation of UDPTL failsDavid Vossel
2010-05-26do all sip registry parsing before transmit_registerDavid Vossel
2010-05-26fixes failed SIP Directed pickup resulting in dead channelDavid Vossel
2010-05-26.......Mark Michelson
2010-05-26Re-enable "always" option for videosupport option in sip.conf.Mark Michelson
2010-05-25Properly use peer's outboundproxy for outbound REGISTERs.Mark Michelson
2010-05-24Allow type=user SIP endpoints to be loaded properly from realtime.Mark Michelson
2010-05-24reverses incorrect logic introduced by r243200David Vossel
2010-05-21Be sure to set the sin_family on the proxy when allocating.Mark Michelson
2010-05-21Take dup'd code for directmedia ACLs and make utility funcTerry Wilson
2010-05-20Add support for direct media ACLsTerry Wilson
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.Mark Michelson
2010-05-19fixes crash in check_rtp_timeoutDavid Vossel
2010-05-18Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.Mark Michelson
2010-05-18Fix memory leaks in redirecting structures in chan_sip.cMark Michelson
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFPaul Belanger
2010-05-11Improve logging information for misconfigured contextsPaul Belanger
2010-05-05fixes sip native transferDavid Vossel
2010-05-05Merged revisions 261274 via svnmerge from Paul Belanger
2010-04-28Don't override peer context with domain context.Mark Michelson
2010-04-26Small error in the T.140 RTP port verbose log.Leif Madsen
2010-04-21fixes issue with double "sip:" in header fieldDavid Vossel
2010-04-16Make sure to fail a monitor if we receive a negative response for a CC SUBSCR...Mark Michelson
2010-04-15Merged revisions 257467 via svnmerge from Tilghman Lesher
2010-04-13Also unref the pvt when we delete the provisional keepalive job.Tilghman Lesher
2010-04-12gives channel reference before unlocking it and using setvar helper.David Vossel
2010-04-09Remove status_response callbacks where they are not needed.Mark Michelson
2010-04-09Fix some compiler errors that popped up after the CCSS merge.Mark Michelson
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-09func_srv and explicit specification of a remote IP for SIP.Mark Michelson
2010-04-06fixes deadlock in chan_sip caused by usage of MASTER_CHANNEL dialplan functionDavid Vossel
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-31Fix improper comaparison of anonymous URI when getting P-Asserted-Identity.Mark Michelson
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capableKevin P. Fleming
2010-03-15Tell the RTP engine API about the initial read and write format.Russell Bryant
2010-03-15THIS IS NOT PYTHON. Indentation doesn't matter, only braces do.Tilghman Lesher
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-03-06Fix a crash in SIP blind transfer handling found by an automated external test.Russell Bryant
2010-03-05Fix up some of chan_sip's usage of the RTP engine API.Russell Bryant