Hi friends<br><br>Since my efforts to find an open source solution for SS7 on freeswitch did not meet any success, we had to resort to a cheap trick!<br><br>chan_ss7 &lt;-&gt; Asterisk &lt;-&gt; FreeSWITCH<br><br>where * and FS are on the same machine. <br>
<br>Since we wanted to do only 120 calls per machine, it has worked out pretty well. Doing more than 150 calls is meeting a CPU bottleneck (surprisingly from FS side!)<br><br>One interesting thing, we noted was that FS was taking considerably more CPU cycles than Asterisk (sometimes thrice as much!) when the calls were sent from Asterisk to FS. The dialplan on Asterisk was playing gsm audio (demo context) while FS dialplan was just sleeping! I believe, this is surprising?<br>
<br>When doing SIP calls from FS to Asterisk, the CPU loads are comparable. I was under the impression that FS take less CPU cycles?<br><br>My team member is writing a report with all performance stats, shall share when it is done. <br>
<br>Bye,<br>Anita.<br><br>