blob: 627b2d93829ecc2fd9895f153b19814fbf58c4c4 [file] [log] [blame]
Neels Hofmeyrac69ea92018-12-19 00:27:50 +01001DLMGCP MGCP client: using endpoint domain '@mgw'
Philipp Maier1dc6be62017-10-05 18:25:37 +02002DLMGCP message buffer to small, can not generate MGCP message
Neels Hofmeyrc8f37cb2017-11-30 13:43:11 +01003
4test_mgcp_client_cancel():
Neels Hofmeyrac69ea92018-12-19 00:27:50 +01005DLMGCP MGCP client: using endpoint domain '@mgw'
Neels Hofmeyrc8f37cb2017-11-30 13:43:11 +01006- composed msg with trans_id=1
7- not in queue yet, cannot cancel yet
8DLMGCP Cannot cancel, no such transaction: 1
9- enqueue
10- cancel succeeds
11DLMGCP Canceled transaction 1
12- late response gets discarded
13DLMGCP Cannot find matching MGCP transaction for trans_id 1
14- canceling again does nothing
15DLMGCP Cannot cancel, no such transaction: 1
16test_mgcp_client_cancel() done
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010017
18test_sdp_section_start() test [0]:
19body: ""
Neels Hofmeyr10835332018-02-21 14:55:34 +010020DLMGCP MGCP response: cannot find start of SDP parameters
21got rc=-22
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010022
23test_sdp_section_start() test [1]:
24body: "\n\n"
25got rc=0
26got audio_port=0
27
28test_sdp_section_start() test [2]:
29body: "\r\n\r\n"
30got rc=0
31got audio_port=0
32
33test_sdp_section_start() test [3]:
34body: "\n\r\n\r"
35got rc=0
36got audio_port=0
37
38test_sdp_section_start() test [4]:
39body: "some mgcp header data\r\nand header params\n\nm=audio 23\r\n"
40got rc=0
41got audio_port=23
42
43test_sdp_section_start() test [5]:
44body: "some mgcp header data\r\nand header params\r\n\r\nm=audio 23\r\n"
45got rc=0
46got audio_port=23
47
48test_sdp_section_start() test [6]:
49body: "some mgcp header data\r\nand header params\n\r\n\rm=audio 23\r\n"
50got rc=0
51got audio_port=23
52
53test_sdp_section_start() test [7]:
54body: "some mgcp header data\r\nand header params\n\r\nm=audio 23\r\n"
Neels Hofmeyr10835332018-02-21 14:55:34 +010055DLMGCP MGCP response: cannot find start of SDP parameters
56got rc=-22
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010057
58test_sdp_section_start() test [8]:
59body: "some mgcp header data\r\nand header params\r\n\rm=audio 23\r\n"
Neels Hofmeyr10835332018-02-21 14:55:34 +010060DLMGCP MGCP response: cannot find start of SDP parameters
61got rc=-22
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010062
63test_sdp_section_start() test [9]:
64body: "some mgcp header data\r\nand header params\n\r\rm=audio 23\r\n"
Neels Hofmeyr10835332018-02-21 14:55:34 +010065DLMGCP MGCP response: cannot find start of SDP parameters
66got rc=-22
Philipp Maier704c4f02018-06-07 18:51:31 +020067DLMGCP ptmap contains illegal mapping: codec=113 maps to pt=2
68DLMGCP ptmap contains illegal mapping: codec=0 maps to pt=100
69DLMGCP ptmap contains illegal mapping: codec=113 maps to pt=2
70DLMGCP ptmap contains illegal mapping: codec=0 maps to pt=100
Neels Hofmeyra1756f32016-05-20 21:59:55 +020071Done