aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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-05It would help if we actually parsed the ss7_explicitacm option in the config ...mattf1-0/+11
2008-07-05Add option to wait to be able to explicitly send ACM via the Proceeding() app...mattf1-2/+7
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-03Fix one more file that got changed.bbryant1-5/+1
2008-07-03Remove commit that somehow got mergeed into trunk.bbryant2-322/+10
2008-07-03Update these files with transfer code.bbryant3-11/+327
2008-07-03Merged revisions 127663 via svnmerge from murf2-37/+22
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.tilghman3-18/+20
2008-07-02Merged revisions 127560 via svnmerge from mmichelson1-0/+9
2008-07-02The ackcall and endcall options in agents.conf now have supplemental optionsmmichelson1-8/+32
2008-07-02Fix to sip_parse_host so that it passes the correct information to sip_registry.bbryant1-2/+7
2008-07-02plug another panic when the gui cannot be started.rizzo1-1/+3
2008-07-02prevent a segfault when trying to start the gui without anyrizzo1-1/+1
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 127133 via svnmerge from tilghman1-0/+13
2008-07-01Merged revisions 127068 via svnmerge from tilghman1-24/+22
2008-07-01Merged revisions 126999 via svnmerge from tilghman1-0/+9
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-30Add support to see MTP2 down events when the link layer drops in SS7mattf1-1/+4
2008-06-30implement the 'freeze' function for incoming frames;rizzo4-23/+56