aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-10-02Use snprintf instead of sprintf in one place. There is no vulnerability hererussell1-1/+1
2007-10-02terminate USERUSER String with 0crichter1-1/+2
2007-10-01Add dist-clean support for subdirs.qwell1-1/+3
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard1-5/+8
2007-10-01Remove another file in "make clean".russell1-0/+1
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard1-0/+35
2007-09-26avoid the weird usage of assert() in the ALSA header files that gcc 4.2 wants...kpfleming1-2/+4
2007-09-26I changed my mind ... I think this should be a LOG_NOTICE.russell1-5/+3
2007-09-26Add a log message that was requested by the masses in the developer tutorialrussell1-1/+7
2007-09-26Fix building chan_misdn under dev-mode. (please run the configure scriptrussell1-7/+8
2007-09-26Remove unused 4k of memory on the program stack (closes issue #10827)tilghman1-5/+0
2007-09-24fixed round_robin group dial method, this never worked well on BRI Ports (2 c...crichter1-51/+55
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell6-72/+72
2007-09-21Fix video under certain circumstances. It would have been possible for the fo...file1-5/+9
2007-09-20Make sure the minimum T1 timer value is obeyed in all cases.file1-1/+1
2007-09-20Fix a minor spelling error.file1-1/+1
2007-09-19When handling a reload of chan_iax2, don't use an ao2_callback() to POKE allrussell1-1/+12
2007-09-19(closes issue #10760)file1-0/+2
2007-09-19removed comment which violates the coding guidelines.crichter1-1/+0
2007-09-19added 'astdtmf' option to allow configuring the asterisk dtmf detector instea...crichter3-4/+21
2007-09-17revert a change that wasn't supposed to be committed... doh!kpfleming1-1/+1
2007-09-17fix a couple of places where a logical member name (if specified) was not use...kpfleming1-1/+1
2007-09-14If a channel does not have an owner, do not try to set a channel variable.qwell1-1/+1
2007-09-14Remove chan_usbradio from the main 1.4 branch. It can't live here because werussell7-7241/+0
2007-09-14this new driver may not live in this branch for long (since it is a new featu...kpfleming1-0/+1
2007-09-14Added channel driver for USB Radio device andjdixon7-0/+7240
2007-09-13Closes issue #9401, reported and patched by irrot, with slightphsultan1-13/+29
2007-09-11fixed a hold/retrieve issue.crichter2-4/+6
2007-09-06(closes issue #9724, closes issue #10374)russell1-1/+10
2007-09-06Various string length fixes. Removed an unused variable in aji_client structu...phsultan1-6/+6
2007-09-05Do not try to unregister a NULL channel tech.qwell1-5/+6
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell1-11/+11
2007-09-04there is no point in sending 401 Unauthorized to a UAS that sent us a properl...kpfleming1-4/+4
2007-09-04(closes issue #10632)file1-16/+20
2007-09-03Remove a couple of calls to ast_string_field_free_pools() on peers in errorrussell1-6/+2
2007-08-31Make the 'gtalk show channels' CLI command available.phsultan1-2/+43
2007-08-30(closes issue #10514)file1-1/+1
2007-08-30Add missing checks for the PTRACING define.russell1-0/+6
2007-08-30Fixed some warnings.crichter1-5/+5
2007-08-30Fixed a severe issue where a misdn_read would lock the channel, but read wouldcrichter2-15/+39
2007-08-29(closes issue #9690)file1-9/+6
2007-08-28Change the message about receiving a mini-frame before the first full voicerussell1-1/+2
2007-08-27DTMF begin frames should be ignored so that when an agent acks a call with th...mmichelson1-0/+6
2007-08-27(closes issue #10561)file1-1/+1
2007-08-26Remove an extra signal_condition() for the scheduler thread.russell1-1/+0
2007-08-25Fix some issues with the handling of the scheduler in chan_iax2. Most of therussell1-28/+35
2007-08-24If dnsmgr is in use, and no DNS servers are available when Asterisk firstrussell1-2/+2
2007-08-24Closes issue #10509phsultan1-1/+27
2007-08-23make misdn/isdn_lib compile without warningsdhubbard1-46/+66
2007-08-23make chan_misdn compile without warningsdhubbard1-76/+86