<div dir="ltr">Hello,<br><br>we are developing an open source,  distributed, scalable media processing framework (using excellent Freeswitch as the media core) and we are implementing a Verto protocol proxy as part of it.<br><br>We have some doubts related to the bandwidth test implemented in 1.6.5. Please tell me if I am correct:<br><br>1. First, the client sends &quot;#SPU (number1)&quot; where number1 is the amount of bytes it is going to send next with &quot;#SPB&quot; messages (262.144 in my case).<br>2. Then it finishes with a &quot;#SPE&quot; message.<br>3. The server answers then with a #SPU (number2), and seems to send 10x bytes (2.621.440 in my case) What does number2 mean?<br>4. Then, the server finishes with a &quot;#SPD (number3)&quot;. Again, what does number3 mean?<br><br>More questions would be:<br>- Is it possible to put several (many) of concurrent &#39;invites&#39; over the same verto connection or you really need to open a new connection for each call? Would it be efficient?<br>- Is it possible to &#39;insert&#39; a channel into Freeswitch without using any endpoint? (Verto or SIP) I mean, an API for sending an SDP and destination number (over the event socket connection for example) and getting a reply SDP from Freeswitch?<br><br>Thank you very much in advance,<br><br>Carlos Gonzalez.</div>