<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1028" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'>Dear All;<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>

<pre><b><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial;
font-weight:bold'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hope you are fine. I am developing an application for IAX using C#, and I have a problem sending frames to the server, I don&#8217;t know how exactly I can send the frames. I have saw this site </span></font><a
href="http://splurge.peoples-wireless.com/iax/" target="_blank">http://splurge.peoples-wireless.com/iax/</a> but I couldn&#8217;t understand how can combine the frames. This is the code I have written<o:p></o:p></b></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><o:p>&nbsp;</o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>Public void send(string message)<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>{<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>UdpClient udpClient = new UdpClient();<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>&nbsp;&nbsp;&nbsp; try{<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udpClient.Connect(&quot;82.201.196.147&quot;, 4569);<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'><o:p>&nbsp;</o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Byte[] sendBytes = Encoding.ASCII.GetBytes(message);<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;udpClient.Send(sendBytes, sendBytes.Length);<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></font></pre><pre><font
size=2 color=blue face="Courier New"><span style='font-size:11.0pt;color:blue'>}<o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'>Then I call </span></font></b><b><font
size=2 color=red face=Arial><span style='font-size:11.0pt;font-family:Arial;
color:red;font-weight:bold'>send</span></font></b><b><font size=2 face=Arial><span
style='font-size:11.0pt;font-family:Arial;font-weight:bold'> </span></font></b><b><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial;font-weight:
bold'>method and give it the frame to send like for example (</span></font></b><b><font
size=2 color=red face=Arial><span style='font-size:11.0pt;font-family:Arial;
color:red;font-weight:bold'>0x0d</span></font></b><b><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial;font-weight:bold'>) but I always get
this from the server<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=red face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:red;font-weight:bold'>1696.476346 82.201.205.17
-&gt; 82.201.196.147 IAX2 Mini packet, source call# 17969, timestamp 8297ms,
unknown (0x00)<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=red face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:red;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=red face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:red;font-weight:bold'>OR<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=red face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:red;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=red face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:red;font-weight:bold'>82.201.205.17 -&gt;
82.201.196.147 IAX2 Mini packet, source call# 24930, timestamp 25444ms, empty frame<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'>If anyone can help sending an example of
what I can put in the message variable that the server can understand and how
can I combine the frames described in the link below will be great.<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Thank you. <o:p></o:p></span></font></p>

</div>

</body>

</html>