Commit Graph

72 Commits (b4e18d5660fcc13b97cd4682ff48e33aa9d15d83)

Author SHA1 Message Date
Richard Mudgett cf7bbcc4c6 Expand the caller ANI field to an ast_party_id
15 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
15 years ago
Richard Mudgett 30888f913d Merged revisions 272446 via svnmerge from
15 years ago
Richard Mudgett 93a5e74e37 Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.
15 years ago
Richard Mudgett 0122ccd29c Extract sig_ss7 out of chan_dahdi.
15 years ago
Richard Mudgett 0c5bce53ad Moved AOC request code out of the middle of code parsing the dialed number.
15 years ago
Richard Mudgett 10e2c47c75 Incoming overlap dialing no longer works after sig_pri extraction.
15 years ago
Richard Mudgett 1c67f208a7 Add ETSI Message Waiting Indication (MWI) support.
15 years ago
Richard Mudgett 0760f4e70a Add ETSI Malicious Call ID support.
15 years ago
Richard Mudgett afcbc93dae Add ETSI Call Waiting support.
15 years ago
Richard Mudgett afd4454c44 Generic Advice of Charge.
15 years ago
Richard Mudgett 28264c52b9 Add ETSI Advice Of Charge (AOC) event reporting.
15 years ago
Richard Mudgett 48dd4d1249 Add ETSI Explicit Call Transfer (ECT) support.
15 years ago
Richard Mudgett 9534f72cb0 Dialing an invalid extension causes incomplete hangup sequence.
15 years ago
Jeff Peeler 356b090875 Fix deadlock in sig_pri when hanging up.
15 years ago
Richard Mudgett 6f03bf4a42 Some code optimizations.
15 years ago
Richard Mudgett 159f0d4b24 The inalarm flag is not passed up from the sig_analog and sig_pri submodules.
15 years ago
Richard Mudgett 00a1a96ff5 Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.
15 years ago
Mark Michelson e24661fd18 Merge Call completion support into trunk.
15 years ago
Richard Mudgett a5a0a5f867 Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.
15 years ago
Richard Mudgett b1ccb1a44e Simplified dahdi_request() channel selection failed reason/cause code.
15 years ago
Richard Mudgett ee5e65194f Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.
15 years ago
Alec L Davis 98154867e6 overlap receiving: automatically send CALL PROCEEDING when dialplan starts
15 years ago
Alec L Davis c7be027151 Update CDR variables as pbx starts
16 years ago
Alec L Davis 800313cbd9 Update CDR variables before pbx starts (overlap dial)
16 years ago
Alec L Davis 12306debf2 Update CDR variables before pbx starts
16 years ago
Richard Mudgett fcf4f438f1 Fix using the wrong pointer type in do_idle_thread().
16 years ago
Richard Mudgett c5cfc2a867 Removed unused parameters from analog_available() and sig_pri_available().
16 years ago
Kevin P. Fleming ef9be94b35 Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release
16 years ago
Jeff Peeler ac9a4cecf3 Fix problem on digital channels due to digital flag not getting set
16 years ago
Richard Mudgett 20e56c9d36 Created standard location to add options to chan_dahdi for ISDN dialing.
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Richard Mudgett 6406f39594 DAHDI ISDN channel names will not allow device state to work. (Interim solution.)
16 years ago
Richard Mudgett 7fbd314a88 Cleanup some flags on DAHDI PRI channel hangup.
16 years ago
Richard Mudgett cff6d02b53 Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.
16 years ago
Richard Mudgett 63473616da Search for the subaddress only within the extension section of the dial string.
16 years ago
Richard Mudgett 1174a61612 Add support for calling and called subaddress. Partial support for COLP subaddress.
16 years ago
Richard Mudgett c5b8e9af7c Make PRI_SUBCMD_xxx handling subaddress friendly.
16 years ago
Joshua Colp fd9f9ab01e Add a callback to sig_pri which is called when sig_pri is going to queue a control frame on a channel.
16 years ago
Jeff Peeler 53a95d9c84 Merged revisions 224330 via svnmerge from
16 years ago
Richard Mudgett 64a32b3ad0 Merged revisions 224260 via svnmerge from
16 years ago
Richard Mudgett f3f456f8b6 Miscellaneous minor changes.
16 years ago
Richard Mudgett 307bf124d2 Locking issues dealing with service_lock.
16 years ago
Richard Mudgett 146c352144 Reduce indentation in sig_pri_available().
16 years ago
Jeff Peeler edb5e6efd9 Cleanup approach in 217804 and don't reach inside the sig_pvt.
16 years ago
Richard Mudgett fd561e871f Fix memory leak of sig_xxx private structures.
16 years ago
Richard Mudgett 175f609a9e Remove duplicate entry in the sig_pri_pri private pointer array.
16 years ago
Richard Mudgett c2930434f6 Lets try not to use C++ keywords for variable names.
16 years ago
Richard Mudgett 595ab444af Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ISDN PTMP CPE spans.
16 years ago
Richard Mudgett f199054c88 Move discardremoteholdretrieval test so it applies only to the specific notification indicator values.
16 years ago