Hold private lock while handling digits
[asterisk/asterisk.git] / channels / chan_zap.c
2004-06-20 Mark SpencerHold private lock while handling digits
2004-06-20 Mark SpencerHold pending digits until setup_ack is received, then...
2004-06-18 Mark SpencerBe sure we hold channel lock in write before talking...
2004-06-17 Mark SpencerOops
2004-06-17 Mark SpencerImplement proper locking on INFO_RECEIVED
2004-06-17 Mark SpencerSmall typo
2004-06-17 Mark SpencerPRI locking fixes
2004-06-16 Mark SpencerGotta set slot to 0 before you print :)
2004-06-16 Mark SpencerUse new extensible setup method of libpri
2004-06-14 Mark SpencerFix small typos
2004-06-14 Mark SpencerHandle PROGRESS event
2004-06-14 Mark SpencerSeparate PROCEEDING and PROGRESS
2004-06-13 Mark Spencerx86-64 compile fixes and cleanups
2004-06-13 Mark SpencerProvide dialtone when doing overlap dial (bug #1832)
2004-06-13 Mark SpencerMake sure overlap dial goes into "RING" state instead...
2004-06-10 Mark SpencerDisplay which span/channel we're receiving restarts on
2004-06-09 Mark SpencerReturn NULL if no CRV found
2004-06-09 James GolovichMake chan_zap initialize the pri threads to AST_PTHREAD...
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-06-08 Mark SpencerMake fax detect configurable by direction (bug #1803)
2004-06-07 Mark SpencerMake faxdetect configurable and turn OFF by default
2004-06-07 Mark SpencerMore GR-303 protocol fixes
2004-06-07 Mark SpencerFix tiny typo
2004-06-07 Mark SpencerInitial, incomplete support for D-channel backup
2004-06-06 Mark SpencerHandle bearer failures cleanly (still need d-channel...
2004-06-06 Mark SpencerHandle multiple span memberships properly
2004-06-06 Mark SpencerMust call spanstat before checking number of channels...
2004-06-06 Mark SpencerFix small arrangement issue
2004-06-06 Mark SpencerDon't require "c" before CRV syntax
2004-06-06 Mark SpencerSmall fixup for non-PRI build
2004-06-06 Mark SpencerAdd bi-directional GR-303 support
2004-06-05 Mark SpencerMore small fixes
2004-06-05 Mark SpencerMinor cleanups
2004-06-05 Mark SpencerAdd support for trunk groups in anticipation of NFAS...
2004-06-04 Mark SpencerEnhancements for zaptel+bsd (bug #1781)
2004-06-03 Mark SpencerMake sure that auto created "pseudo" isn't a member...
2004-06-02 Mark SpencerAllocate pseudo channel if it's not explicitly listed
2004-06-02 James GolovichCode formatting fixes in chan_zap.c
2004-05-31 Jim DixonComplete re-vamp of Radio Repeater application (app_rpt...
2004-05-28 Mark SpencerRinging and progress are not identical
2004-05-27 Mark SpencerOnly print PRI messages when in verbose mode (bug ...
2004-05-27 Mark SpencerUnlock PRI lock, fix variable pasing
2004-05-22 Mark SpencerObviously don't send alerting, progress, or proceeding...
2004-05-22 Mark SpencerWhen dialing out, we're always proceeding :)
2004-05-20 Mark SpencerCongestion with Hangup sends expected RELEASE code...
2004-05-20 Jeremy McNamaraonly complain if ZAPATA_PRI is defined
2004-05-19 Mark SpencerUpdate for newer libpri
2004-05-19 Mark SpencerAlways send proceeding, send progress when appropriate
2004-05-19 Mark SpencerAlert for in-band audio
2004-05-19 Mark SpencerDon't qualify with overlap dial anymore
2004-05-19 Mark SpencerSend proceeding if appropriate on audio transmission...
2004-05-19 Mark SpencerDon't automatically send proceeding/alerting
2004-05-15 Mark SpencerDon't call out an FXO until at least 2 seconds after...
2004-05-13 Mark SpencerMake sure we initialize attributes properly on thread...
2004-05-12 Mark SpencerMinor memory cleanups, initialize peer/user invite...
2004-05-08 Mark SpencerAdd missing unlock (although it shouldn't make a differ...
2004-05-07 Mark SpencerDo proper PRI locking in zt_call (not to mention lock...
2004-05-07 Mark SpencerAdd sip show peers (trivial zap fix, too) bug #1573
2004-05-05 James GolovichUse ast_strlen_zero in chan_zap.c
2004-05-02 Mark SpencerMake overlap dial be interpreted in the same way an...
2004-04-28 Mark SpencerProvide gethostbyname_r emulation for FreeBSD and fix...
2004-04-28 Mark SpencerBuild again without PRI
2004-04-27 Mark SpencerMake sure we are proceeding when we answer
2004-04-26 Mark SpencerAvoid another voipme by explaining you need CVS update...
2004-04-25 Mark SpencerMigrate chan_zap from select to poll
2004-04-22 Mark SpencerAdd missing break
2004-04-22 Mark SpencerFix swap_subs for better locking
2004-04-22 James GolovichFix some comments in chan_zap
2004-04-19 Mark SpencerFix trailing slash problem (Zap) and making sure refers...
2004-04-17 James GolovichFix compile warning in chan_zap if libpri not installed
2004-04-16 Mark SpencerAdd support for E1 E&M
2004-04-12 Mark SpencerLock on indication too
2004-04-10 Mark SpencerDon't check PRI settings unless there is PRI
2004-04-09 Mark SpencerDon't take digits in-band when in overlap dial mode
2004-04-07 Mark SpencerDon't say we're unable to find the channel if we're...
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-04-06 Mark SpencerPrint actual hook state in chan_zap
2004-04-04 Mark SpencerClear out delivery fields just in case
2004-04-04 Mark SpencerMake chan_zap allocate a comfortable amount of space...
2004-03-30 Mark SpencerFix progzone loader
2004-03-28 Mark SpencerAdd support for Costa Rica to DSP
2004-03-24 James Golovich*** empty log message ***
2004-03-22 Mark SpencerFix locks that are held too long
2004-03-22 Mark SpencerFix superfluous return NULL
2004-03-16 Mark SpencerAnswer the line when hangup received and callwait is up
2004-03-15 James GolovichFixup some pthread_t checking in channels
2004-03-15 James GolovichFix bug 1217. Change pthread_t initializers to AST_PTH...
2004-03-15 James GolovichAdd 'pri show span <spanno>' command to chan_zap.c
2004-03-12 Mark SpencerFix a martin segfault
2004-03-11 Mark SpencerMake sure no path leaves channel lock locked
2004-03-11 James GolovichMake sure usedistinctivering gets set to the right...
2004-03-10 James GolovichWipe out p->exten in zt_hangup (bug 1115)
2004-03-10 James GolovichMake distinctiveringdetection configurable per channel...
2004-03-08 James GolovichFix typo in chan_zap.c
2004-03-05 James GolovichFix pri->pvt[chan]->owner dereference (bug #1161)
2004-03-05 James GolovichChange tormenta.conf to zaptel.conf
2004-03-04 Mark SpencerAdd support for parking with IAX2
2004-03-03 James GolovichMake PRI span completion only show spans that actually...
2004-02-23 Mark SpencerOptimization in pri_fixup
2004-02-23 Mark SpencerMerge Tilghman's and Cam's user defined cadence patch
next