blob: e114f791cb62db427e5091bd8acb5743e445f5c2 [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 Hofmeyre8278312019-09-19 03:06:46 +020020DLMGCP MGCP response contains no SDP parameters
21got rc=0
22got audio_port=0
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010023
24test_sdp_section_start() test [1]:
25body: "\n\n"
26got rc=0
27got audio_port=0
28
29test_sdp_section_start() test [2]:
30body: "\r\n\r\n"
31got rc=0
32got audio_port=0
33
34test_sdp_section_start() test [3]:
35body: "\n\r\n\r"
36got rc=0
37got audio_port=0
38
39test_sdp_section_start() test [4]:
40body: "some mgcp header data\r\nand header params\n\nm=audio 23\r\n"
41got rc=0
42got audio_port=23
43
44test_sdp_section_start() test [5]:
45body: "some mgcp header data\r\nand header params\r\n\r\nm=audio 23\r\n"
46got rc=0
47got audio_port=23
48
49test_sdp_section_start() test [6]:
50body: "some mgcp header data\r\nand header params\n\r\n\rm=audio 23\r\n"
51got rc=0
52got audio_port=23
53
54test_sdp_section_start() test [7]:
55body: "some mgcp header data\r\nand header params\n\r\nm=audio 23\r\n"
Neels Hofmeyre8278312019-09-19 03:06:46 +020056DLMGCP MGCP response contains no SDP parameters
57got rc=0
58got audio_port=0
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010059
60test_sdp_section_start() test [8]:
61body: "some mgcp header data\r\nand header params\r\n\rm=audio 23\r\n"
Neels Hofmeyre8278312019-09-19 03:06:46 +020062DLMGCP MGCP response contains no SDP parameters
63got rc=0
64got audio_port=0
Neels Hofmeyra8c6a9c2018-02-21 15:36:45 +010065
66test_sdp_section_start() test [9]:
67body: "some mgcp header data\r\nand header params\n\r\rm=audio 23\r\n"
Neels Hofmeyre8278312019-09-19 03:06:46 +020068DLMGCP MGCP response contains no SDP parameters
69got rc=0
70got audio_port=0
Philipp Maier704c4f02018-06-07 18:51:31 +020071DLMGCP ptmap contains illegal mapping: codec=113 maps to pt=2
72DLMGCP ptmap contains illegal mapping: codec=0 maps to pt=100
73DLMGCP ptmap contains illegal mapping: codec=113 maps to pt=2
74DLMGCP ptmap contains illegal mapping: codec=0 maps to pt=100
Philipp Maier48635912020-06-25 20:16:22 +020075DLMGCP MGCP client: using endpoint domain '@mgw'
76DLMGCP Cannot compose MGCP e1-endpoint name (ds/e1-15/s-1/su128-0@mgw), rate(128)/offset(0) combination is invalid!
77DLMGCP Cannot compose MGCP e1-endpoint name (ds/e1-15/s-1/su8-16@mgw), rate(8)/offset(16) combination is invalid!
78DLMGCP Cannot compose MGCP e1-endpoint name (ds/e1-15/s-0/su8-2@mgw), E1-timeslot number (0) is invalid!
79DLMGCP Cannot compose MGCP e1-endpoint name (ds/e1-15/s-64/su8-2@mgw), E1-timeslot number (64) is invalid!
Neels Hofmeyra1756f32016-05-20 21:59:55 +020080Done