fix build of this module when libpri and/or libss7 are or are not present
[asterisk/asterisk.git] / channels / chan_zap.c
2007-12-04 Kevin P. Flemingfix build of this module when libpri and/or libss7...
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-21 Matthew FredricksonRemove unneccessary explicit case for BRI
2007-11-21 Matthew FredricksonTake some debug code out :-)
2007-11-21 Matthew FredricksonAdd BRI support to chan_zap
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-17 Matthew FredricksonAdd SS7 Generic address support (#11156)
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Tilghman LesherOne more typo in config.c; and missed conversions due...
2007-11-07 Tilghman LesherProvide the ability to directly manipulate the TON...
2007-11-06 Matthew FredricksonAdd some more locking as well as API update for libss7...
2007-11-06 Joshua ColpMerged revisions 88994 via svnmerge from
2007-11-01 Jason ParkerMerged revisions 88078 via svnmerge from
2007-10-27 Matthew FredricksonAdd Circuit Group Queury message code
2007-10-27 Matthew FredricksonMake sure we turn on the DSP when we answer the call
2007-10-26 Jason ParkerCorrectly use defined return values in (some) load_modu...
2007-10-24 Jason ParkerMerged revisions 86982 via svnmerge from
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-22 Russell BryantThere is a really fun game that you can play before...
2007-10-22 Kevin P. Flemingresetinterval defaulting to something other than 'never...
2007-10-19 Matthew FredricksonAdd better support for blocking and unblocking of CICs...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-18 Mark MichelsonFixing a segfault from tab-completing a "zap restart...
2007-10-16 Matthew FredricksonDon't hangup the call for SS7 if we get an alarm
2007-10-12 Matthew FredricksonTrying to finish the last of the charge_number patch...
2007-10-12 Matthew FredricksonAdd support for receive charge number in dialplan ...
2007-10-11 Matthew FredricksonMake sure we set the ANI2 field for PRI
2007-10-11 Matthew FredricksonAdd SS7 ANI2 support tx and rx. #10916
2007-10-11 Matthew FredricksonAdd CCR test support #10916
2007-10-11 Matthew FredricksonLet's hard code this until I fix it
2007-10-11 Matthew FredricksonMake sure we are clean to build without libpri
2007-10-05 Russell BryantMerged revisions 84783 via svnmerge from
2007-10-04 Kevin P. FlemingMerged revisions 84690 via svnmerge from
2007-09-26 Tilghman LesherMerged revisions 83879 via svnmerge from
2007-09-21 Russell BryantFix compilation errors in CLI command updates to SS7...
2007-09-19 Jason ParkerMore conversions to NEW_CLI
2007-09-18 Russell BryantDon't use ast_channel_lock_both() here, it only exists...
2007-09-17 Russell Bryantconvert various places that access the channel lock...
2007-09-14 Jason ParkerMerged revisions 82394 via svnmerge from
2007-09-13 Joshua ColpAdd setvar support to chan_zap. Just like you can in...
2007-09-11 Matthew FredricksonFix to make sure we don't hangup a call when getting...
2007-09-06 Matthew FredricksonPatch on 10575. Add support for unequipped CIC (UCIC...
2007-08-30 Tilghman LesherAdd new queryable fields from zaptel to 'zap show status'
2007-08-24 Matthew FredricksonAdd VMWI chan_zap support #9909
2007-08-23 Kevin P. FlemingMerged revisions 80501 via svnmerge from
2007-08-20 Joshua ColpFix random segfault issue when loading chan_zap. Trying...
2007-08-18 Tilghman LesherWe weren't properly encapsulating the mtime ignores...
2007-08-17 Russell BryantMerged revisions 79912 via svnmerge from
2007-08-17 Joshua ColpFix building of chan_zap under development mode without...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-14 Steve MurphyDon't ask me why, but waitfordigit will immediately...
2007-08-13 Joshua ColpMerged revisions 79174 via svnmerge from
2007-08-09 Russell BryantFix a problem that I had introduced into MWI handling...
2007-08-08 Joshua ColpAdd support for using epoll instead of poll. This shoul...
2007-08-08 Joshua ColpHAVEL_SS7 should be HAVE_SS7. Reported by kwallace.
2007-08-07 Russell BryantMerged revisions 78371 via svnmerge from
2007-08-07 Joshua ColpCan't forget outsignaling!
2007-08-07 Joshua ColpJust for jsmith... make signaling a valid option that...
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-25 Steve MurphyMerged revisions 76983 via svnmerge from
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-13 Russell BryantMerged revisions 75053 via svnmerge from
2007-07-09 Jason ParkerMerged revisions 74159 via svnmerge from
2007-06-28 Matthew FredricksonFix bug where point code gets corrupted on CPG
2007-06-27 Matthew FredricksonLet's NOT create a deadlock scenario here
2007-06-27 Kevin P. FlemingMerged revisions 72205 via svnmerge from
2007-06-21 Matthew FredricksonRemove deprecated function call
2007-06-20 Russell BryantMerged revisions 70397 via svnmerge from
2007-06-20 Olle JohanssonShow TDD status in "zap show channels"
2007-06-19 Steve MurphyThese changes were submitted via bug 6683, to allow...
2007-06-19 Matthew FredricksonAdd support for setting nature of address, presentation...
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-14 Matthew FredricksonClean up debug messages a little bit for ss7 linkset...
2007-06-07 Russell BryantFix a couple of places that got missed in the conversio...
2007-06-06 Matthew FredricksonAllow overlapdialing directions to be configurable...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-06 Joshua ColpWhen SS7 is enabled add w/SS7 to the end. (issue #9893...
2007-06-05 Russell BryantMerged revisions 67457 via svnmerge from
2007-06-05 Russell BryantImprove the way that the zaptel channel name is created...
2007-05-30 Joshua ColpThis concludes my tweaking of things.
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-05-23 Matthew FredricksonMake sure we get the cause code in the REL
2007-05-23 Russell BryantMerged revisions 65589 via svnmerge from
2007-05-22 Russell BryantMerged revisions 65501 via svnmerge from
2007-05-15 Matthew FredricksonXXX-XXX-XXX appears to be the standard ANSI pointcode...
2007-05-14 Matthew FredricksonOnly print the SS7 UP once. Not every time we get...
2007-05-09 Matthew FredricksonMerged revisions 63654 via svnmerge from
2007-05-02 Steve MurphyMerged revisions 62689 via svnmerge from
2007-04-30 Russell BryantMerged revisions 62419 via svnmerge from
2007-04-29 Russell BryantMerged revisions 62331 via svnmerge from
2007-04-28 Russell BryantMerge changes from team/russell/events
2007-04-25 Kevin P. FlemingMerged revisions 61914 via svnmerge from
2007-04-25 Russell BryantMerged revisions 61799 via svnmerge from
2007-04-24 Dwayne M. Hubbardremoved #if 0 block from chan_zap restart_monitor()
2007-04-10 Doug BaileyAdded zapata.conf parameter "cid_rxgain" to allow the...
2007-04-10 Steve MurphyMerged revisions 60989 via svnmerge from
2007-04-06 Matthew FredricksonMerged revisions 60485 via svnmerge from
2007-04-06 Matthew FredricksonMerged revisions 60459 via svnmerge from
2007-03-30 Matthew FredricksonUpdate to support multiple CIC groups and DPCs per...
2007-03-28 Dwayne M. Hubbardadded filtering options to 'zap show channels' to imple...
next