aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-23report the actual channel number that was unregistered, instead of assuming t...kpfleming1-2/+3
2007-08-23Fix some code where it was possible for a reference to a peer to not getrussell1-3/+5
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell1-4/+4
2007-08-22Don't crash when using realtime in chan_sip without an insecure setting in th...russell1-0/+4
2007-08-22Merge changes from team/russell/iax_refcount.russell1-352/+425
2007-08-21Don't record SIP dialog history if it's not turned on. Also, put an upperrussell1-1/+20
2007-08-21Don't try to dereference the owner channel when it may not existrussell1-10/+7
2007-08-17Avoid a crash in the handling of DTMF based Caller ID. It is valid forrussell1-0/+2
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-1/+1
2007-08-17Re-add the setting of callerid name and number.qwell1-0/+6
2007-08-17Fix some crashes in chan_sip. This patch changes various places that add itemsrussell1-2/+13