aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-11-01Make sure we set the poll fds to NULL after free()ing it.qwell1-1/+3
2007-10-31Don't try to allocate memory that we're just going to re-allocate later anyways.qwell1-3/+0
2007-10-30Merge the changes from team/russell/iax2_poke_fix and iax2-poke-fix-trunkrussell1-34/+79
2007-10-30Only try to clean out h323/ if the h323/Makefile exists.qwell1-1/+1
2007-10-29Fix issue where if both sides of the dialog cancelled the dialog at the same ...file1-1/+12
2007-10-24Correctly respect hidecalleridname configuration option.qwell1-8/+9
2007-10-22After reading online I have confirmed that Record-Route headers should be cop...file1-1/+1
2007-10-22we send DISCONNECT instead of RELEASE/RELEASE_COMPLETE if the dialplan does n...crichter2-15/+2
2007-10-19Fix two issues with domains and transfers. If a port was given in the hostnam...file1-8/+12
2007-10-19Set port number in received as information for registrations as well.file1-2/+3
2007-10-18Revert erroneous commit.russell1-85/+0
2007-10-18Add support for setting the maximum trunk size for IAX2 trunkingrussell1-0/+85
2007-10-17If Asterisk is in the middle of shutting down, respond to OPTIONSrussell1-1/+7
2007-10-17Whoops, forgot to remove the original sip_scheddestroy.file1-1/+0
2007-10-17Don't schedule dialog destruction if a MESSAGE is received using an existing ...file1-2/+5
2007-10-16Fix the output for this channel help CLI commandphsultan1-3/+3
2007-10-15Make the default for the srvlookup option to be yes. It doesn't really makerussell1-2/+2
2007-10-11When creating a new packet don't try to stop retransmission of it. It was jus...file1-2/+0
2007-10-10If devicestate is passed a port number strip it out.file1-0/+3
2007-10-10Add support for handling a 182 Queued response.file1-2/+7
2007-10-09Don't perform a reinvite if a transfer is in progress.file1-1/+1
2007-10-05Do deadlock avoidance in a couple more places. You can't lock two channelsrussell1-2/+11
2007-10-04callers of sig2str already add the word 'signalling' in the appropriate place...kpfleming1-9/+9
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