-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
74 lines (50 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Tcl Library and Applications for the Yate Telephony Engine (yate.null.ro)
=========================================================================
- licensed BSD - see LICENSE.txt
The library
-----------
ygi/
Tcl message handler library for Yate extmodule scripting
(The name 'ygi' is an acronym for 'Yate Gateway Interface' and was chosen
with asterisk's 'agi' in mind.)
CLI scripts
-----------
ystatus.tcl
realtime channel monitor showing ansi colored text output of current calls.
dumpmsgs.tcl
print all yate messages except engine.timer in a human-friendly way
ymsgfilter.tcl
print yate messages matching message name and/or key/value pairs
callgen.tcl
generate call and connect two extensions
callgen-script.tcl
generate call and play sounds
check_modules.tcl
maintenance script to check module list in yate.conf
extmodule scripts
-----------------
conference.tcl
join conference with optional password protection
multiconference.tcl
access multiple conferences based on access code
digitcollector.tcl
collect digits until timeout, then dial.
hack for numbering schemes with variable length (or unknown length) numbers
time.tcl
time announcement
example scripts
---------------
args.tcl
example to show how to pass arguments from regexroute.conf to the script
socketconnect.tcl
unix domain socket connection example (using netcat)
timeout.tcl
script timeout and idle timeout example
http_post.tcl
execute HTTP POST request
Contact
-------
|
| Ben Fuhrmannek <bef@eventphone.de>
|- sip:2004@hg.eventphone.de
|