aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.5.0@7221 f38db490-d61c-...v0.5.0kpfleming1-0/+0
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
2003-05-28Add National ISDN 1 supportmarkster1-0/+4
2003-05-26Pass RING events in DOWN or RING statesmarkster1-1/+1
2003-05-19Finally fix the fix (what a day)martinp1-2/+3
2003-05-19Fix a typomartinp1-1/+1
2003-05-19Fix the flash/*0 when incoming call comes on FXO -> FXSmartinp1-2/+3
2003-05-19Revert bad changesmarkster1-40/+180
2003-05-19Fix the flash/*0 when incoming call comes on FXO -> FXSmartinp1-180/+40
2003-05-19CLear dial buffermarkster1-0/+3
2003-05-16Fix the compiling warning with 'int chan'martinp1-1/+1
2003-05-16Changing the last patch of chan_zap.cmartinp1-4/+5
2003-05-16Fix seg on non-PRImarkster1-1/+1
2003-05-15Don't send INFORMATION messages unless we got SETUP_ACKNOWLEDGEmartinp1-0/+20
2003-05-15Fix overlapdial (sending)martinp1-6/+9
2003-05-12Add support for overlap dialing (sending). Now we have "full" overlap dialing...martinp1-13/+76