aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-02Update transport= in sip so that the option is not broken from a recent commit.bbryant1-9/+19
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-2/+2
2008-07-02Fix to sip_parse_host so that it passes the correct information to sip_registry.bbryant1-2/+7
2008-07-02Change the global timer B to be dependent on the value of the T1 timer, astilghman1-0/+18
2008-07-01Add a configuration option so the global outboundproxy can use tcptls without...bbryant1-54/+90
2008-07-01Merged revisions 126902 via svnmerge from oej1-1/+9
2008-07-01Merged revisions 126899 via svnmerge from oej1-7/+11
2008-07-01Merged revisions 126789 via svnmerge from oej1-2/+8
2008-07-01Merged revisions 126735 via svnmerge from oej1-1/+1
2008-06-30The following patch with some changes for trunk...oej1-42/+21
2008-06-27Merged revisions 126056 via svnmerge from tilghman1-4/+2
2008-06-27Small error in the function that converts peer transports to a string.bbryant1-10/+9