aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/doc/src/notes_history.xml
blob: 97aa4c66a52e42f3e423e58f111b5566810e91e0 (plain) (blame)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">

<chapter>
  <header>
    <copyright>
      <year>2006</year><year>2009</year>
      <holder>Ericsson AB. All Rights Reserved.</holder>
    </copyright>
    <legalnotice>
      The contents of this file are subject to the Erlang Public License,
      Version 1.1, (the "License"); you may not use this file except in
      compliance with the License. You should have received a copy of the
      Erlang Public License along with this software. If not, it can be
      retrieved online at http://www.erlang.org/.
    
      Software distributed under the License is distributed on an "AS IS"
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
      the License for the specific language governing rights and limitations
      under the License.
    
    </legalnotice>

    <title>Megaco Release Notes history</title>
    <prepared>Micael Karlberg</prepared>
    <responsible>OTP</responsible>
    <docno></docno>
    <approved>OTP</approved>
    <checked></checked>
    <date>2007-06-15</date>
    <rev>A</rev>
    <file>notes_history.xml</file>
  </header>

  <section>
    <title>Megaco 3.8.2</title>

    <p>Version 3.8.2 supports code replacement in runtime from/to
      version 3.8.1 and 3.8 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>Some minor documentation cleanup of the 
            <seealso marker="megaco_run#transaction_sender">transaction sender</seealso> 
            chapter of the User's Guide. </p>
          <p>Own Id: OTP-7417</p>
	  <p>Aux Id: Seq 10989</p>
        </item>

      </list>
-->

    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>[text] Messages with property parm values "containing" keywords
            confused the parser when using the flex scanner. </p>
          <p>Own Id: OTP-7534</p>
	  <p>Aux Id: Seq 11039</p>
        </item>

      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>For those implementing their own codec's, the new megaco_encoder
            behaviour will require three more functions. See above for more
            info. </p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

      </list>
-->

    </section>
  </section> <!-- 3.8.2 -->


  <section>
    <title>Megaco 3.8.1</title>

    <p>Version 3.8.1 supports code replacement in runtime from/to
      version 3.8 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>Some minor documentation cleanup of the 
            <seealso marker="megaco_run#transaction_sender">transaction sender</seealso> 
            chapter of the User's Guide. </p>
          <p>Own Id: OTP-7417</p>
	  <p>Aux Id: Seq 10989</p>
        </item>

      </list>

    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>The event parameter value for completion event ce
            of the dd package was incorrectly encoded as type
            Value instead of as a quoted string. </p>
          <p>Own Id: OTP-7444</p>
        </item>

        <item>
          <p>DigitMap ([0-9ef]) incorrectly interpreted as ([0-9]ef).</p>
          <p>Own Id: OTP-7449</p>
        </item>

        <item>
          <p>Receiving an unexpected segment reply could case
            an case clause crash. Now a warning message will
            be issued instead.</p>
          <p>Own Id: OTP-7455</p>
        </item>

        <item>
          <p>The flex scanner had problems parsing wildcarded
            service-change request, ammRequest (with add) and
            notifyRequest.</p>
          <p>Own Id: OTP-7457</p>
	  <p>Aux Id: Seq 11014</p>
        </item>

        <item>
          <p>Processing requests when "autoconnecting" 
            caused function cause after reboot.</p>
          <p>Own Id: OTP-7459</p>
	  <p>Aux Id: Seq 11017</p>
        </item>

      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>For those implementing their own codec's, the new megaco_encoder
            behaviour will require three more functions. See above for more
            info. </p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

      </list>
-->

    </section>
  </section> <!-- 3.8.1 -->


  <section>
    <title>Megaco 3.8</title>

    <p>Version 3.8 supports code replacement in runtime from/to
      version 3.7.5, 3.7.4 and 3.7.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>Miscellaneous <em>text</em> codec(s) improvements. Both
            regarding code size and <em>decode</em> performance. </p>
          <p>See the 
            <seealso marker="megaco_performance">performance</seealso> 
            chapter of the Users Guide for details.</p>
          <p>Own Id: OTP-7228</p>
        </item>

        <item>
          <p>Added the value <c>flag</c> to the resend_indication config
            option. See
            <seealso marker="megaco#ui_resend_indication">resend_indication</seealso> for more info. </p>
          <p>Own Id: OTP-7259</p>
          <p>Aux Id: Seq 10901</p>
        </item>

      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>If a TransactionRequest arrives while a user is
            connecting (is in the callback function
            handle_connect as a result of a megaco:connect call),
            megaco responds with a pending message and then drops
            the request.</p>
          <p>These messages will now be silently dropped, forcing the 
            other side to resend. </p>
          <p>Own Id: OTP-7192</p>
	  <p>Aux Id: Seq 10884</p>
        </item>

      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>For those implementing their own codec's, the new megaco_encoder
            behaviour will require three more functions. See above for more
            info. </p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

      </list>
-->

    </section>
  </section> <!-- 3.8 -->


  <section>
    <title>Megaco 3.7.5</title>

    <p>Version 3.7.5 supports code replacement in runtime from/to
      version 3.7.4, 3.7.3, 3.7.2, 3.7.1 and 3.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>Documentation of function 
            <seealso marker="megaco#conn_info">megaco:conn_info/2</seealso>
            has been updated to include known exit reasons. </p>
          <p>Own Id: OTP-7286</p>
	  <p>Aux Id: Seq 10933</p>
        </item>

      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
	  <p>The transaction id counter could be incorrectly
            updated at wrap-around. The risk was expecially high 
            at high load. </p>
	  <p>Own Id: OTP-7303</p>
	  <p>Aux Id: Seq 10939</p>
        </item>

      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>For those implementing their own codec's, the new megaco_encoder
            behaviour will require three more functions. See above for more
            info. </p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

      </list>
-->

    </section>
  </section> <!-- 3.7.5 -->


  <section>
    <title>Megaco 3.7.4</title>

    <p>Version 3.7.4 supports code replacement in runtime from/to
      version 3.7.3, 3.7.2, 3.7.1 and 3.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>In order to better deal with codec's not implementing
            the entire 
            <seealso marker="megaco_encoder">megaco_encoder</seealso> 
            behaviour, translations of undefined (not implemented) functions 
            to the <c>{error, not_implemented}</c> return value has been 
            added for the functions 
            <seealso marker="megaco_encoder#encode_transaction">encode_transaction/3</seealso>,
            <seealso marker="megaco_encoder#encode_action_requests">encode_action_requests/3</seealso> and
            <seealso marker="megaco_encoder#encode_action_reply">encode_action_reply/3</seealso>. </p>
          <p>Own Id: OTP-7251</p>
	  <p>Aux Id: Seq 10879</p>
        </item>

      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>The (plain) text scanner could incorrectly identify
            character strings (any 17 char long string with the
            char t in the middle) as a TimeStampToken.</p>
          <p>Own Id: OTP-7249</p>
	  <p>Aux Id: Seq 10917</p>
        </item>

      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>For those implementing their own codec's, the new megaco_encoder
            behaviour will require three more functions. See above for more
            info. </p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

      </list>
-->

    </section>
  </section> <!-- 3.7.4 -->


  <section>
    <title>Megaco 3.7.3</title>

    <p>Version 3.7.3 supports code replacement in runtime from/to
      version 3.7.2, 3.7.1 and 3.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>Updated the graphs of the performace chapter with
            to reflect this version of megaco. Also included
            results with HiPE-compiled codec's..</p>
          <p>Own Id: OTP-7180</p>
        </item>

      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>The behaviour <c>megaco_encoder</c> was lacking three functions
            which was made mandatory as of version 3.7. </p>
          <p>See 
            <seealso marker="megaco_encoder#encode_transaction">encode_transaction/3</seealso>,
            <seealso marker="megaco_encoder#encode_action_requests">encode_action_requests/3</seealso> and
            <seealso marker="megaco_encoder#encode_action_reply">encode_action_reply/3</seealso> 
            for more info</p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

        <item>
          <p>It was possible to create permenant pending counter
            data for a somewhat misbehaving (request) receiver.
            If a megaco entity ("sender") sends a request and the
            "receiver" (of the request) responds with a pending
            message but never actually sends the reply (or if
            it is lost), the created pending counter data would 
            never be deleted if the 
            <seealso marker="megaco#ui_long_request_timer">long_request_timer</seealso> 
            was set to <c>infinity</c> (old default)  and the 
            <seealso marker="megaco#ui_recv_pending_limit">recv_pending_limit</seealso> 
            was set to an integer value (default is <c>infinity</c>). </p>
          <p>Own Id: OTP-7189</p>
	  <p>Aux Id: Seq 10879</p>
        </item>

        <item>
          <p>If a counter whas reset (wrap-around) as a result of
            increment larger than 1, then it was actually always 
            set to the min_trans_id-value.</p>
          <p>Own Id: OTP-7216</p>
        </item>

      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>For those implementing their own codec's, the new megaco_encoder
            behaviour will require three more functions. See above for more
            info. </p>
          <p>Own Id: OTP-7168</p>
	  <p>Aux Id: Seq 10867</p>
        </item>

        <item>
          <p>The default value of the 
            <seealso marker="megaco#ui_long_request_timer">long_request_timer</seealso> 
            has been changed from <c>infinity</c> to <em>60 seconds</em>. </p>
          <p>Own Id: OTP-7189</p>
	  <p>Aux Id: Seq 10879</p>
        </item>
      </list>

    </section>
  </section> <!-- 3.7.3 -->


  <section>
    <title>Megaco 3.7.2</title>

    <p>Version 3.7.2 supports code replacement in runtime from/to
      version 3.7.1 and 3.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>Reporting of error(s) detected during loading of the
            flex driver has been improved, by calling the
            erlang:format_error function.</p>
          <p>Own Id: OTP-7005</p>
        </item>

      </list>
-->
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>There is a race condition when cancelling requests
            during a high load situations which could lead to
            spurious (megaco internal) messages beeing sent to
            user processes. When a request is issued using
            <seealso marker="megaco#call">megaco:call</seealso>, 
            which returns only after a "reply" can
            be delivered, the request timer might expire
            during the cancelling of the request, which will cause
            megaco to attempt to deliver the timeout info, which
            will result in the spurious message.
            This problem has now been eliminated by introducing
            a proxy process, which simply dies when the "real"
            response has been delivered. The spurious reply will
            then be sent to a non-existing process. </p>
          <p>Own Id: OTP-6972</p>
	  <p>Aux Id: Seq 10450</p>
        </item>

        <item>
          <p>[text] Decoding a version 2 message with an observedEventParameter
             where the value of the parmValue was CT, failes. 
             CT is defined as the context attribute token in version 3,
             and this incorrectly caused the scanner (which is version 
             agnostic) to create an ContextAttrToken, which caused the 
             version 2 parser to crash. </p>
          <p>Own Id: OTP-7138</p>
	  <p>Aux Id: Seq 10854</p>
        </item>
      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>Implementing (SDP-) support for RFC 4566 also means that some of
            the existing sdp-record definitions have been changed. </p>
          <p>Own Id: OTP-6804</p>
	  <p>Aux Id: Seq 10710</p>
        </item>
      </list>
-->

    </section>
  </section> <!-- 3.7.2 -->


  <section>
    <title>Megaco 3.7.1</title>

    <p>Version 3.7.1 supports code replacement in runtime from/to
      version 3.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>Reporting of error(s) detected during loading of the
            flex driver has been improved, by calling the
            erlang:format_error function.</p>
          <p>Own Id: OTP-7005</p>
        </item>

        <item>
          <p>Updated documentation for function megaco:connect/4.</p>
          <p>Own Id: OTP-7000</p>
	  <p>Aux Id: Seq 10815</p>
        </item>

        <item>
          <p>Use of depricated function erlang:fault replaced with 
            erlang:error.</p>
          <p>Own Id: OTP-6919</p>
        </item>

      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list type="bulleted">
        <item>
          <p>Corrected usage of function file:open/2 (the Modes
            argument is a list). </p>
          <p>Dialyzer</p>
          <p>Own Id: OTP-7124</p>
	  <!-- <p>Aux Id: Seq 10815</p> -->
        </item>

        <item>
          <p>Fixed a reply timer race condition problem resulting
            in (case clause) error message. </p>
          <p>Own Id: OTP-6999</p>
	  <p>Aux Id: Seq 10815</p>
        </item>

        <item>
          <p>Failure to parse SDP attribute FMTP rows. </p>
          <p>Own Id: OTP-6992</p>
	  <p>Aux Id: Seq 10813</p>
        </item>

        <item>
          <p>When the megaco application receives two instances of
            the same transaction requests (re-send) within too
            small a time, there is a small possibility that both
            are passed on to the user via a call to the callback
            function (handle_trans_request). </p>
          <p>Own Id: OTP-6971</p>
	  <p>Aux Id: Seq 10802</p>
        </item>
      </list>

    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>

<!--
      <list type="bulleted">
        <item>
          <p>Implementing (SDP-) support for RFC 4566 also means that some of
            the existing sdp-record definitions have been changed. </p>
          <p>Own Id: OTP-6804</p>
	  <p>Aux Id: Seq 10710</p>
        </item>
      </list>
-->

    </section>
  </section> <!-- 3.7.1 -->


  <section>
    <title>Megaco 3.7</title>
<!--
    <p>Version 3.7 supports code replacement in runtime from/to
      version 3.6.0.1 &amp; 3.6 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>
-->

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Added support for the full v3-standard 
            (including segmentation).</p>
          <p>See 
            <seealso marker="megaco_run#segment_reply">segmentation of transaction replies</seealso>
            and 
            <seealso marker="megaco_encode#handling_versions">handling megaco versions</seealso>
            for more info.</p>
          <p>Note that segmentation is currently not supported by the
            binary codec(s). </p>
          <p>Own Id: OTP-5979</p>
        </item>

        <item>
          <p>The megaco documentation source has been converted
            from SGML to XML.</p>
          <p>Own Id: OTP-6753</p>
        </item>

        <item>
          <p>SDP support updated according to RFC 4566. </p>
          <p>Own Id: OTP-6804</p>
	  <p>Aux Id: Seq 10710</p>
        </item>

        <item>
          <p>Added a way for the transport module to transfer
            extra information to the user callback functions 
            <seealso marker="megaco_user">callback functions</seealso>
            upon receipt of a message. This is done by adding an extra 
            argument when calling the (new) message delivery function(s) 
            <seealso marker="megaco#process_received_message">process_received_message/5</seealso> 
            or 
            <seealso marker="megaco#receive_message">receive_message/5</seealso>. </p>
          <p>Similarly, the <c>UserReply</c> part of the return value for the 
            <seealso marker="megaco#call">call</seealso> function can
            now also include such extra information. </p>
          <p>Own Id: OTP-6865</p>
	  <p>Aux Id: Seq 10559</p>
        </item>

<!--
        <item>
          <p>Use of depricated function erlang:fault replaced by
            erlang:error. </p>
          <p>Own Id: OTP-6919</p>
        </item>
-->

        <item>
          <p>Improve the utility functions for information retrieval: 
            <seealso marker="megaco#info">megaco:info</seealso>, 
            <seealso marker="megaco#system_info">megaco:system_info</seealso>,
            <seealso marker="megaco#conn_info">megaco:conn_info</seealso> and 
            <seealso marker="megaco#user_info">megaco:user_info</seealso>.</p>
          <p>Own Id: OTP-6976</p>
	  <p>Aux Id: Seq 10804</p>
        </item>

      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <p>-</p>
    </section>

    <section>
      <title>Incompatibilities</title>
<!--
      <p>-</p>
-->
      <list type="bulleted">
        <item>
          <p>Implementing (SDP-) support for RFC 4566 also means that some of
            the existing sdp-record definitions have been changed. </p>
          <p>Own Id: OTP-6804</p>
	  <p>Aux Id: Seq 10710</p>
        </item>
      </list>
    </section>
  </section>  <!-- 3.7 -->


  <section><title>Megaco 3.6.3</title>
    
    <p>Version 3.6.3 supports code replacement in runtime from/to
      version 3.6.2, 3.6.1, 3.6.0.1, 3.6, 3.5.3, 3.5.2, 3.5.1.1, 3.5.1 and 
      3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>
 
    <section><title>Improvements and new features</title>
      <p>-</p>

<!--
      <list>
	<item>
	  <p>Minor Makefile changes.</p>
	  <p>Own Id: OTP-6704</p>
	</item>
	       
      </list>
-->

    </section>    
    
    <section><title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list>
<!--
        <item>
          <p>Fixed a reply timer race condition problem resulting
            in (case clause) error message. </p>
          <p>Own Id: OTP-6999</p>
	  <p>Aux Id: Seq 10815</p>
        </item>
-->
        <item>
          <p>Failure to parse SDP attribute FMTP rows. </p>
          <p>Own Id: OTP-6992</p>
	  <p>Aux Id: Seq 10813</p>
        </item>

<!--
        <item>
          <p>There is a race condition when cancelling requests
            during a high load situations which could lead to
            spurious (megaco internal) messages being sent to
            user processes. When a request is issued using
            <seealso marker="megaco#call">megaco:call</seealso>, 
            which returns only after a "reply" can
            be delivered, the request timer might expire
            during the cancelling of the request, which will cause
            megaco to attempt to deliver the timeout info, which
            will result in the spurious message.
            This problem has now been eliminated by introducing
            a proxy process, which simply dies when the "real"
            response has been delivered. The spurious reply will
            then be sent to a non-existing process. </p>
          <p>Own Id: OTP-6972</p>
	  <p>Aux Id: Seq 10450</p>
        </item>

        <item>
          <p>When the megaco application receives two instances of
            the same transaction requests (re-send) within too
            small a time, there is a small possibility that both
            are passed on to the user via a call to the callback
            function (handle_trans_request). </p>
          <p>Own Id: OTP-6971</p>
	  <p>Aux Id: Seq 10802</p>
        </item>
-->

      </list>

    </section>
    
    <section><title>Incompatibilities</title>
      <p>-</p>

<!--
      <list>
        <item>
          <p>The interface of the megaco_compressed callback module
            has been changed, see the 
            <seealso marker="megaco_edist_compress">megaco_edist_compress</seealso> 
            behaviour module for more details.
          <p>Own Id: OTP-6609</p>
        </item>
      </list>
-->

    </section>

  </section> <!-- 3.6.3 -->


  <section><title>Megaco 3.6.2</title>
    
    <p>Version 3.6.2 supports code replacement in runtime from/to
      version 3.6.1, 3.6.0.1, 3.6, 3.5.3, 3.5.2, 3.5.1.1, 3.5.1 and 3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>
 
    <section><title>Improvements and new features</title>
      <p>-</p>

<!--
      <list>
	<item>
	  <p>Minor Makefile changes.</p>
	  <p>Own Id: OTP-6704</p>
	</item>
	       
      </list>
-->

    </section>    
    
    <section><title>Fixed bugs and malfunctions</title>
<!--
      <p>-</p>
-->

      <list>
        <item>
          <p>When timers expire while a connection cancel
            (megaco:cancel) is in progress, there is a raise
            condition possibility. This has been eliminated. </p>
          <p>Own Id: OTP-6921</p>
	  <p>Aux Id: Seq 10450</p>
        </item>

      </list>

    </section>
    
    <section><title>Incompatibilities</title>
      <p>-</p>

<!--
      <list>
        <item>
          <p>The interface of the megaco_compressed callback module
            has been changed, see the 
            <seealso marker="megaco_edist_compress">megaco_edist_compress</seealso> 
            behaviour module for more details.
          <p>Own Id: OTP-6609</p>
        </item>
      </list>
-->

    </section>

  </section> <!-- 3.6.2 -->


  <section>
    <title>Megaco 3.6.1</title>

    <p>Version 3.6.1 supports code replacement in runtime from/to
      version 3.6.0.1, 3.6, 3.5.3, 3.5.2, 3.5.1.1, 3.5.1 and 3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>An empty time-zone adjustment was incorrectly allowed 
            when decoding SDP using  
            <seealso marker="megaco#decode_sdp">decode_sdp</seealso>. </p>
          <p>Also the parsing of attributes was to restrictive. </p>
          <p>Own Id: OTP-6803</p>
	  <p>Aux Id: Seq 10710</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.6.0.1</title>
    <p>Version 3.6.0.1 supports code replacement in runtime from/to
      version 3.6, 3.5.3, 3.5.2, 3.5.1.1, 3.5.1 and 3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Minor Makefile changes.</p>
          <p>Own Id: OTP-6704</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <p>-</p>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.6</title>
    <p>Version 3.6 supports code replacement in runtime from/to
      version 3.5.3, 3.5.2, 3.5.1.1, 3.5.1 and 3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Improved erl_dist codec handling of 
            <seealso marker="megaco_encode#erl_dist_config">megaco_compressed</seealso> 
            codec config. Introduced behaviour,
            <seealso marker="megaco_edist_compress">megaco_edist_compress</seealso>, 
            for the megaco_compressed callback of module. </p>
          <p>Own Id: OTP-6609</p>
        </item>
        <item>
          <p>The behaviour 
            <seealso marker="megaco_transport">megaco_transport</seealso> 
            have been updated to include the <em>optional</em> 
            function 
            <seealso marker="megaco_transport#resend_message">resend_message</seealso>. 
            This function is called instead of the standard 
            <seealso marker="megaco_transport#send_message">send_message</seealso> 
            if the new config option 
            <seealso marker="megaco#ui_resend_indication">resend_indication</seealso> 
            was set to <c><![CDATA[true]]></c><em>and</em> it is a message resend. </p>
          <p>Own Id: OTP-6442</p>
          <p>Aux Id: Seq 10393</p>
        </item>
        <item>
          <p>Add ability to decrement the timeout time for 
            incremental timers, see 
            <seealso marker="megaco#">reference manual</seealso> 
            for more info.</p>
          <p>Own Id: OTP-6441</p>
          <p>Aux Id: Seq 10349</p>
        </item>
        <item>
          <p>Miscellaneous minor performance improvements of the 
            text codec's.</p>
          <p>Own Id: OTP-6185</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Missing documentation link in module 
            <seealso marker="megaco_user">megaco_user</seealso>. </p>
          <p>Own Id: OTP-6578</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The interface of the megaco_compressed callback module
            has been changed, see the 
            <seealso marker="megaco_edist_compress">megaco_edist_compress</seealso> 
            behaviour module for more details.</p>
          <p>Own Id: OTP-6609</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.5.3</title>
    <p>Version 3.5.3 supports code replacement in runtime from/to
      version 3.5.2, 3.5.1.1, 3.5.1 and 3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Using the <seealso marker="megaco#call">call</seealso> 
            function at high load could cause replies from other 
            transactions to be returned also. </p>
          <p>At high load, when a process calls the function 
            <seealso marker="megaco#call">call</seealso>, 
            which times out, then makes another
            call, it is possible that the reply to the first
            request arrives while the process is waiting for
            reply to the second request. As no checks were made if
            the reply was actually the expected (transaction-id), 
            this reply was also included in the result. </p>
          <p>This problem has been fixed by calling the megaco_user 
            callback function
            <seealso marker="megaco_user#unexpected_trans">handle_unexpected_trans</seealso> 
            if unexpected transactions are received. </p>
          <p>Own Id: OTP-6549</p>
          <p>Aux Id: Seq 10598</p>
        </item>
        <item>
          <p>Miscellaneous minor corrections, such as 
            removing "dead code". Detected by dialyzer. </p>
          <p>Own Id: OTP-6520</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.5.2</title>
    <p>Version 3.5.2 supports code replacement in runtime from/to
      version 3.5.1.1, 3.5.1 and 3.5 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Minor improvement to the text codec error reporting.</p>
          <p>Own Id: OTP-6404</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Misc cleanup to eliminate some dialyzer warnings [dialyzer]. </p>
          <p>Own Id: OTP-6503</p>
        </item>
        <item>
          <p>Improper text encoding of EventSpecs. 
            All codec versions [dialyzer]. </p>
          <p>Own Id: OTP-6490</p>
        </item>
        <item>
          <p>Missing (link) anchors. </p>
          <p>Own Id: OTP-6422</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.5.1</title>
    <p>Version 3.5.1 supports code replacement in runtime from/to
      version 3.5, 3.4.4 and 3.4.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>When replies arrive during a call to megaco:cancel
            there is a raise condition possibility. This has been
            eliminated. </p>
          <p>Own Id: OTP-6276</p>
          <p>Aux Id: Seq 10450</p>
        </item>
        <item>
          <p>MG receiving a request, when the reply to the 
            service-change has not yet been received (505)
            (either because it's been lost or because the MGC is 
            erroneous). This will now result in a call to
            <seealso marker="megaco_user#trans_reply">handle_trans_reply</seealso> 
            with the UserReply: <c><![CDATA[{error, timeout}]]></c>. </p>
          <p>Own Id: OTP-6275</p>
          <p>Aux Id: Seq 10458</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.5</title>
    <p>Version 3.5 supports code replacement in runtime from/to
      version 3.4.4 and 3.4.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>All error/warning messages from the megaco application
            will be tagged in such a way that they will be easy to
            identify (and search for in logs).</p>
          <p>Own Id: OTP-6223</p>
          <p>Aux Id: Seq 10423</p>
        </item>
        <item>
          <p>The allowed return values of the send_message function
            of the megaco_transport callback module has been
            extended (to allow the transport module to cancel the message
            sending), see the functions 
            <seealso marker="megaco#call">call</seealso>, 
            <seealso marker="megaco_user#trans_reply">handle_trans_reply</seealso>, 
            <seealso marker="megaco_user#trans_ack">handle_trans_ack</seealso> 
            and <seealso marker="megaco_transport#send_message">send_message</seealso> 
            for more info.</p>
          <p>Own Id: OTP-6253</p>
          <p>Aux Id: Seq 10423</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>A minor problem related to the passage of the pending 
            limit could potentially prevent the reply 
            info to be retained when it should have been removed.
            Also, the user will not be informed about the passing
            of the pending limit in this special case. </p>
          <p>Own Id: OTP-6256</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.4.4</title>
    <p>Version 3.4.4 supports code replacement in runtime from/to
      version 3.4.3, 3.4.2, 3.4.1 and 3.4 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Improved documentation of 
            <seealso marker="megaco#call">call</seealso> return values.</p>
          <p>Own Id: OTP-6219</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>There was still one case when "pending limit exceeded"
            was reported as a message error instead of transaction
            error. This has been fixed. </p>
          <p>Own Id: OTP-6217</p>
          <p>Aux Id: Seq 10415</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.4.3</title>
    <p>Version 3.4.3 supports code replacement in runtime from/to
      version 3.4.2, 3.4.1 and 3.4 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Added a number of v3 related error codes (defined in H248.08).</p>
          <p>Own Id: OTP-6170</p>
          <p>Aux Id: Seq 10372</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Added check for the illegal option reply_data in the Options 
            (third) argument to the 
            <seealso marker="megaco#call">call</seealso> 
            function.
            The valid options was documented but never checked.</p>
          <p>Own Id: OTP-6171</p>
          <p>Aux Id: Seq 10345</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>A call to the function 
            <seealso marker="megaco#call">call</seealso> 
            with the illegal option, reply_data,  
            will now result in an <c><![CDATA[{error, term()}]]></c> result.</p>
          <p>Own Id: OTP-6171</p>
          <p>Aux Id: Seq 10345</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.4.2</title>
    <p>Version 3.4.2 supports code replacement in runtime from/to
      version 3.4.1, 3.4, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1 and 3.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Pending limit exceeded error message was incorrectly
            composed as a message error instead of a TransactionReply
            (transactionError) error.</p>
          <p>Own Id: OTP-6148</p>
          <p>Aux Id: Seq 10337</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The ErrorDescriptor of the pending limit exceeded error 
            is now encapsulated within an TransactionReply instead of 
            the messageBody.</p>
          <p>Own Id: OTP-6148</p>
          <p>Aux Id: Seq 10337</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.4.1</title>
    <p>Version 3.4.1 supports code replacement in runtime from/to
      version 3.4, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1 and 3.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Incorrect version string(s) in appup file. Most of
            the version strings in the appup file was malformed,
            which most likely made up-/downgrade impossible.</p>
          <p>Own Id: OTP-6113</p>
        </item>
        <item>
          <p>Fixed release notes history.</p>
          <p>Own Id: OTP-6108</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.4</title>
    <p>Version 3.4 supports code replacement in runtime from/to
      version 3.3.3, 3.3.2, 3.3.1 and 3.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Handling failure to send reply. Previously, when megaco
            was unable to send a reply (built from the action list
            returned by 
            <seealso marker="megaco_user#trans_request">handle_trans_request</seealso>), 
            nothing was done, except for sending an error message. 
            This has now been changed so that the error will be returned 
            to the user via a call to the callback function, 
            <seealso marker="megaco_user#trans_ack">handle_trans_ack</seealso>
            (unless <c><![CDATA[ack_action() = discard_ack]]></c>). </p>
          <p>Own Id: OTP-6055</p>
        </item>
        <item>
          <p>Add possibility to override send options when sending
            reply messages. This is done by adding another return
            alternative to the 
            <seealso marker="megaco_user#trans_request">handle_trans_request</seealso> 
            and 
            <seealso marker="megaco_user#trans_long_request">handle_trans_long_request</seealso> 
            callback function(s). </p>
          <p>Own Id: OTP-6052</p>
          <p>Aux Id: Seq 10284</p>
        </item>
        <item>
          <p>Added another config option <c><![CDATA[long_request_resend]]></c>.
            The purpose of this option is to make the megaco 
            application to continue re-sending requests, even after
            having received a pending message, until it receives 
            the reply or it gives up (timeout). </p>
          <p>See  
            <seealso marker="megaco#user_info">user_info</seealso> and 
            <seealso marker="megaco#conn_info">conn_info</seealso>
            for more info. </p>
          <p>Own Id: OTP-6051</p>
          <p>Aux Id: Seq 10284</p>
        </item>
        <item>
          <p>Modify the way the stack handles the reply-timer.
            Now, if an incremental timer is used, every time there
            is an intermediate timeout, the timer is restarted
            (just as before) but the reply is also <em>resent</em>. </p>
          <p>See  
            <seealso marker="megaco#user_info">user_info</seealso> and 
            <seealso marker="megaco#conn_info">conn_info</seealso>
            for more info. </p>
          <p>Own Id: OTP-6048</p>
          <p>Aux Id: Seq 10284</p>
        </item>
        <item>
          <p>Added the possibility to conditionally request 
            immediate acknowledgement of a reply (when at least one
            pending message has been sent). </p>
          <p>This is done by adding another return value for the 
            <seealso marker="megaco_user#trans_request">handle_trans_request</seealso>
            callback function. </p>
          <p>Own Id: OTP-6030</p>
          <p>Aux Id: Seq 10270</p>
        </item>
        <item>
          <p>The SDP support has received a major updated. Added two new 
            function's to 
            <seealso marker="megaco#decode_sdp">decode</seealso> and 
            <seealso marker="megaco#encode_sdp">encode</seealso> SDP. </p>
          <p>Own Id: OTP-5980</p>
        </item>
        <item>
          <p>Added support for another pre version of v3 (<c><![CDATA[prev3c]]></c>). 
            This is based on the final version of the standard, but does 
            not include support for segments.</p>
          <p>Own Id: OTP-5769</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Removed unnecessary error report. In a special case
            two (error_logger) error reports could be sent:
            When receiving a transaction request for which an
            reply, with immediate-ack-requested, has already been
            send, the reply is resent. But if the sending fails,
            two (error_logger) error reports is sent. This
            has been corrected (so that only one is sent).</p>
          <p>Own Id: OTP-6090</p>
          <p>Aux Id: Seq 10308</p>
        </item>
        <item>
          <p>Bad formated debug printout in transaction sender.</p>
          <p>Own Id: OTP-6089</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>All of the old SDP api function(s) has been removed.</p>
          <p>Own Id: OTP-5980</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.3.4</title>
    <p>Version 3.3.4 supports code replacement in runtime from/to
      version 3.3.3, 3.3.2, 3.3.1 and 3.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Misc Dialyzer warnings.</p>
          <p>Own Id: OTP-6076</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.3.3</title>
    <p>Version 3.3.3 supports code replacement in runtime from/to
      version 3.3.2, 3.3.1 and 3.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Flex driver split into two separate. One for use in
            threaded runtime system (OTP built with e.g. 
            <c><![CDATA[--enable-threads]]></c>), one for non-threaded runtime systems.</p>
          <p>Own Id: OTP-6046</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <p>-</p>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.3.2</title>
    <p>Version 3.3.2 supports code replacement in runtime from/to
      version 3.3.1, 3.3 and 3.2.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Improve timer documentation.</p>
          <p>Own Id: OTP-6022</p>
          <p>Aux Id: Seq 10266</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>[text] The parser has been made more strict with
            regard to what ContextID values will be accepted.
            <c><![CDATA[0x0]]></c>, <c><![CDATA[0xFFFFFFFE]]></c> and <c><![CDATA[0xFFFFFFFF]]></c> 
            will no longer be accepted.</p>
          <p>Own Id: OTP-6017</p>
          <p>Aux Id: Seq 10265</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.3.1</title>
    <p>Version 3.3.1 supports code replacement in runtime from/to
      version 3.3 and 3.2.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>[text] The text encoder (both pretty and compact)
            encodes terminationIDList incorrectly. This effects
            MuxDescriptor This applies to all versions.</p>
          <p>Own Id: OTP-5993</p>
          <p>Aux Id: Seq 10248</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.3</title>
    <p>Version 3.3 supports code replacement in runtime from/to
      version 3.2.7 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Added a utility function to facilitate pretty-printing of
            messages, see 
            <seealso marker="megaco#token_tag2string">token_tag2string</seealso>.</p>
          <p>Own Id: OTP-5973</p>
          <p>Aux Id: Seq 10224</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Fixed documentation after OTP-5953. The new info print
            functions where not documented, but the old, and
            deprecated, where still.</p>
          <p>Own Id: OTP-5965</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.7</title>
    <p>Version 3.2.7 supports code replacement in runtime from/to
      version 3.2.6, 3.2.5 and 3.2.4 except
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Updated configure script to handle smp-support.</p>
          <p>Own Id: OTP-5952</p>
        </item>
        <item>
          <p>Added new version info print function(s).</p>
          <p>Own Id: OTP-5953</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Code cleanup: Compiler warnings: variable X is unused.</p>
          <p>Own Id: OTP-5948</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The old version info print function, format_versions/1,
            have been deprecated.</p>
          <p>Own Id: OTP-5953</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.6</title>
    <p>Version 3.2.6 supports code replacement in runtime from/to
      version 3.2.5, 3.2.4 and 3.2.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Improve error message format on (reply) decode error.</p>
          <p>Own Id: OTP-5918</p>
          <p>Aux Id: Seq 10199</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Wrong binary name resolver used for prev3b (prev3a).</p>
          <p>Own Id: OTP-5919</p>
        </item>
        <item>
          <p>When using ber_bin-codec and option {version3,prev3b}
            the wrong asn1 and transform modules (prev3a) where
            used.</p>
          <p>Own Id: OTP-5920</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.5</title>
    <p>Version 3.2.5 supports code replacement in runtime from/to
      version 3.2.4 and 3.2.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Aligned the 
            <seealso marker="megaco#user_info">user_info</seealso> and 
            <seealso marker="megaco#conn_info">conn_info</seealso> functions 
            regarding trans_id retrieval.</p>
          <p>Own Id: OTP-5887</p>
          <p>Aux Id: Seq 10184</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The 
            <seealso marker="megaco#conn_info">conn_info</seealso> function
            once again returns the <em>next</em> transaction id.</p>
          <p>Own Id: OTP-5887</p>
          <p>Aux Id: Seq 10184</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.4</title>
    <p>Version 3.2.4 supports code replacement in runtime from/to
      version 3.2.3 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Documentation of 
            <seealso marker="megaco_udp#upgrade_receive_handle">upgrade_receive_handle</seealso> missing one argument (<c><![CDATA[NewHandle]]></c>).</p>
          <p>Own Id: OTP-5867</p>
        </item>
        <item>
          <p>Documentation of 
            <seealso marker="megaco#conn_info">conn_info</seealso> 
            did not document legal <c><![CDATA[Item]]></c> value <c><![CDATA[local_mid]]></c>.</p>
          <p>Own Id: OTP-5879</p>
          <p>Aux Id: Seq 10176</p>
        </item>
        <item>
          <p>Documentation of 
            <seealso marker="megaco#conn_info">conn_info</seealso> 
            did not document legal <c><![CDATA[Item]]></c> value <c><![CDATA[remote_mid]]></c>.</p>
          <p>Own Id: OTP-5880</p>
          <p>Aux Id: Seq 10177</p>
        </item>
        <item>
          <p>Improper [text] encode of localControlDescriptor.
            Incorrectly allowed zero length list of LocalParm.
            All versions (v1, v2, v3 [prev3a, prev3b]). </p>
          <p>Own Id: OTP-5882</p>
        </item>
        <item>
          <p>Function format_versions documentation with wrong arity.</p>
          <p>Own Id: OTP-5885</p>
        </item>
        <item>
          <p>Timer recalculation fails when receiving pending 
            message if the timer is of the type <c><![CDATA[megaco_incr_timer]]></c> 
            and the <c><![CDATA[max_retries]]></c> field has the
            value <c><![CDATA[infinity_restartable]]></c>. </p>
          <p>Own Id: OTP-5886</p>
          <p>Aux Id: Seq 10181</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p><c><![CDATA[localControlDescriptor]]></c> list of <c><![CDATA[localParm]]></c> now at least
            has to be of length 1.</p>
          <p>Own Id: OTP-5882</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.3</title>
    <p>Version 3.2.3 supports code replacement in runtime from/to
      version 3.2.2, 3.2.1 and 3.2 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Assumed a more strict approach to the return values of
            the callback functions of the 
            <seealso marker="megaco_user">megaco_user</seealso> behaviour.
            Now, a return value other then what is described in 
            the behaviour documentation, will result in a warning
            message. </p>
          <p>Except for the 
            <seealso marker="megaco_user#trans_request">handle_trans_request/3</seealso> and 
            <seealso marker="megaco_user#trans_long_request">handle_trans_long_request/3</seealso>, 
            which still results in error messages.</p>
          <p>Own Id: OTP-5830</p>
          <p>Aux Id: Seq 10148</p>
        </item>
        <item>
          <p>Introduced a <em>strict version control</em> (strict_version)
            connection info and user info option. See the 
            <seealso marker="megaco#user_info">user_info</seealso> and
            <seealso marker="megaco#conn_info">conn_info</seealso> functions
            for more info.</p>
          <p>Own Id: OTP-5839</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Digit Map: Improper handling of duration.
            <seealso marker="megaco#eval_digit_map">eval_digit_map</seealso>
            and 
            <seealso marker="megaco#test_digit_event">test_digit_event</seealso>.</p>
          <p>Own Id: OTP-5826</p>
          <p>Aux Id: Seq 10085</p>
        </item>
        <item>
          <p>The documentation of the 
            <seealso marker="megaco#call">call</seealso> and 
            <seealso marker="megaco#cast">cast</seealso> functions
            was unclear regarding pre-encoded actions.</p>
          <p>Own Id: OTP-5833</p>
          <p>Aux Id: Seq 10146</p>
        </item>
        <item>
          <p>The prev3b text codec's failed to properly decode an
            auditReply with ErrorDescriptor.</p>
          <p>Own Id: OTP-5836</p>
          <p>Aux Id: Seq 10155</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The ok return value from  
            <seealso marker="megaco#test_digit_event">test_digit_event</seealso> and 
            <seealso marker="megaco#eval_digit_map">eval_digit_map</seealso> 
            has been changed.</p>
          <p>Own Id: OTP-5826</p>
          <p>Aux Id: Seq 10085</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.2</title>
    <p>Version 3.2.2 supports code replacement in runtime from/to
      version 3.2.1 and 3.2 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Digit Map: Megaco does not handle "unexpected event" 
            according to chapter 7.1.14.5 point 5. See
            <seealso marker="megaco#eval_digit_map">eval_digit_map</seealso>
            and 
            <seealso marker="megaco#test_digit_event">test_digit_event</seealso>.</p>
          <p>Own Id: OTP-5799</p>
          <p>Aux Id: Seq 10085</p>
        </item>
        <item>
          <p>The text codec of prev3b should handle
            encoding/decoding of indAudMediaDescriptor as specified
            in the final version of the v3 spec. This is backward
            compatible and more aligned with the ASN.1.</p>
          <p>Own Id: OTP-5803</p>
          <p>Aux Id: Seq 10119</p>
        </item>
        <item>
          <p>Flex scanner cannot handle empty local/remote
            descriptors.</p>
          <p>Own Id: OTP-5804</p>
          <p>Aux Id: Seq 10119</p>
        </item>
        <item>
          <p>Text codecs does not handle messages of unsupported versions 
            (or with incorrect version) in a good way.</p>
          <p>Own Id: OTP-5805</p>
          <p>Aux Id: Seq 10131</p>
        </item>
        <item>
          <p>The documentation of the reply-timer was unclear.</p>
          <p>Own Id: OTP-5816</p>
          <p>Aux Id: Seq 10142</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The ok return value from  
            <seealso marker="megaco#test_digit_event">test_digit_event</seealso> and 
            <seealso marker="megaco#eval_digit_map">eval_digit_map</seealso> 
            has been changed to accommodate for this problem.</p>
          <p>Own Id: OTP-5799</p>
          <p>Aux Id: Seq 10085</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.2.1</title>
    <p>Version 3.2.1 supports code replacement in runtime from/to
      version 3.2 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>In order to allow the user to drop (ignore) a transaction 
            request a new return value, <c><![CDATA[ignore_trans_request]]></c>, has 
            been added to the 
            <seealso marker="megaco_user#trans_request">handle_trans_request/3</seealso> 
            callback function.</p>
          <p>Own Id: OTP-5725</p>
          <p>Aux Id: Seq 10084</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Text encoding of the termination id list in
            contextTerminationAudit incorrect. Missing { }.
            All versions.</p>
          <p>Own Id: OTP-5793</p>
          <p>Aux Id: Seq 10116</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.2</title>
    <p>Version 3.2 supports code replacement in runtime from/to
      version 3.1 and 3.0.1 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Added support for another pre version of v3 (<c><![CDATA[prev3b]]></c>). 
            This is basically the same as <c><![CDATA[prev3a]]></c> except that 
            context priority (in contextProperties) has been 
            "fixed" so that it is backward compatible with v2.</p>
          <p>Own Id: OTP-5717</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>The (digit map) 
            <seealso marker="megaco#test_digit_event">test</seealso> and 
            <seealso marker="megaco#eval_digit_map">eval</seealso> function(s) 
            was lacking result info on what kind of completion
            was done; <c><![CDATA[full]]></c> or <c><![CDATA[unambiguous]]></c>.</p>
          <p>Own Id: OTP-5750</p>
          <p>Aux Id: Seq 10085</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The (successfull) return value from the 
            <seealso marker="megaco#test_digit_event">test_digit_event</seealso> and 
            <seealso marker="megaco#eval_digit_map">eval_digit_map</seealso> 
            has been changed.</p>
          <p>Own Id: OTP-5750</p>
          <p>Aux Id: Seq 10085</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.1</title>
    <p>Version 3.1 supports code replacement in runtime from/to
      version 3.0.1 and 3.0 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>The <c><![CDATA[megaco_incr_timer]]></c> has been tweaked so that the
            max_retries field can now also take the value
            <c><![CDATA[infinity_restartable]]></c>. This means that the only way 
            to actually restart the timer is if some external event 
            occurs, e.g. a pending message when the long request timer 
            is running. That is, if the timeout time actually expires,
            then so does the timer.</p>
          <p>Own Id: OTP-5619</p>
          <p>Aux Id: Seq 9845</p>
        </item>
        <item>
          <p>Added function format_versions/1 to print the extended version 
            info produced by the 
            <seealso marker="megaco#versions1">versions1</seealso> and 
            <seealso marker="megaco#versions2">versions2</seealso> 
            functions.</p>
          <p>Own Id: OTP-5664</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Incorrect text encoding of embedded Events.</p>
          <p>Own Id: OTP-5601</p>
        </item>
        <item>
          <p>Incorrect text encoding of embedded Signal.</p>
          <p>Own Id: OTP-5600</p>
        </item>
        <item>
          <p>Misc bugs detected by Dyalizer.</p>
          <p>Own Id: OTP-5597</p>
        </item>
        <item>
          <p>Encoding of SDP was in text not done strictly
            according RFC2327. Each line should be terminated
            with carriage return and newline (0x0d0a), but was only
            terminated with single newline (0x0a).</p>
          <p>Own Id: OTP-5542</p>
          <p>Aux Id: Seq 9669</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 3.0.1</title>
    <p>Version 3.0.1 supports code replacement in runtime from/to
      version 3.0 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Pending limit cleanup error's.
            In some situations (high load), reply-records where never removed,
            blocking new requests with the same transaction id.</p>
          <p>Own Id: OTP-5401</p>
        </item>
        <item>
          <p>Added utility functions to retrieve some system and application
            info, see 
            <seealso marker="megaco#versions1">versions1</seealso> and
            <seealso marker="megaco#versions2">versions2</seealso>.</p>
          <p>Own Id: OTP-5446</p>
        </item>
        <item>
          <p>When the 
            <seealso marker="megaco#enable_trace">enable_trace</seealso> 
            function is called with the <c><![CDATA[File]]></c> argument, it sets 
            up <c><![CDATA[dbg]]></c> so that trace events are written as plain text 
            to the given file (using <c><![CDATA[io:format]]></c>).</p>
          <p>Own Id: OTP-5447</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The <c><![CDATA[File]]></c> argument to the function 
            <seealso marker="megaco#enable_trace">enable_trace</seealso> no 
            longer sets up <c><![CDATA[dbg]]></c> to write the trace events directly to 
            file but instead to be written to a plain text file using 
            <c><![CDATA[io:format]]></c>. </p>
          <p>Also <seealso marker="megaco#enable_trace">enable_trace</seealso>
            no longer accepts the argument 
            <c><![CDATA[{io, Verbosity}]]></c>.</p>
          <p>Own Id: OTP-5447</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 3.0</title>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Implementation of the Megaco v2 corrigendum 1 (03/2004).</p>
          <p><br></br>This means in short:</p>
          <list type="bulleted">
            <item>
              <p>The <em>ModemDescriptor</em> has been deprecated. 
                If this descriptor is found in a received message 
                it will be ignored (removed from the message).
                <br></br>If an attempt is made to encode a message containing
                a ModemDescriptor, an error will be returned.
                <br></br>If in the binary codec case, encoding-config
                contains <em>native</em>, then the <em>ModemDescriptor</em> 
                will however be included in the message when encoding and
                also decoded. This means that it in this case it is up the 
                user to never include the <em>ModemDescriptor</em> in a 
                transmitted message and to ignore it, if received.</p>
            </item>
            <item>
              <p>Addition of the <em>EmergencyOffToken</em>, which is used
                in the <em>contextProperty</em>.</p>
            </item>
          </list>
          <p>Own Id: OTP-5204</p>
        </item>
        <item>
          <p>Added receiving pending limit config property. This is
            the limit for the number of pending messages that is
            accepted before a request is considered "a lost cause".</p>
          <p>Own Id: OTP-5220</p>
        </item>
        <item>
          <p>Added support for preliminary version 3. Based on TD-33.</p>
          <p>See chapter <seealso marker="megaco_encode#handling_versions">Handling megaco versions</seealso> on how to configure and 
            use the preliminary version 3 (prev3a).</p>
          <p>Own Id: OTP-5236</p>
        </item>
        <item>
          <p>Added configure thread support.</p>
          <p>Own Id: OTP-5351</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>When text encoding the ServiceChangeParm in v2, the
            serviceChangeInfo field was ignored.</p>
          <p>Own Id: OTP-5352</p>
        </item>
        <item>
          <p>When text parsing serviceChangeParm in v2, all of auditItem
            was put into the auditToken field of the AuditDescriptor 
            (the serviceChangeInfo field of the ServiceChangeParm record). 
            The indAudterminationAudit should go into the auditPropertyToken 
            field.</p>
          <p>Own Id: OTP-5353</p>
        </item>
        <item>
          <p>Binary name resolver was based on RFC 2885 (version 0.8
            of the megaco standard). Among other things the
            package id numbering was incorrect.
            This is the case both for version 1 and 2.</p>
          <p>Own Id: OTP-5272</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>Package number scheme (among other things) was changed
            in version 1 of the standard..</p>
          <p>Own Id: OTP-5272</p>
        </item>
        <item>
          <p>The config property <em>orig_pending_limit</em> has been 
            renamed to <em>sent_pending_limit</em>.</p>
          <p>Own Id: OTP-5220</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.8</title>
    <p>Version 2.1.8 supports code replacement in runtime from/to
      version 2.1.7 and 2.1.6 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>The error counter <em>medGwyGatewayNumErrors</em> did not work.
            This counter is incremented by the megaco application
            when decode of a message fails. Due to the 
            construction of the decoders, nothing beyond the
            error reason (in the text case, basically an 
            unintelligible list of tokens) is returned. E.g. not 
            the Mid needed to be able to deduce which MG 
            (conn-handle), this message came from. This resulted
            in an increment of the "global" <em>medGwyGatewayNumErrors</em>
            counter instead of the connection specific.
            This has been fixed. In the text case by adding a mini
            decoder, that basically only decodes the message as
            far as the Mid (if the error is in or before the Mid,
            then this decoder also fails).</p>
          <p>Own Id: OTP-5296</p>
          <p>Aux Id: Seq 9669</p>
        </item>
        <item>
          <p>When the 
            <seealso marker="megaco#cancel">megaco:cancel/2</seealso> 
            function is called, the 
            megaco application is supposed to perform a cleanup. 
            E.g. remove aut-dated request and reply records. For 
            the reply-records this did not work, since it only
            removed those record which had the state field 
            set to <em>wait_for_ack</em>, and not <em>aborted</em>!
            If the state had been set to <em>aborted</em> and not 
            yet been removed (which normally happens when 
            the reply_timer times out) when the disconnect 
            and cancel functions where called, those records
            would never be removed. This means that if eventually
            a transaction was received which had the same 
            transaction-id as the <em>aborted</em> reply, this would
            just be ignored!</p>
          <p>Own Id: OTP-5310</p>
          <p>Aux Id: Seq 9668</p>
        </item>
        <item>
          <p>Incorrect definition of hexdig in the flex-scanner.
            <br></br>Angelo Contardi</p>
          <p>Own Id: OTP-5312</p>
        </item>
        <item>
          <p>Various cleanup of the v2 text parser:
            <br></br>1) Removed unused nonterminal and rule digitMapName.
            <br></br>2) Token 'TimeStampToken' also a safeToken.
            <br></br>Angelo Contardi</p>
          <p>Own Id: OTP-5313</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.7</title>
    <p>Version 2.1.7 supports code replacement in runtime from/to
      version 2.1.6, 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1 and 2.1 except 
      when using any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>The text decoders failed to decode the contextRequest
            with a contextAudit (ContextAttrAuditRequest).</p>
          <p>Own Id: OTP-5290</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.6</title>
    <p>Version 2.1.6 supports code replacement in runtime from/to
      version 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1 and 2.1 except when using 
      any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Minor error handling improvement to the text encoder.</p>
          <p>Own Id: OTP-5193</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>The megaco text codec failed to properly encode a message
            containing no or an empty terminationAudit list or possibly 
            a terminationAudit list with only an "empty" emptyDescriptor
            (e.g. an AuditDescriptor without any values; auditToken is
            either asn1_NOVALUE or []). This effected AmmsReply and 
            auditOther (AuditResult) and both v1 and v2.</p>
          <p>Own Id: OTP-5186</p>
          <p>Aux Id: Seq 9226</p>
        </item>
        <item>
          <p>Version 2 codec corrections: Incorrectly transformed (encoded 
            and decoded) IndAudStreamDescriptor (binary), encoded 
            IndAudMediaDescriptor and IndAudStreamDescriptor (text). 
            Incorrectly decoded IndAudMediaDescriptor (text).</p>
          <p>Own Id: OTP-5201</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.5</title>
    <p>Version 2.1.5 supports code replacement in runtime from/to
      version 2.1.4, 2.1.3, 2.1.2, 2.1.1 and 2.1 except when using 
      any of the drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Bad error message when encoding invalid termination id.</p>
          <p>Own Id: OTP-5133</p>
          <p>Aux Id: Seq 9153</p>
        </item>
        <item>
          <p>The included tcp transport module had a possible
            message queue accumulation loophole. If the
            connection is terminated between the calls
            gen_tcp:accept/1 and gen_tcp:controlling_process/2
            we did not clean up the message queue.
            Also, if controlling_process fails, a cleanup must
            be done.</p>
          <p>Own Id: OTP-5130</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.4</title>
    <p>Version 2.1.4 supports code replacement in runtime from/to
      version 2.1.3, 2.1.2, 2.1.1 and 2.1 except when using any of the 
      drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Failure to decode indAudLocalControlDescriptor with
            more then one indAudlocalParm.
            <br></br>This applies only to version 2.</p>
          <p>Own Id: OTP-5106</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.3</title>
    <p>Version 2.1.3 supports code replacement in runtime from/to
      version 2.1.2, 2.1.1 and 2.1 except when using any of the 
      drivers (flex for text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Failure to encode a ActionReply with empty contextReply
            (asn1_NOVALUE) and commandReply ([]).
            Failure to decode ActionReply with error descriptor with
            non-empty contextReply and/or commandReply.
            <br></br>This applies to both version 1 and 2.</p>
          <p>Own Id: OTP-5085</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.2</title>
    <p>Version 2.1.2 supports code replacement in runtime from/to
      version 2.1.1 and 2.1 except when using any of the drivers (flex for
      text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Encoding of a MediaDescriptor fails if the
            streams part is empty (asn1_NOVALUE).</p>
          <p>Own Id: OTP-5068</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1.1</title>
    <p>Version 2.1.1 supports code replacement in runtime from/to
      version 2.1 except when using any of the drivers (flex for
      text or asn1 for binary).</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>A pretty text message containing an ObservedEvents
            without timestamp, will fail to decode. This effects
            both v1 and v2.</p>
          <p>Own Id: OTP-5042</p>
        </item>
        <item>
          <p>During node restart in a high load scenario,
            the megaco_messenger:receive_reply_remote function
            could be called on a node before the megaco app
            has actually been started. This will result in a
            crash (EXIT with badarg). This is now handled in the
            same way as if the request was not found (with a 
            call to the callback function handle_unexpected_trans).</p>
          <p>Own Id: OTP-5025</p>
          <p>Aux Id: Seq 8658</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.1</title>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Allow separately encode action requests. Handle sending
            of those previously encoded action requests as binaries 
            (as well as lists of action requests). 
            <br></br>See 
            <seealso marker="megaco#encode_actions">encode_actions</seealso>,
            <seealso marker="megaco#call">call</seealso> and 
            <seealso marker="megaco#cast">cast</seealso>.</p>
        </item>
        <item>
          <p>Introduce a transaction sender process (one for each 
            connection) which will accumulate transactions and send 
            several in one message. 
            <br></br>See <seealso marker="megaco_run#transaction_sender">transaction sender</seealso>, 
            <seealso marker="megaco#user_info">user_info</seealso> and 
            <seealso marker="megaco#conn_info">conn_info</seealso>.</p>
        </item>
        <item>
          <p>New encoding-config options for the erl_dist encoder which
            makes it possible to compress the megaco messages. This makes
            the erl_dist encoded message much more compact (about 1/3 of
            the size). 
            <br></br>See <seealso marker="megaco_encode#erl_dist_config">megaco_compressed</seealso>.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Text parser(s) did not handle parsing of the StreamId field of 
            RequestedEvent and SecondRequestedEvent.</p>
          <p>Own Id: OTP-4974</p>
        </item>
        <item>
          <p>Repeated transaction request receiving when exceeding
            pending limit will cause the message handling process
            to crash.</p>
          <p>Own Id: OTP-4956</p>
          <p>Aux Id: Seq 8445</p>
        </item>
        <item>
          <p>Text parser did not handle auditReturnItem properly,
            as defined in IGv11.</p>
          <p>Own Id: OTP-4950</p>
        </item>
        <item>
          <p>Missing [text] servChgReplyParm consistency check.</p>
          <p>Own Id: OTP-4949</p>
        </item>
        <item>
          <p>Incorrect handling of comments in text messages.</p>
          <p>Own Id: OTP-4946</p>
        </item>
        <item>
          <p>Missing [text] serviceChangeParm consistency check.</p>
          <p>Own Id: OTP-4945</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>Text parser did not handle auditReturnItem properly,
            as defined in IGv11. The result which was supposed to
            have been presented as the tuple:
            <c><![CDATA[{emptyDescriptor, #'AuditDescriptor{}}]]></c>
            in the termination audit list, was instead entered as 
            <c><![CDATA[{auditReturnItem, atom()}]]></c>
            in the termination audit list. This has been fixed.</p>
          <p>Own Id: OTP-4950</p>
        </item>
        <item>
          <p>In previous releases there where a couple of user and 
            connection config items dealing with accumulating 
            transaction ack sending. These has all been renamed
            due to the introduction of the transaction sender.
            <br></br>See <seealso marker="megaco_run#transaction_sender">transaction sender</seealso>, 
            <seealso marker="megaco#user_info">user_info</seealso> and 
            <seealso marker="megaco#conn_info">conn_info</seealso>.</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 2.0.1</title>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Megaco did not handle IPv6-addresses.</p>
          <p>Own Id: OTP-4920</p>
        </item>
        <item>
          <p>Text encoding of hex-digits sometimes incorrect.</p>
          <p>Own Id: OTP-4921</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 2.0</title>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Support for both version 1 and 2 of the Megaco standard,
            updated according with IGv10-13.</p>
          <p>Version selection is described in chapter 
            <seealso marker="megaco_encode#handling_versions">Handling megaco versions 1 &amp; 2</seealso>.</p>
        </item>
        <item>
          <p>It is now possible to use the ASN.1 linked in driver
            for decode/encode of messages (encoding config <em>driver</em>).
            <br></br>See chapter  
            <seealso marker="megaco_encode#binary_config">Configuration of binary encoding module(s)</seealso>.</p>
        </item>
        <item>
          <p>Added a new configuration parameter, orig_pending_limit, to 
            support the xOriginatingPendingLimit (x = MG or MGC) 
            property in the root package.
            <br></br>See the 
            <seealso marker="megaco#user_info">orig_pending_limit</seealso>
            parameter of the user_info function (also conn_info).</p>
        </item>
        <item>
          <p>Added a new configuration parameter, threaded.
            This tells the megaco app, that all
            transaction requests in a message should be executed
            in parallel (e.g. each in it's own process). 
            <br></br>See the 
            <seealso marker="megaco#user_info">threaded</seealso> parameter
            of the user_info function (also conn_info).</p>
        </item>
        <item>
          <p>Added behaviour modules 
            <seealso marker="megaco_transport">megaco_transport</seealso> and
            <seealso marker="megaco_encoder">megaco_encoder</seealso>.</p>
        </item>
        <item>
          <p>Added new (message) test functions to the megaco module, see   
            <seealso marker="megaco#test_request">test_request</seealso> and
            <seealso marker="megaco#test_reply">test_reply</seealso>.</p>
        </item>
        <item>
          <p>Minor improvements to the tracing.</p>
        </item>
        <item>
          <p>Minor improvements to the simple example.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Update of the request timer incorrect when receiving 
            a pending message. Could cause an exit of the process
            handling the message and a subsequent call to the
            <c><![CDATA[handle_disconnect]]></c> callback function.</p>
          <p>Own Id: OTP-4836</p>
        </item>
        <item>
          <p>Failed stopping the request timer when receiving a reply. </p>
          <p>The only effect this had was that the request timer 
            possibly ran one extra time (without doing anything).</p>
          <p>Own Id: OTP-4843</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>signalsDescriptor has changed i v2</p>
        </item>
        <item>
          <p>ServiceChangeProfile has changed in v2</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 1.2.3</title>

    <section>
      <title>Improvements and new features</title>
      <p>- </p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Megaco re-transmission loop, when setting the long request timer
            to an incremental timer. Megaco changes to the long request timer
            when receiving an pending message (after having sent a request).
            Each time the (long) timer expire, it will incorrectly result in 
            an re-send of the request. This is meaningless since we know from 
            the received pending that the "other side" has received the request
            and is working on it. Furthermore, when in this case the "other 
            side" receives the request again, it will send another pending 
            message. Receiving a pending message in this case will 
            <em>restart</em> the timer (reset it to the initial values). This 
            means that the timer will actually never fully expire and the two 
            stacks will continue to exchange request/pending messages for as 
            long as the "other side" is working on the request.</p>
          <p>Own Id: OTP-4760</p>
          <p>Aux Id: Seq 8003          </p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>- </p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.2.2</title>
    <p>Version 1.2.2 supports code replacement in runtime from/to
      version 1.2.1 and 1.2.</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Only spawn a process for the reply-timer if the user
            uses three-way-handshake.</p>
          <p>Own Id: OTP-4729</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Encoding and decoding of the hexdig  
            in AuthenticationHeader incorrect.</p>
          <p>Own Id: OTP-4710</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>When downgrading form 1.2.2, reply-timers started when running 
        1.2.2 will not be properly handled since the format has changed.
        An error message will be printed when they expire.</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.2.1</title>
    <p>Version 1.2.1 only supports code replacement in runtime from/to
      version 1.2.</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>This is just a code up-/downgrade cleanup release. I.e. It's the
            same as version 1.2 minus the ugly stuff needed to handle up-/downgrade
            from/to version 1.1.2, 1.1.1 and 1.1.0.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <p>-</p>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.2</title>
    <p>Version 1.2 supports code replacement in runtime from/to
      version 1.1.2, 1.1.1 and 1.1.0.</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>It is now possible to send more then one transaction (request) 
            in a message. See <seealso marker="megaco#call">call</seealso> 
            and <seealso marker="megaco#cast">cast</seealso>.</p>
          <p>Req Id: M[4]-1</p>
          <p>Own Id: OTP-4589</p>
        </item>
        <item>
          <p>Two new parameters for user and connection info has been added:
            <c><![CDATA[accu_ack_timer]]></c> and <c><![CDATA[accu_ack_maxcount]]></c>.
            These are used together with the <c><![CDATA[auto_ack]]></c> flag and control
            whether the acks should be sent immediately or accumulated (and sent
            later). Note that this has nothing to do with the 
            <c><![CDATA[immAckRequired]]></c>-flag in reply transactions.
            See <seealso marker="megaco#user_info">user_info</seealso> 
            and <seealso marker="megaco#conn_info">conn_info</seealso>.</p>
          <p>Own Id: OTP-4669</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>TCP transport supervision error (cut-and-paste error).
            <br></br>The megaco_tcp worker child was started as if it where a 
            supervisor (and not a worker) and with a dependency to 
            megaco_tcp_connection_sup (which it has none)</p>
          <p>Own Id: OTP-4649</p>
        </item>
        <item>
          <p>Encoding of transaction ack fails with id ranges.
            <br></br>This was not really a problem in previous releases
            since such a message was never created (Ack was, possibly, 
            sent for each received transaction reply).</p>
          <p>Own Id: OTP-4652</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <list type="bulleted">
        <item>
          <p>Neither the TCP nor the UDP transport mechanisms are
            part of the megaco supervision tree. This makes code up-/downgrade
            difficult when either of them are used as transport.</p>
          <p>This will be fixed in a future release of megaco.</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Megaco 1.1.2</title>
    <p>Version 1.1.2 supports code replacement in runtime from/to
      version 1.1.1 and 1.1.0.</p>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Service change reason text encoding now always quoted string.</p>
          <p>Peter-Henry Mander</p>
          <p>Own Id: OTP-4632</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.1.1</title>
    <p>Version 1.1.1 supports code replacement in runtime from/to
      version 1.1.0.</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Added support for the Megaco mib.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Result of catch gen_udp:open not properly handled.</p>
          <p>Own Id: OTP-4566</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.1.0</title>
    <p>Version 1.1.0 does not support code replacement in runtime from
      previous versions.</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Reply ack timeout now results in a call to callback 
            function handle_trans_ack/4 with AckStatus = {error, timeout}.</p>
          <p>Own Id: OTP-4378</p>
        </item>
        <item>
          <p>The binary codecs ber_bin and per_bin is now both compiled 
            with the <em>+optimize</em> compiler flag for better runtime 
            performance.</p>
          <p>Own Id: OTP-4383</p>
        </item>
        <item>
          <p>The previously included tool, et, has been moved out of the
            Megaco application. It is now provided as a separate application 
            in OTP (as of R9).</p>
          <p>Own Id: OTP-4487</p>
        </item>
        <item>
          <p>Added attribute app_vsn to all modules.</p>
          <p>Own Id: OTP-4486</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Decode of oneStream incorrect.</p>
          <p>.</p>
          <p>Own Id: OTP-4490</p>
        </item>
        <item>
          <p>Transaction id counter wrapping incorrect when Max is 
            <c><![CDATA[infinity]]></c>.</p>
          <p>Incorrectly the documentation defined a connection info item 
            <c><![CDATA[min_trans_id]]></c>. It should have been <c><![CDATA[trans_id]]></c>.</p>
          <p>Own Id: OTP-4484</p>
        </item>
        <item>
          <p>Package name check in the text parser incorrect.</p>
          <p>Own Id: OTP-4364</p>
        </item>
        <item>
          <p>Fixed a minor build problem causing the file 
            'megaco_text_parser.yrl' to not be included in the release.</p>
          <p>Own Id: OTP-4363</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.0.4</title>
    <p>Version 1.0.4 supports code replacement in runtime from/to
      version 1.0.2 and 1.0.3.</p>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Adding utility functions for megaco tracing.</p>
          <p>Own Id: OTP-4339</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Optional line-number configure for the megaco flex scanner incorrect.</p>
          <p>The intention was that line-numbering could be replaced with
            token number in order to improve performance. This did not work
            (line-numbers was always chosen). This has no runtime effect. </p>
          <p>Own Id: OTP-4336</p>
        </item>
        <item>
          <p>Improved error reporting from the megaco messenger module.</p>
          <p>Own Id: OTP-4337</p>
        </item>
        <item>
          <p>Text parsing of type octet string erroneous.</p>
          <p>Own Id: OTP-4357</p>
        </item>
        <item>
          <p>A message containing a transaction request without the transaction id value
            is incorrectly reported back to the sender with a just an ErrorDescriptor.
            The correct behaviour is described in chapter 8.1.1 of RFC 3015.
            Now the result will be a transactioReply with transaction id = 0 and an
            ErrorDescriptor.</p>
          <p>Own Id: OTP-4359</p>
          <p>Aux Id: Seq 7330</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.0.3</title>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Handling of comments in text messages incorrect.</p>
          <p>For the ordinary text codec comments did not work. For the
            flex text codecs, double quoted strings in comments did not
            work.</p>
          <p>Own Id: OTP-4299</p>
          <p>Aux Id: Seq 7330</p>
        </item>
        <item>
          <p>The <c><![CDATA[streams]]></c> field in MediaDescriptor, has been
            made optional in order to comply with IGv6 6.50. It does
            also mean that the new default value is <c><![CDATA[asn1_NOVALUE]]></c>.</p>
          <p>Own Id: OTP-4288</p>
        </item>
        <item>
          <p>The user arguments was not supplied to the callback function 
            <c><![CDATA[handle_unexpected_trans]]></c> as described by 
            <seealso marker="megaco_user">megaco_user</seealso>.</p>
          <p>Own Id: OTP-4290</p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <list type="bulleted">
        <item>
          <p>The <em>scanner</em> item of system info has been removed and instead
            been replaced by <em>text_config</em>. Also no longer contains any MFA info. 
            From now on, just the text config.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.0.2</title>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Added another binary decoder; per_bin. 
            <br></br>To be able to <em>use</em> the per_bin encoder the ASN.1 
            application of version 1.3.2 or later is needed for R8B systems. 
            For R7B01, ASN.1 of version 1.3.1.3 or later must be used.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Memory leak in the flex scanner. Message larger then approx. 
            1000 bytes cannot be decoded. Will cause a core dump!
            Note that this will only be a problem <em>if</em> the flex scanner
            has been configured as encoding/decoding module!</p>
          <p>Own Id: OTP-4236
            </p>
        </item>
        <item>
          <p>Fixed Makefile.in for the flex scanner. Removed unnecessary
            '-lfl' link option.</p>
          <p>Own Id: OTP-4224
            </p>
        </item>
        <item>
          <p>Installed source was not placed in their proper (sub-) 
            directory. </p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.0.1</title>

    <section>
      <title>Improvements and new features</title>
      <p>-</p>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <list type="bulleted">
        <item>
          <p>The megaco application now forward's unexpected replies.
            This is done with a call to 
            <seealso marker="megaco_user#handle_unexpected_trans">handle_unexpected_trans/3</seealso>.</p>
          <p>Own Id: OTP-4212
            <br></br>Aux Id: Seq 7181
            </p>
        </item>
        <item>
          <p>Megaco leaves entries in the megaco_replies table.</p>
          <p>Own Id: OTP-4213
            <br></br>Aux Id: Seq 7208
            </p>
        </item>
      </list>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>

  <section>
    <title>Megaco 1.0</title>

    <section>
      <title>Improvements and new features</title>
      <list type="bulleted">
        <item>
          <p>Flex scanner: Added <em>scanner</em> to system info.</p>
        </item>
      </list>
    </section>

    <section>
      <title>Fixed bugs and malfunctions</title>
      <p>-</p>
    </section>

    <section>
      <title>Incompatibilities</title>
      <p>-</p>
    </section>

    <section>
      <title>Known bugs and problems</title>
      <p>-</p>
    </section>
  </section>
</chapter>