Dear all,<br><br>I tried to use FS in client mode, starting calls with mod_portaudio to our providers gateway ( a Cirpack softswitch )<br>I experienced that there is 2-3 sec delay in the call, its choppy and robot like.<br>
I tested it with a softphone, and an ip phone and everything was fine. I traced back the problem to mod_portaudio sending 3 rtp packet in 60ms instead of 1 packet/20ms.<br><br>Here is an rtp statistic from a call: (see <a href="http://pastebin.freeswitch.org/4307">http://pastebin.freeswitch.org/4307</a> for the complete list and sip trace)<br>
<br>Packet&nbsp;&nbsp;&nbsp; Sequence&nbsp;&nbsp;&nbsp; Delta (ms)&nbsp;&nbsp;&nbsp; <br>42&nbsp; 26138&nbsp;&nbsp;&nbsp; 0.00&nbsp;&nbsp;&nbsp; <br>43&nbsp;&nbsp;&nbsp; 26139&nbsp;&nbsp;&nbsp; 0.02&nbsp;&nbsp;&nbsp; <br>46&nbsp;&nbsp;&nbsp; 26140&nbsp;&nbsp;&nbsp; 45.69<br>47&nbsp;&nbsp;&nbsp; 26141&nbsp;&nbsp;&nbsp; 0.02&nbsp;&nbsp;&nbsp; <br>48&nbsp;&nbsp;&nbsp; 26142&nbsp;&nbsp;&nbsp; 2.96&nbsp;&nbsp;&nbsp; <br>52&nbsp;&nbsp;&nbsp; 26143&nbsp;&nbsp;&nbsp; 56.31<br>53&nbsp;&nbsp;&nbsp; 26144&nbsp;&nbsp;&nbsp; 5.75&nbsp;&nbsp;&nbsp; <br>
54&nbsp;&nbsp;&nbsp; 26145&nbsp;&nbsp;&nbsp; 0.02&nbsp;&nbsp;&nbsp; <br>58&nbsp;&nbsp;&nbsp; 26146&nbsp;&nbsp;&nbsp; 51.99<br>59&nbsp;&nbsp;&nbsp; 26147&nbsp;&nbsp;&nbsp; 0.03&nbsp;&nbsp;&nbsp; <br>60&nbsp;&nbsp;&nbsp; 26148&nbsp;&nbsp;&nbsp; 2.96&nbsp;&nbsp;&nbsp; <br>63&nbsp;&nbsp;&nbsp; 26149&nbsp;&nbsp;&nbsp; 42.95<br>65&nbsp;&nbsp;&nbsp; 26150&nbsp;&nbsp;&nbsp; 17.06<br>66&nbsp;&nbsp;&nbsp; 26151&nbsp;&nbsp;&nbsp; 0.02&nbsp;&nbsp;&nbsp; <br>67&nbsp;&nbsp;&nbsp; 26152&nbsp;&nbsp;&nbsp; 2.90&nbsp;&nbsp;&nbsp; <br>71&nbsp;&nbsp;&nbsp; 26153&nbsp;&nbsp;&nbsp; 56.99<br>
72&nbsp;&nbsp;&nbsp; 26154&nbsp;&nbsp;&nbsp; 0.03&nbsp;&nbsp;&nbsp; <br>73&nbsp;&nbsp;&nbsp; 26155&nbsp;&nbsp;&nbsp; 0.02&nbsp;&nbsp;&nbsp; <br><br>Did anyone else experience similar problems?<br>Is this the desired behaviour, because portaudio get data in 60ms interval or can I set it to 20ms somehow?<br><br>
Thanks,<br><br>Csaba Zelei<br><br><br>