aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-28/+46
2004-06-21Avoid iflock/chlock racemarkster1-0/+6
2004-06-20Hold private lock while handling digitsmarkster1-1/+2
2004-06-20Hold pending digits until setup_ack is received, then send (bug#1875)markster1-7/+21
2004-06-18Be sure we hold channel lock in write before talking to PRI channelmarkster1-1/+2
2004-06-17Oopsmarkster1-2/+2
2004-06-17Implement proper locking on INFO_RECEIVEDmarkster1-0/+2
2004-06-17Small typomarkster1-1/+3
2004-06-17PRI locking fixesmarkster1-24/+54
2004-06-16Gotta set slot to 0 before you print :)markster1-1/+1
2004-06-16Use new extensible setup method of libprimarkster1-8/+24
2004-06-14Fix small typosmarkster1-2/+2
2004-06-14Handle PROGRESS eventmarkster1-4/+14
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-12/+47
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-13Provide dialtone when doing overlap dial (bug #1832)markster1-0/+5
2004-06-13Make sure overlap dial goes into "RING" state instead of just "RESERVED"markster1-0/+1
2004-06-10Display which span/channel we're receiving restarts onmarkster1-2/+2
2004-06-09Return NULL if no CRV foundmarkster1-0/+1
2004-06-09Make chan_zap initialize the pri threads to AST_PTHREADT_NULL and check when ...citats1-1/+3
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+3
2004-06-08Make fax detect configurable by direction (bug #1803)markster1-3/+10
2004-06-07Make faxdetect configurable and turn OFF by defaultmarkster1-3/+13
2004-06-07More GR-303 protocol fixesmarkster1-24/+20
2004-06-07Fix tiny typomarkster1-1/+1
2004-06-07Initial, incomplete support for D-channel backupmarkster1-176/+386
2004-06-06Handle bearer failures cleanly (still need d-channel backup)markster1-27/+54
2004-06-06Handle multiple span memberships properlymarkster1-20/+23
2004-06-06Must call spanstat before checking number of channels (bug #1796)markster1-6/+6
2004-06-06Fix small arrangement issuemarkster1-2/+4
2004-06-06Don't require "c" before CRV syntaxmarkster1-28/+24
2004-06-06Small fixup for non-PRI buildmarkster1-1/+5
2004-06-06Add bi-directional GR-303 supportmarkster1-80/+406
2004-06-05More small fixesmarkster1-6/+6
2004-06-05Minor cleanupsmarkster1-9/+15
2004-06-05Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-3...markster1-485/+581
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-0/+4
2004-06-03Make sure that auto created "pseudo" isn't a member of any groups (bugs #1776...markster1-0/+7
2004-06-02Allocate pseudo channel if it's not explicitly listedmarkster1-3/+20
2004-06-02Code formatting fixes in chan_zap.ccitats1-12/+12
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...jim1-5/+9
2004-05-28Ringing and progress are not identicalmarkster1-4/+1
2004-05-27Only print PRI messages when in verbose mode (bug #1732)markster1-1/+2
2004-05-27Unlock PRI lock, fix variable pasingmarkster1-0/+6
2004-05-22Obviously don't send alerting, progress, or proceeding on outbound calls (bug...markster1-4/+3
2004-05-22When dialing out, we're always proceeding :)markster1-0/+1
2004-05-20Congestion with Hangup sends expected RELEASE code (but #1681)markster1-0/+3
2004-05-20only complain if ZAPATA_PRI is definedjeremy1-0/+2
2004-05-19Update for newer libprimarkster1-5/+5
2004-05-19Always send proceeding, send progress when appropriatemarkster1-3/+6