blob: e3b611314ebe2699f004b1802ead3cc0374b9296 [file] [log] [blame]
Neels Hofmeyra1756f32016-05-20 21:59:55 +02001
2===== test_crcx =====
3composed:
4-----
5CRCX 1 17@mgw MGCP 1.0
6C: 2a
7L: p:20, a:AMR, nt:IN
8M: loopback
9
10-----
11composed response:
12-----
13200 1 OK
14I: 1
15
16v=0
17o=- 1 23 IN IP4 10.9.1.120
18s=-
19c=IN IP4 10.9.1.120
20t=0 0
21m=audio 16002 RTP/AVP 98
22a=rtpmap:98 AMR/8000
23a=ptime:20
24
25-----
26response cb received:
27 head.response_code = 200
28 head.trans_id = 1
29 head.comment = OK
30 audio_port = 16002
Philipp Maier1dc6be62017-10-05 18:25:37 +020031
32Generated CRCX message:
33CRCX 1 23@mgw MGCP 1.0
34C: 2f
35I: 11
36L: p:20, a:AMR, nt:IN
37M: sendrecv
38
39Generated MDCX message:
40MDCX 2 23@mgw MGCP 1.0
41C: 2f
42I: 11
43M: sendrecv
44
45c=IN IP4 192.168.100.23
46m=audio 1234 RTP/AVP 255
47
48Generated DLCX message:
49DLCX 3 23@mgw MGCP 1.0
50C: 2f
51I: 11
52
53Generated AUEP message:
54AUEP 4 23@mgw MGCP 1.0
55
56Generated RSIP message:
57RSIP 5 23@mgw MGCP 1.0
58
59Overfolow test:
60
Neels Hofmeyra1756f32016-05-20 21:59:55 +020061Done