aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-22Move message from verbose to debugoej1-2/+2
2007-02-22Restructure a little bit of code to reduce nesting. There is no functionalityrussell1-26/+27
2007-02-22Merged revisions 56010 via svnmerge from russell1-0/+7
2007-02-21Add a flag that indicates whether a SIP dialog is an outgoing call or not. SI...file1-1/+4
2007-02-21Issue #8848 - Turn off lamp more quickly after transfer (decrement inuse earl...oej1-3/+10
2007-02-20Return behavior I removed. I did not remember that you could just add a local...file1-2/+4
2007-02-20Don't test our own address against the localnet settings. At least one person...file1-4/+2
2007-02-17Merged revisions 55073 via svnmerge from file1-2/+6
2007-02-16Issue #7541 - Handle multipart attachments to SIP messages - even if boundary...oej1-1/+11
2007-02-13Remove a couple of leftover debug messagesrussell1-2/+0
2007-02-13If we fail to create the SIP socket, then return -1 from reload_config() sorussell1-0/+1
2007-02-10Change some text to properly state "On Hold", which was already done in trunk.russell1-1/+1
2007-02-10Merge team/russell/sla_rewriterussell1-17/+24
2007-02-05Formattingoej1-3/+1
2007-02-05Add some comments on queue system behaviour and how it affects theoej1-0/+6
2007-02-03Make SIPDtmfMode application work with recent capability changes, and also fi...file1-0/+8
2007-02-02Disable the direct p2p RTP call setup in SIP. You can enable it in sip.conf, ...oej1-0/+10
2007-02-01Merged revisions 53103 via svnmerge from file1-0/+1
2007-02-01Merged revisions 53095 via svnmerge from file1-7/+7
2007-02-01- Clean INC_COUNT flag when we decrement call counteroej1-1/+9
2007-02-01Cleaning up the devicestate callback functionoej1-20/+32
2007-02-01Fix silly logic. We really want to write UDPTL frames out when the call is up.file1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+2
2007-01-30Only set the DTMF flag on the rtp structure if the DTMF mode is actuallyrussell1-3/+3
2007-01-25Drop out variables I accidentally put in.file1-2/+1
2007-01-25Decrement onHold count if we are hung up on and still on hold. (issue #8909 r...file1-1/+4
2007-01-24Fix changing channel formats when joint capability changes and there are no a...file1-1/+1
2007-01-24Show capabilities *and* preference in general settings in "sip show settings"oej1-0/+4
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-6/+2
2007-01-23Only change audio formats on the channel if we have an audio format to change...file1-1/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-17/+52
2007-01-18Copy MOH settings when calling a peer so that if they put someone on hold or ...file1-0/+2
2007-01-17Merged revisions 51197 via svnmerge from russell1-1/+1
2007-01-11Remove check for channel state as it can definitely be something other then r...file1-26/+19
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-1/+3
2007-01-10Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 ...file1-2/+3
2007-01-09- handle re-invites properly in sip_hangup()oej1-4/+14
2007-01-08Issue #8677 - Handle failure of T.38 re-inviteoej1-1/+31
2007-01-08Issue #8524, support multiple via header values (tardieu)oej1-11/+22
2007-01-08We only need one forward declarationoej1-1/+0
2007-01-08Issue 8735: Terminate state when extension is unavailable for subscriptionoej1-1/+1
2007-01-07Second condition was a subset of the first, so hold was never decremented, th...tilghman1-1/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-18/+15
2007-01-05Merged revisions 49635 via svnmerge from kpfleming1-1/+6
2007-01-02Small cleanup of add_t38sdp - it's always enabled at that point in the codeoej1-3/+1
2007-01-01remove incomplete implementation of dnsmgr. Let's fix this in trunk.oej1-4/+0
2006-12-27Only include acl.h and lock.h onceoej1-2/+0
2006-12-27Only set rfc2833compensate flag once (handle_common_options)oej1-4/+0
2006-12-27- Remove checking for T38 options twice. Keeping them in handle_common_optionsoej1-30/+0
2006-12-27make the option actually match the documentationkpfleming1-1/+1