aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-11-08Merged revisions 89119 via svnmerge from mmichelson1-27/+14
2007-11-08convert this code to a more efficient idiomkpfleming1-3/+1
2007-11-08Fix missed conversion to linkedlists macro changetilghman1-1/+1
2007-11-08initialize a variable to silence compiler.rizzo1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming3-31/+22
2007-11-08Merged revisions 89101 via svnmerge from file1-1/+1
2007-11-08Merged revisions 89099 via svnmerge from file1-6/+15
2007-11-08Merged revisions 89097 via svnmerge from file1-2/+5
2007-11-07Merged revisions 89095 via svnmerge from file1-2/+2
2007-11-07Merged revisions 89090 via svnmerge from mmichelson1-2/+24
2007-11-07Minor change so chan_h323 builds again.file1-2/+0
2007-11-07Provide the ability to directly manipulate the TON/NPI bits in the dialstring.tilghman1-1/+102
2007-11-06Commit some cleanups to the format type code.tilghman7-20/+15
2007-11-06Add some more locking as well as API update for libss7 for new transport typesmattf1-2/+7
2007-11-06"show application <foo>" changes for clarity.mmichelson2-5/+5
2007-11-06Allow gtalk and jingle to use TLS connections again.qwell2-14/+14
2007-11-06Merged revisions 89032 via svnmerge from file1-1/+1
2007-11-06Merged revisions 88994 via svnmerge from file1-2/+10
2007-11-06Update chan_agent documentation. Change a | to , as that is now the required ...file1-1/+1
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimtilghman1-4/+0
2007-11-06convert uses of LOG_DEBUG to use ast_debug()russell1-6/+6
2007-11-06Add jitterbuffer support to chan_unistim.russell1-1/+22
2007-11-06Merged revisions 88805 via svnmerge from russell2-36/+0
2007-11-06explain that the host environment must be used to build gentone;rizzo1-5/+5
2007-11-05Merged revisions 88768 via svnmerge from russell1-2/+8
2007-11-05Merged revisions 88765 via svnmerge from russell1-26/+26
2007-11-05Merged revisions 88671 via svnmerge from file1-1/+2
2007-11-05Merged revisions 88585 via svnmerge from qwell1-0/+2
2007-11-05Fix memory leaks and deadlocks in chan_unistim.file1-37/+53
2007-11-04Simplify the implementation and the API for stringfields;rizzo2-23/+23
2007-11-02fix some issues with crashing on unload, when it didn't completely load cleanlyrussell1-3/+9
2007-11-02Convert the CLI commands to the new formatrussell1-78/+116
2007-11-02Merge the code from asterisk/team/group/chan_unistim:russell1-0/+5628
2007-11-02Merged revisions 88366 via svnmerge from file1-18/+18
2007-11-02Merged revisions 88328 via svnmerge from file1-0/+5
2007-11-01Remove traces of gnutls, since we no longer use/need it.qwell2-20/+2
2007-11-01Merged revisions 88078 via svnmerge from qwell1-1/+3
2007-11-01Change some uses of free() to ast_free(). (No functional differences.)russell1-1/+1
2007-11-01Janitor: use ast_free to pair calls of ast_malloc and ast_calloctilghman1-4/+4
2007-10-31Merged revisions 87906 via svnmerge from qwell2-6/+1
2007-10-30Merged revisions 87686 via svnmerge from russell1-38/+96
2007-10-30Merged revisions 87650 via svnmerge from qwell1-1/+1
2007-10-29Merged revisions 87342 via svnmerge from file1-1/+12
2007-10-29Add autoconf checks for extra suppserv definitions that are not present in re...file1-0/+8
2007-10-27Add Circuit Group Queury message codemattf1-0/+36
2007-10-27Make sure we turn on the DSP when we answer the callmattf1-1/+9
2007-10-26Correctly use defined return values in (some) load_module functions.qwell4-7/+7
2007-10-24Merged revisions 86982 via svnmerge from qwell1-8/+9
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell16-133/+133
2007-10-22Merged revisions 86756 via svnmerge from file1-1/+1