aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-19Make sure we send error replies correctly by checking the via header.oej1-0/+1
2008-02-18When a SIP channel is being auto-destroyed, it's possible for it to still betilghman1-12/+24
2008-02-18Don't care if the extension given doesn't exist for subscription based MWI.file1-1/+1
2008-02-12Even if no CallerID name or number has been provided by the remote party stil...file1-4/+4
2008-02-06Only consider a T.38-only INVITE compatible if we have both a joint capabilit...file1-1/+1
2008-02-05If a REGISTER attempt comes in that is a retransmission of a previous REGISTE...file1-3/+9
2008-02-03Use the same CSEQ on CANCEL as on INVITE (according to RFC 3261)oej1-2/+2
2008-02-03Handle ACK and CANCEL in an invite transaction - even if we get INFO transact...oej1-6/+11
2008-02-01Change the SDP_SAMPLE_RATE macro. It turns out that even though G.722 is 16 ...russell1-1/+6
2008-01-31Solaris compat fixes for struct in_addr funkiness.qwell1-1/+2
2008-01-30Stop musiconhold on attended transfer.oej1-1/+3
2008-01-29(closes issue #11736)oej1-6/+25
2008-01-28For some reason, the use of this strdupa() is leading to memory corruption onrussell1-3/+3
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-123/+87
2008-01-25This would have never been true, since we're passing (sizeof(req.data) - 1) a...qwell1-4/+3
2008-01-23Second attempt. Don't change invitestate when receiving 18x messages in CANCE...oej1-2/+4
2008-01-23Make sure we don't cancel destruction on calls in CANCEL state, even if weoej1-5/+5
2008-01-23These flag tests were illogical. They were testing sip_peer flags on a sip_pvt.mmichelson1-2/+2
2008-01-22Thanks to Russell's education I realize that BUFSIZ has changed since I learn...oej1-41/+43
2008-01-22Cleaning up some documentation that led to confusion in a bug reportoej1-5/+6
2008-01-21Bump the buffer size for Via headers up to 512. There are some exceptionally ...file1-3/+3
2008-01-16Don't drop the old record route information when dealing with packets related...file1-1/+2
2008-01-15Change a buffer in check_auth() to be a thread local dynamically allocatedrussell1-3/+12
2008-01-15Based on the boundary found move over the correct amount.file1-2/+5
2008-01-14Accept "; boundary=" not just ";boundary=" in the multipart mixed content type.file1-1/+1
2008-01-11Back out changes from revision 97077, since it wasn't perfecttilghman1-147/+89
2008-01-101) When we get a translated frame out, clone it, because if thetilghman1-4/+11
2008-01-08Apply multiple crash fixes, found in issue #11386, but not completelytilghman1-89/+147