aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-01Picky, picky, buildbottilghman1-1/+1
2008-08-01SIP should use the transport type set in the Moved Temporarily for the nexttilghman1-51/+123
2008-07-30Fix the parsing of the "reason" parameter in themmichelson1-1/+3
2008-07-30Move implementation of an attended-transfer-complete sound from one channeltilghman1-11/+0
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-6/+6
2008-07-25Merged revisions 133572 via svnmerge from mmichelson1-0/+2
2008-07-25Minor coding guidelines tweaks ...russell1-31/+31
2008-07-24Merged revisions 133488 via svnmerge from tilghman1-5/+10
2008-07-23Fix issue where tcp in sip is enabled by default, despite what it says in the...bbryant1-2/+1
2008-07-23Well, the content of a channel variable may be longer than the size of a poin...oej1-1/+1
2008-07-22Merged revisions 132777 via svnmerge from mmichelson1-5/+296
2008-07-22Merged revisions 132645 via svnmerge from oej1-3/+3
2008-07-21Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a...bbryant1-0/+2
2008-07-15Merged revisions 130959 via svnmerge from tilghman1-4/+4
2008-07-15Additional option for videosupport (always) that disables the optimization totilghman1-7/+22
2008-07-11Missed one. Formatting only.seanbright1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-3/+3
2008-07-10A couple more minor text changesseanbright1-2/+2
2008-07-10Remove extraneous \n. Pointed out by eliel on #asterisk-dev.seanbright1-1/+1
2008-07-08Merged revisions 129149 via svnmerge from tilghman1-0/+1
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-4/+5
2008-07-08Merged revisions 128950 via svnmerge from oej1-9/+5
2008-07-08Merged revisions 128912 via svnmerge from oej1-2/+2
2008-07-07As pointed out on the -dev list, actually use the result of find_peer() so thatrussell1-2/+3
2008-07-06- Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" an...oej1-1/+1
2008-07-06- Fixing issues with "sip show settings"oej1-15/+30
2008-07-06- Remove unused variable "expiry"oej1-3/+2
2008-07-06More doxygen comments.oej1-37/+52
2008-07-06- Formatting changesoej1-10/+14
2008-07-06Adding note about incorrect manager registration...oej1-1/+1
2008-07-06Remove comments that doesn't make sense. The deprecation of type=user will co...oej1-2/+0
2008-07-06Fix severe problem with my previous commit of "kill-the-user". Russell saw a ...oej1-2/+2
2008-07-06Disabling code used by dumpdb with #ifdef, since I believe we might use it so...oej1-6/+12
2008-07-06Removing the CLI dumpdb command (see asterisk-dev discussion and decision)oej1-284/+0
2008-07-05Adding a few remindersoej1-0/+2
2008-07-05Adding doxygen comments to missing parts, moving some #defineoej1-10/+27
2008-07-05Adding TCP and TLS to "sip show settings". oej1-6/+19
2008-07-05Add some comments...oej1-2/+2
2008-07-05Set tls setting to default in reload_config.oej1-0/+1
2008-07-05fix compiling of chan_sip.cmvanbaak1-1/+1
2008-07-05I like it when the tree is not broken.file1-1/+1
2008-07-05KILL THE USER!oej1-904/+108
2008-07-05Stop cli command completion with tabsoej1-0/+2
2008-07-05Add new SIP cli command "sip show channelstats" that displays some QoS data (...oej1-11/+113
2008-07-04Fullcontact needs more than 20 characters, even for the simplest casetilghman1-1/+1
2008-07-04- reorganize SIP extensions alphabetically, to make it easier to synch with t...oej1-19/+28
2008-07-03Merged revisions 127663 via svnmerge from murf1-13/+0
2008-07-03Make sure we stop session timers as soon as we start hanging up an active call.oej1-0/+4
2008-07-03Revert some logic for session timers. We do send in-dialog requests that shou...oej1-5/+7
2008-07-03Fix bad formatting in a very confusing function. Who added the sipdb sql output?oej1-78/+80