aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-14Properly handle events during readsmarkster1-1/+4
2003-10-08Callerid fix and warning cleanup (bug #367 & #356)markster1-0/+4
2003-10-06Switch back to DTMF at the appropriate timemarkster1-0/+2
2003-10-01Add 486 message (SIP) to 17 cause (PRI) translation when you call Dial app an...martinp1-3/+17
2003-10-01Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we woul...martinp1-3/+28
2003-09-29Change strdupa's to ast_strupda'smarkster1-1/+1
2003-09-27Fix various compiler warnings (bug #322)markster1-2/+2
2003-09-26Initialize extensionmarkster1-2/+2
2003-09-26Fix last typomartinp1-1/+1
2003-09-26Don't do callprogress on incoming calls -> that used to put that call in a wi...martinp1-1/+1
2003-09-25Bring into full TBR4 compliancemarkster1-9/+19
2003-09-17Allow detection of callerid on FXO with distinctive ringmartinp1-1/+3
2003-09-13Merge sending complete patch with no number (bug #176)markster1-0/+6
2003-09-12Fix a tiny thingmartinp1-1/+1
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...martinp1-0/+19
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...martinp1-1/+8
2003-09-04Add Zap dnid supportmarkster1-0/+4
2003-08-26Make chan_zap compile without libpri againmarkster1-63/+66
2003-08-25Make sure that when the d-channel goes down we also clear the libpri structur...martinp1-7/+12
2003-08-25Add one more thing to the previous onemartinp1-1/+2
2003-08-25Don't allow to place calls when a dchannel is down (for PRI). Also when we de...martinp1-6/+32
2003-08-23Add true native data mode bridgingmarkster1-41/+121
2003-08-22Fix memory leakmarkster1-3/+1
2003-08-18Oops, they're system, not agent eventsmarkster1-2/+2
2003-08-18Add alarm/alarm clear events (bug #125)markster1-0/+7
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-1/+1
2003-08-15Only skip it for immediate modemarkster1-1/+1
2003-08-15Wait for first digit with FEATDMF toomarkster1-1/+1
2003-08-15Asterisk:markster1-2/+2
2003-08-14Fix the potential segfaultmartinp1-1/+3
2003-08-13Make chan_zap compile for people without libpri againmarkster1-2/+4
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-107/+107
2003-08-12Also NULL-ify the p->owner when the calls drop because of alarmmartinp1-0/+1
2003-08-12Clear the pri channels when alarm condition drops the calls.martinp1-0/+6
2003-08-08Fix for when libpri is not installedmarkster1-1/+1
2003-08-07Do progress detect on incoming toomarkster1-1/+1
2003-08-07Fix wrong pointermarkster1-1/+1
2003-08-07Allow groups to be checked in reverse order, make musiconhold die on restartmarkster1-6/+35
2003-08-07Clean up around new hangup routinesmartinp1-2/+2
2003-08-07Add handling of PRI_EVENT_HANGUP_REQmartinp1-2/+47
2003-08-05Fix and improve the new pri hangup routinesmartinp1-0/+19
2003-07-28Fix the bug when Sending Complete IE is sent or not sent (i don't remember) a...martinp1-3/+3
2003-07-26Minor fixupmarkster1-0/+1
2003-07-02Fix CIDCW for native bridgingmarkster1-1/+1
2003-07-02Fix CIDCW for non-native calls onlymarkster1-1/+2
2003-07-01Update for sendingcompletemarkster1-3/+3
2003-06-05Add support for handling INFORMATION messages carying more than one digitmartinp1-5/+19
2003-06-03Add a verbose message for those that have immediate=yes on the PRImartinp1-1/+4
2003-05-29Add FAXEXTEN to save the DID/DNIS when we transfer to "fax" extensionmartinp1-0/+2
2003-05-29Fix feature group d MFmarkster1-13/+24