Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
10 年之前 |
Richard Mudgett
|
c3152afa40
Eliminate some more unnecessary RAII_VAR() uses.
|
10 年之前 |
Richard Mudgett
|
6327ec1297
Remove unused RAII_VAR() declarations.
|
10 年之前 |
Richard Mudgett
|
e6354749ac
res_parking: Update XML documention for DTMF features after parking timeout.
|
11 年之前 |
Jonathan Rose
|
cc6b85ee23
res_parking: Fix bug where reloading immediately wipes new parkpos extensions
|
11 年之前 |
Richard Mudgett
|
a1d0032b14
app_cdr and res_parking: Fix some resource leaks.
|
11 年之前 |
Richard Mudgett
|
6e9f6426ac
Bridge API: Set a cause code on a channel when it is ejected from a bridge.
|
11 年之前 |
Kinsey Moore
|
9fca30d179
Allow res_parking to be unloadable
|
11 年之前 |
Kinsey Moore
|
f1a2472920
Strip down the old event system
|
11 年之前 |
Richard Mudgett
|
53329d0113
Minor parking cleanup.
|
11 年之前 |
Jonathan Rose
|
17be2720e8
res_parking: Unit tests
|
11 年之前 |
Matthew Jordan
|
1de2955ade
Remove dead code from features.c; refactor pickup code into pickup.c
|
11 年之前 |
Matthew Jordan
|
8b54d4af6f
Support externally initiated parking requests; remove some dead code
|
11 年之前 |
Jonathan Rose
|
6abaded7df
res_parking: Dynamic Parking Lots
|
11 年之前 |
Richard Mudgett
|
414e8bbac7
Remove some redundant parking config error messages.
|
11 年之前 |
Jonathan Rose
|
0d4492d904
res_parking: Automatically generate extensions, hints, etc.
|
11 年之前 |
Richard Mudgett
|
e4cb8dbac8
Merge in the bridge_construction branch to make the system use the Bridging API.
|
11 年之前 |
Mark Spencer
|
82d0a69385
rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions
|
20 年之前 |
Mark Spencer
|
8e240b5d71
Add missing include (bug #2040)
|
20 年之前 |
Mark Spencer
|
ead27f5f59
Make parked calls events more consistant (bug #2033)
|
20 年之前 |
James Golovich
|
4f9cfda67d
Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
|
20 年之前 |
Mark Spencer
|
90b249b863
Merge FreeBSD locking fixes (bug #1411)
|
20 年之前 |
Mark Spencer
|
dc38511e3c
Make ast_channel_walk become ast_channel_walk_locked
|
20 年之前 |
James Golovich
|
d5114607a9
Revert formatting changes
|
20 年之前 |
Anthony Minessale II
|
3793f9d946
applied final release of bug 1353 per Mark's permission
|
20 年之前 |
Mark Spencer
|
16553ece08
Fix double parking crash (bug #1302)
|
20 年之前 |
Mark Spencer
|
b44524a74b
Get rid of all that old needlock garbage now that we're using recursive mutexes
|
20 年之前 |
James Golovich
|
ba5950a892
Remove extra \r\n from manager event sent by res_parking.c (bug #1134)
|
21 年之前 |
James Golovich
|
ca326fe701
Move ast_get_group from res_parking.c to channel.c
|
21 年之前 |
Martin Pycko
|
6964997627
Add recording agent's calls patch. Basically the call starts recording when the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available.
|
21 年之前 |