aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-10Make sure to reenable echo can after a "failed" (canceled, etc) three-way call.qwell1-0/+1
2008-03-08don't generate D-Channel "up" and "down" messages unless the channel state is...kpfleming1-7/+13
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+3
2008-03-05when a PRI call must be moved to a different B channel at the request of the ...kpfleming1-16/+23
2008-02-27When we receive a known alarm, make sure that the unknown alarm flag is not s...russell1-0/+4
2008-02-27Zaptel 1.4 now exposes FXO battery state as an alarm. However, Asterisk 1.4russell1-16/+47
2008-02-26Merge changes from team/russell/smdi-1.4russell1-1/+1
2008-02-21And as a followup to revision 104026, completely remove event-relatedmmichelson1-4/+0
2008-02-21Remove an incorrect debug message. It reported that it had received a specifi...mmichelson1-2/+0
2008-02-20Don't wait for additional digits when overlap dialing is enabled if the setup...file1-1/+1
2008-02-18Fix previous commit so that we actually disable echocanbridged if echocancel ...qwell1-2/+8
2008-02-18Correct a message when echocancelwhenbridged is on, but echocancel is not.qwell1-1/+1
2008-02-18Fix a linked list corruption that under the right circumstancesmmichelson1-0/+3
2008-01-29Allow zap groups above 30 to work properly.qwell1-3/+3
2008-01-28Correct a comment which made little/no sense.qwell1-2/+2
2008-01-09pass the right variable to get an error string... oopskpfleming1-2/+2
2008-01-09add error number output to ioctl failure messages to help with debuggingkpfleming1-2/+2
2008-01-04Make use of the temporary channel pointer while the pvt is unlocked.russell1-5/+5
2007-12-20Fix a deadlock in d-channel handling in chan_zap.russell1-2/+31
2007-12-17If a call is received with a called number IE containing nothing go to the 's...file1-1/+6
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+1
2007-12-13Properly initialize polarity statuses, so that they are detected properly.tilghman1-8/+20
2007-11-13Fix building on newer systems which require a third arg to open() when using ...qwell1-1/+1
2007-11-06Fix improbable but possible memory leaks in chan_zap.file1-2/+10
2007-11-01Make sure we set the poll fds to NULL after free()ing it.qwell1-1/+3
2007-10-24Correctly respect hidecalleridname configuration option.qwell1-8/+9
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-09-26Remove unused 4k of memory on the program stack (closes issue #10827)tilghman1-5/+0
2007-09-14If a channel does not have an owner, do not try to set a channel variable.qwell1-1/+1
2007-08-23report the actual channel number that was unregistered, instead of assuming t...kpfleming1-2/+3
2007-08-17Avoid a crash in the handling of DTMF based Caller ID. It is valid forrussell1-0/+2
2007-08-13(closes issue #10437)file1-4/+0
2007-08-07Merged revisions 78370 via svnmerge from russell1-9/+3
2007-07-31Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Stevejdixon1-1/+3
2007-07-25Merged revisions 76978 via svnmerge from murf1-1/+1
2007-07-13Merged revisions 75052 via svnmerge from russell1-3/+12
2007-07-09Merged revisions 74158 via svnmerge from qwell1-8/+8
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo1-1/+2
2007-06-27use the proper type for storing group number bits so that if someone specifie...kpfleming1-1/+1
2007-06-20Merged revisions 70396 via svnmerge from russell1-29/+37
2007-06-05Suppress a bunch of debug output unless option_debug is onrussell1-17/+29
2007-05-30Change how channel names are generated a bit. (issue #9825 reported by eldadran)file1-5/+5
2007-05-28Make the usedistinctiveringdetection option work again. (issue #9823 reported...file1-2/+1
2007-05-27I don't know what this was trying to do, but it's clearly incorrect.qwell1-5/+5
2007-05-23Merged revisions 65588 via svnmerge from russell1-16/+31
2007-05-22List res_smdi as a dependency for app_voicemail and chan_zaprussell1-0/+1
2007-05-09Merged revisions 63653 via svnmerge from mattf1-16/+18
2007-05-02a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the chann...murf1-1/+1
2007-04-30Merged revisions 62417 via svnmerge from russell1-31/+16