summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2006-11-13Merged revisions 47523 via svnmerge from Tilghman Lesher
2006-11-10Make sure we don't use 32bits for a value that only requires 1 bit. Also, fi...Matthew Fredrickson
2006-11-10Add fix for 7321. Ability to hide calleridname from zapata.confMatthew Fredrickson
2006-11-09Merged revisions 47391 via svnmerge from Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove old/useless usecnt stuffLuigi Rizzo
2006-11-02Updates to do unblock correctlyMatthew Fredrickson
2006-11-02Changes to show blocked/unblocked states, as well as in service, out of servi...Matthew Fredrickson
2006-11-02Add simple down event supportMatthew Fredrickson
2006-11-01Merged revisions 46744 via svnmerge from Russell Bryant
2006-10-30Make sure we give the linkset number, not the offset in the linksets arrayMatthew Fredrickson
2006-10-30Specify which linkset we're getting the messages from in the messageMatthew Fredrickson
2006-10-30Don't make errors when we don't need themMatthew Fredrickson
2006-10-27Merged revisions 46370 via svnmerge from Russell Bryant
2006-10-27First pass at implementation to be able to block and unblock zap channels for Matthew Fredrickson
2006-10-27Merged revisions 46358 via svnmerge from Russell Bryant
2006-10-25Send CPG when we get a CONTROL_PROGRESS frame and make sure that it sends ACM...Matthew Fredrickson
2006-10-25Update changes to do US style point code parsing/formatting (xxx.xxx.xxx)Matthew Fredrickson
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-27Fix some little thingsMatthew Fredrickson
2006-09-27Add CLI block and unblock circuit commands for SS7.Matthew Fredrickson
2006-09-21Suppress compiler warningsJason Parker
2006-09-21Merge in SS7 changes.... need to still cleanup zapata.confMatthew Fredrickson
2006-09-20Fix some chan_zap warning messages, when HAVE_PRI is not defined.Jason Parker
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Merged revisions 43314 via svnmerge from Kevin P. Fleming
2006-09-19Various updates from PCadach's chan_h323-live branchMatthew Fredrickson
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-09-16Fix the dtmf dialtone thingMark Spencer
2006-09-14Merged revisions 42946 via svnmerge from Tilghman Lesher
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?Mark Spencer
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29make menuselect configure process be silent when possibleKevin P. Fleming
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-25Note to self, always compile before committing.Matthew Fredrickson
2006-08-25Don't send proceeding twice (#7800)Matthew Fredrickson
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-09This bug existed in one extra place that is not also in 1.2 ... So, fix it!Russell Bryant
2006-08-07Merged revisions 39081 via svnmerge from Russell Bryant
2006-08-07minor cleanupsRussell Bryant
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-07-25This exact deadlock situation that I observed can't happen in trunk due to theRussell Bryant
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-14add missing unregistration of a manager action on module unloadRussell Bryant
2006-07-12Merged revisions 37417 via svnmerge from Kevin P. Fleming
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer