aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-03-05Merge phase 1 support for the new bridging architecture.file1-0/+246
2009-03-04Resolve object matching issues related to the removal of the sip_user object.russell1-62/+70
2009-03-04Allow for "magic" pickups to work when we wish to ignore the contextmmichelson1-1/+1
2009-03-03Please prefix default values with DEFAULToej1-4/+4
2009-03-02Do not try to remove a registration scheduled item if the scheduler context h...file1-1/+3
2009-03-01Properly free memory and remove scheduler entries when a transmission failure...mmichelson1-2/+4
2009-02-27Add reload support to chan_skinny.mvanbaak1-48/+209
2009-02-26IAX2 prune realtime, minor tweak to last fixdvossel1-0/+1
2009-02-26IAX2 prune realtime fixdvossel1-16/+43
2009-02-24Allows manager command to see if IAX link is trunked and encrypted. Displays ...dvossel1-18/+42
2009-02-24Merged revisions 178205 via svnmerge from file1-3/+5
2009-02-23update the new manager commands in chan_skinny to matchmvanbaak1-5/+5
2009-02-23Changes the way keyrotation is enabled by defaultdvossel1-5/+3
2009-02-22Add a couple of manager commands to chan_skinnymvanbaak1-143/+479
2009-02-21On update, test against the existence of sipregs.tilghman1-3/+3
2009-02-21make chan_sip.c compile on OpenBSD again.mvanbaak1-3/+3
2009-02-20Set sip_request ast_str data to NULL so ast_str_copy allocates space properlyjpeeler1-0/+1
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler10-110/+146
2009-02-18Fix ordering of output for a ChannelUpdate manager event.file1-1/+1
2009-02-18T38 faxdetect should jump to the 'fax' extension for incoming calls onlydhubbard1-2/+2
2009-02-17create a UDPTL structure in create_addr_from_peer() if it does not already ex...dhubbard1-0/+4
2009-02-17Prior to masquerade, move the group definitions to the channel performing thetilghman1-2/+3
2009-02-17Merge a large set of updates to the Asterisk indications API.russell3-20/+33
2009-02-17In this version, we can combine the queries, because we support droppingtilghman1-5/+2
2009-02-17Merged revisions 176426 via svnmerge from tilghman1-6/+29
2009-02-16Merged revisions 176354 via svnmerge from dvossel1-4/+5
2009-02-16Use the correct list macros for deleting an item from the middle of a list.tilghman1-2/+3
2009-02-16Merged revisions 175597 via svnmerge from dvossel1-1/+1
2009-02-16Can't set debug level 2 (intense debugging) unless the syntax matchestilghman1-1/+1
2009-02-16Remove chan_features.russell1-572/+0
2009-02-16Merged revisions 176029 via svnmerge from file1-5/+5
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak2-5/+5
2009-02-15Fix a number of problems with ast_sched_report().russell1-3/+7
2009-02-15Merged revisions 175777 via svnmerge from oej1-1/+1
2009-02-13Fixed iax2 key rotation backwards compatibilitydvossel2-42/+23
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming2-67/+108
2009-02-13Add dynamic fax buffer configuration option to chan_dahdi.confdhubbard1-2/+75
2009-02-12Remove useless string copy, and make sscanf safe againrussell1-2/+1
2009-02-12Adds force encryption option to iax.confdvossel1-19/+65
2009-02-12Avoid using ast_strdupa() in a loop.russell1-1/+2
2009-02-12correct warning message to not refer specifically to DAHDIkpfleming1-1/+1
2009-02-12Setting key rotation to be off by defaultdvossel1-1/+1
2009-02-12Issue a warning message if our candidate's IP is the loopback address.phsultan1-0/+3
2009-02-12Merged revisions 175029 via svnmerge from phsultan1-5/+47
2009-02-10Only decrease inringing count if above zero.file1-1/+3
2009-02-10Set the type for the peer structure to be a peer as the default.file1-0/+1
2009-02-10Make the logic for inuse and inringing manipluation match that of 1.4. The ol...file1-6/+10
2009-02-09Fix something I messed up in the merge I just didmmichelson1-1/+1
2009-02-09Merged revisions 174282 via svnmerge from mmichelson1-4/+7
2009-02-06Merged revisions 174082 via svnmerge from dhubbard1-7/+32