-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
72 lines (40 loc) · 1.73 KB
/
ChangeLog
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
2015-08-07 Andriy I Pylypenko <[email protected]>
* Version 0.32
* Add ability to specify the Caller ID name when making a call.
2015-06-24 Andriy I Pylypenko <[email protected]>
* Version 0.31
* Add ability to use custom TextSynth object.
2015-03-30 Andriy I Pylypenko <[email protected]>
* Version 0.30
* Add an ability to preconfigure the caller user to the
Record Voicemail app.
2015-03-30 Andriy I Pylypenko <[email protected]>
* Version 0.29
* Do not rely on a global variable within a module which is
manipulated from other module as it doesn't work in some cases. Use
getter(), setter() functions instead.
2014-12-11 Andriy I Pylypenko <[email protected]>
* Version 0.28
* Bugfix: Prevent memory leak when session handler throws an
exception. At least the AsteriskVMRecord plugin was affected.
2014-10-21 Andriy I Pylypenko <[email protected]>
* Version 0.27
* Add support for test generation hints.
* Add Georgian language support.
* Add support for Asterisk 11
* Add vapp.ARG_DELIMITER variable which controls how arguments to
Asterisk commands are joined.
2014-08-27 Andriy I Pylypenko <[email protected]>
* Version 0.26
* Add support for the root dir setup option. This fixes problems when
building FreeBSD port.
2013-06-14 Andriy I Pylypenko <[email protected]>
* Version 0.25
* Allow the SipDialer class to be configured which call leg is allowed
to be disconnected with a user keypress.
2009-06-11 Andriy I Pylypenko <[email protected]>
* Arabic prompts added.
2009-03-23 Andriy I Pylypenko <[email protected]>
* The Warn Before Disconnect feature has been added to the SipDialer.
2008-10-10 Andriy I Pylypenko <[email protected]>
* Public repository created.