aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-5/+5
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-19Improve output of sip show peers (issue #6624 reported by mavetju with minor ...file1-25/+23
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman1-11/+92
2006-09-18Merging patch from 1.2 - Issue #7682oej1-1/+1
2006-09-18Issue #7351 - sending CANCEL when the call at some point has been in UP state...oej1-1/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-49/+188
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-11/+75
2006-09-12Issue #7924 - cmaj - Turn off silence suppression if no channel owneroej1-1/+1
2006-09-12Issue #7928 - Don't send both 404 and 503. Fix by phsultan with a small fix b...oej1-1/+1
2006-09-12If we've found a T38 SDP line, stop looking for more on the very same lineoej1-23/+16
2006-09-11More formatting fixes and doxygen stuffoej1-27/+18
2006-09-11Add commentoej1-1/+1
2006-09-11- Use enum for send-request reliability flagsoej1-13/+13
2006-09-11More formattingoej1-3/+3
2006-09-11More formatting/doxygen updates to keep me occupiedoej1-21/+25
2006-09-11Ignore this. Only whitespace fixes while being bored.oej1-19/+19
2006-09-11Change from "r" as a variable name to "dialog". "r" is commonly used for regi...oej1-69/+68
2006-09-11Use Timer T1 for dialog timeouts/destruction oej1-46/+50
2006-09-10If the leading underscore is not stripped before comparison,tilghman1-1/+2
2006-09-09Don't destruct sessions prematurely. Especially not when we want reliable ret...oej1-25/+26
2006-09-09importing rev 42535 from 1.2 (which by mistake was actually imported from svn...oej1-4/+3
2006-09-09Don't destroy pvt prematurely. Wait for answer or timeout.oej1-2/+1
2006-09-09Clear proper flagoej1-1/+1
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...file1-2/+4
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)oej1-10/+28
2006-09-01Merged revisions 41768 via svnmerge from file1-4/+8
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...file1-1/+1
2006-09-01If no number is specified in the SIP_HEADER dialplan function, then just use ...file1-2/+6
2006-08-31everything that loads a config that needs a config file to runmogorman1-2/+2
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-6/+40
2006-08-30Why check bridgepeer twice?oej1-2/+0
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notoej1-2/+2
2006-08-30Note to myself: Remember Russell's note: Always compile first...oej1-1/+0
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...oej1-0/+4
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...oej1-0/+3
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)oej1-2/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-6/+9
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-20/+39
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...file1-5/+19
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+8
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)russell1-1/+3
2006-08-16Move things around a bit more for onhold support, and add a check to only dec...file1-21/+14
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+2
2006-08-15print a more user friendly error message with the text representation of codecsrussell1-2/+9
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isrussell1-15/+2
2006-08-10Add support to see if a peer has someone on hold, and fix a small bug with ge...file1-21/+50
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-10/+1
2006-08-07Fix accidental removal of if() in commit 38905oej1-1/+2
2006-08-07Issue #7651 - always send subscription-state (AuPix)oej1-2/+1