aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Remove debugging linetilghman1-2/+0
2009-12-03Fix multiple issues with musiconhold, which led to classes not getting destro...tilghman1-41/+188
2009-12-01More 32->64 bit codec conversions.tilghman2-5/+5
2009-11-30Merged revisions 231441 via svnmerge from dvossel1-1/+0
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman2-9/+8
2009-11-10fixes pgsql double free of threadstoragedvossel1-3/+0
2009-11-09Fix various problems detected with Valgrind.tilghman1-1/+1
2009-11-04Merged revisions 227944 via svnmerge from jpeeler1-4/+37
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman5-49/+49
2009-11-03Resolve another warning.russell1-1/+2
2009-11-02Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networkstilghman1-0/+1483
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.russell2-0/+4
2009-10-27Don't prepend the URI prefix to the post directorytwilson1-1/+1
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-3/+5
2009-10-19Merged revisions 224670 via svnmerge from kpfleming1-9/+14
2009-10-15Properly handle PUT requests for CALENDAR_WRITE()twilson1-3/+8
2009-10-14Add missing 'getnum' fieldtwilson1-0/+10
2009-10-13use Calendar: instead of Calendar/ for devstatetwilson1-4/+4
2009-10-13Fix compiler warning.rmudgett1-1/+1
2009-10-13Fix handling of notification calls w/ the dialing apitwilson1-34/+73
2009-10-10Fix handling of floating times and datestwilson2-8/+59
2009-10-09Properly return "free" on confirmed events that are freetwilson2-24/+2
2009-10-09Don't add Attendees during copy, replace themtwilson1-1/+7
2009-10-08Remove global variable that makes dlopen unhappytwilson4-14/+59
2009-10-07Formatting, moving error messages to ERROR, removing references to unexisting...oej1-145/+162
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...oej1-1/+1
2009-10-06Change schema query to involve the use of an optional schema parameter.tilghman1-7/+69
2009-10-06When we call a gosub routine, the variables should be scoped to avoid contami...tilghman1-28/+50
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming5-3/+21
2009-09-30Remove spurious debugtwilson1-1/+0
2009-09-30Use rtp properties instead of adding a callbacktwilson1-11/+2
2009-09-30Merged revisions 221086 via svnmerge from twilson1-0/+14
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsphsultan1-117/+556
2009-09-16Remove some unused defines from res_jabber.seanbright1-8/+0
2009-09-12use the actual given ip address for 'rtp set debug ip <foo>' instead of the w...mvanbaak1-1/+1
2009-09-10Sets the correct musicclass after an announcementmnick1-7/+3
2009-09-10Verify support for wide ODBC character types before using them.tilghman1-0/+2
2009-09-09gcc 4.4 fix: union instead of casttzafrir1-4/+7
2009-09-08Remove what appears to be an unnecessary define.tilghman1-2/+0
2009-09-02Adding MUTEAUDIO() dialplan function and MuteAudio AMI action (pinepeach)oej1-0/+360
2009-08-28Remove unnecessary define for Solaristilghman1-3/+0
2009-08-15cast time_t type variables to long where needed.mvanbaak1-8/+8
2009-08-12Added three new attributes and applied a patch to res_config_ldap.cghenry1-8/+17
2009-08-10AST-2009-005tilghman12-36/+36
2009-07-27Gracefully handle malformed RTP text packets.mmichelson1-0/+3
2009-07-27Honor channel's music class when using realtime music on hold.mmichelson1-20/+27
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks2-5/+5
2009-07-22Clarify documentation on 'realtime update2' to show more than one condition.tilghman1-4/+6
2009-07-21Merged revisions 207647 via svnmerge from kpfleming1-4/+4
2009-07-11Add an API for reporting security events, and a security event logging module.russell1-0/+163