aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-03Code formatting cleanup in channel.ccitats1-55/+36
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-2/+2
2004-04-27Revert formatting changescitats1-57/+55
2004-04-27Bug Fixanthm1-4/+6
2004-04-26applied final release of bug 1353 per Mark's permissionanthm1-60/+171
2004-04-26More select/poll updates for various applicationsmarkster1-1/+1
2004-04-25Properly migrate from select to poll for core asterisk.markster1-58/+95
2004-04-24Temporarily revert poll changesmarkster1-98/+58
2004-04-24Change select references to poll in core asterisk functions (hope this works)markster1-58/+98
2004-04-21Make manager "Link" and "Unlink" events include the channel uniqueids (bug 1456)citats1-8/+16
2004-04-20Make sure we safely lock both channels when doing a masquerade.markster1-13/+19
2004-04-12Fix implementation of waitfordigit_fullmarkster1-15/+38
2004-04-07Remove double unlock from ast_readmarkster1-14/+7
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-52/+40
2004-04-02Don't double lock the streammarkster1-2/+4
2004-04-02Fix generator race (bug #1202)markster1-7/+20
2004-03-27Fixup read/write lockingcitats1-5/+10
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-10/+21
2004-03-19Add hangupcause to the hangup manager eventjeremy1-2/+3
2004-03-19Add support for new PING/PONG on zaptel which reduces the # of file descripto...markster1-22/+58
2004-03-12Whentohangup is in seconds, not millisecondsmarkster1-2/+2
2004-03-08Don't complain about not knowing about -1markster1-0/+2
2004-03-05And of course return us as a winnermarkster1-1/+4
2004-03-05Minor optimizations and actually set SOFTHANGUP_TIMEOUT if appropriatemarkster1-2/+7
2004-03-05Consider whentohangup in timeout (bug #1107)markster1-2/+19
2004-03-04Add support for parking with IAX2markster1-14/+16
2004-03-01Handle video codecs properlymarkster1-1/+1
2004-02-27Change text in ast_get_group to explain that max group is 31 (bug #1014)citats1-1/+1
2004-02-27Move ast_get_group from res_parking.c to channel.ccitats1-0/+33
2004-02-25Increase length of DTMF tones in SIP et all, in-bandmarkster1-16/+16
2004-02-20Fix minor ordering issue (bug #981)markster1-1/+1
2004-02-19Don't free clone lock until after *both* fixups have taken placemarkster1-13/+15
2004-02-04Don't call release if we have no generatormarkster1-2/+4
2004-01-31Don't delete original variables after appending clone onesmarkster1-1/+0
2004-01-30Merge variable listsmarkster1-4/+13
2004-01-14clean up output and print that we are unregistering a channel typejeremy1-0/+3
2003-11-07Gotta actually free the frame...markster1-1/+3
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-2/+2
2003-10-09Fix helper appmarkster1-7/+12
2003-10-01Pass accountcode to outgoing spool call when originated with Context&Extensio...martinp1-3/+5
2003-10-01Fix channel Caller*IDmarkster1-0/+2
2003-09-24Unlock channelmarkster1-0/+4
2003-09-22Create better 'failed' CDRs for outgoing spool calls with context,extension,p...martinp1-3/+23
2003-09-18Don't post 2 CDR's when the outgoing spool call failsmartinp1-1/+0
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...martinp1-11/+26
2003-09-08BSD portability enhancements (bug #234)markster1-2/+2
2003-08-28Fix synchronization of recorded files when using Monitor applicationmartinp1-8/+43
2003-08-23Handle timing file descriptor properly with agentsmarkster1-1/+0
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-5/+8
2003-08-15Don't double generate eventsmarkster1-6/+8