aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-03Treat ECONNREFUSED as an error that will stop further retransmissions. (issue...file1-5/+6
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-15/+5
2008-05-28Add an option to use the source IP address of RTP as the destination IP addre...file1-1/+15
2008-05-27Fix an issue where codec preferences were not set on dialogs that were not au...file1-16/+13
2008-05-25Realtime flag affects construction in multiple ways, so consulting whethertilghman1-6/+16
2008-05-21Apply the autoframing setting to dialogs that do not get matched against a us...file1-0/+1
2008-05-14Accept text messages even withoej1-1/+1
2008-05-08Don't give up on attempting an outbound registration if we receive a 408 Time...russell1-2/+0
2008-05-07Track peer references when stored in the sip_pvt struct as the peer related torussell1-6/+11
2008-05-05Avoid putting opaque="" in Digest authentication. This patch came from switc...russell1-2/+9
2008-04-30Don't crash on bad SIP replys.oej1-4/+6
2008-04-24Re-invite RTP during a masquerade so that, for instance, an AMImmichelson1-0/+7
2008-04-24Only have one max-forwards header in outbound REFERs.oej1-1/+0
2008-04-23Add 502 support for both directions, not only one... (see r114571)oej1-0/+1
2008-04-22Treat a 502 just like a 503, when it comes to processing a response codetilghman1-0/+1
2008-04-22Merge changes from team/russell/issue_9520russell1-36/+109
2008-04-21Only drop audio if we receive it without a progress indication. We allow othe...file1-1/+1
2008-04-18Only complete the SIP channel name once for 'sip show channel <channel>'seanbright1-0/+4
2008-04-15Handle subscribe queues in all situations... Thanks to festr_ on irc for tell...oej1-1/+6
2008-04-14It is possible for the remote side to say they want T38 but not give any capa...file1-1/+1
2008-04-10Be sure that we're not about to set bridgepvt NULL prior to dereferencing it.mmichelson1-1/+1
2008-04-10Don't add custom URI options if they don't exist OR they are empty.file1-1/+1
2008-04-09We need to set the persistant_route [sic] parameter for the sip_pvtmmichelson1-2/+3
2008-04-09If Asterisk receives a 488 on an INVITE (not a reinvite), thenmmichelson1-1/+4
2008-04-08Move check for still-bridged channels out a little further, to avoid possibletilghman1-10/+26
2008-04-07(closes issue #12362) [redo of 113012]jpeeler1-2/+2
2008-04-07(closes issue #12362)jpeeler1-1/+1
2008-04-01Do not pass audio until the remote side has indicated they are providing earl...file1-0/+5
2008-03-26If we are requested to authenticate a reinvite make sure that it contains T38...file1-1/+1
2008-03-25This one line change makes an if inside a for loop (in realtime_peer) check a...jpeeler1-1/+1
2008-03-25When reverting a commit, I accidentally left in this bit which was an experimentmmichelson1-1/+3
2008-03-24This is a revert for revision 108288. The reason is that that revisionmmichelson1-6/+3
2008-03-20Merged revisions 110335 via svnmerge from russell1-5/+3
2008-03-18Merged revisions 109391 via svnmerge from qwell1-2/+0
2008-03-18Put a maximum limit on the number of payloads accepted, and also make sure a ...file1-13/+21
2008-03-17200 OKs in response to a reinvite need to be sent reliably. If the remote sid...file1-1/+1
2008-03-14Fix a race condition in the SIP packet scheduler which could cause a crash.mmichelson1-6/+27
2008-03-13Make a tweak that gets the LEDs on polycom phones to blink when an extension ...russell1-1/+1
2008-03-12Change AST_SCHED_DEL use to ast_sched_del for autocongestion in chan_sip.mmichelson1-3/+3
2008-03-12if we receive an INVITE with a Content-Length that is not a valid number, or ...kpfleming1-0/+15
2008-03-11If we fail to alloc a channel, we should re-lock the pvt structure before ret...twilson1-0/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-1/+3
2008-03-05Correctly initialize retransid in SIP, and ensure that the warning when faili...tilghman1-0/+1
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file1-1/+6
2008-03-03Add a comment to describe some logic.file1-0/+1
2008-02-25Make it so a users.conf user creates both a SIP peer and a SIP user. The user...file1-5/+11
2008-02-25If a resubscription comes in for a dialog we no longer know about tell the re...file1-0/+12
2008-02-25Due to recent changes tag will no longer be NULL if not present so we have to...file1-1/+1
2008-02-22Backwards debug message.tilghman1-2/+2
2008-02-19Fix building of chan_sip.file1-2/+2