aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Call waiting tone occurs too often, because it's getting serviced by bothtilghman1-3/+5
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-25/+8
2008-05-23Fix a few things I missed to ensure zt_chan_conf structure is not modified in...jpeeler1-3/+3
2008-05-21Ensure that passed in zt_chan_conf structure is not modified in mkintf.jpeeler1-18/+30
2008-05-21Pass a pointer for the conf parameter to the function mkintf rather than the ...jpeeler1-126/+126
2008-05-02Add new "pri show version" command to show the libpri version for support rea...bbryant1-0/+12
2008-04-18Clearing up error messages so they make a bit more sense. Also removing a red...mmichelson1-4/+1
2008-04-16use the ZT_SET_DIALPARAMS ioctl properly by initializing the structure to all...kpfleming1-0/+2
2008-04-16Fix "fallthrough" behavior here, so config options in a previously configured...qwell1-5/+4
2008-04-03Fix the testing of the "res" variable so that it is more logically correct and mmichelson1-14/+16
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