HI Raúl,

I tested with simple IVR script:
---
Class IvrDialog(IvrDialogBase):

def onSessionStart(self, hdrs):

debug("Application started.")
   self.announce = IvrAudioFile()
self.announce.open("/usr/local/sems-callcontrol/lib/sems/audio/default_en.wav", AUDIO_READ)
   self.enqueue(self.announce,None)

def onBye(self):
   self.stopSession()
---

and SIPP testing tool (sipmle 1s call - default scanario):
---
$ sipp -sn uac -i 192.168.1.101 -d 1000 -r 200 192.168.1.106:5080
---

Br,
Bálint


Raúl Alexis Betancor Santana wrote:
On Friday 26 February 2010 12:37:22 Balint Kovacs wrote:
Hi Stefan,

I tested the IVR plugin with a simple script and sipp.
1 million call with 150cps the SEMS use ~30% of 2GB memory,
after that I decreased the cps to 35 and the memory usage went to ~12%.
Now the SEMS running with 35 cps and created more than 3 million call.
8-)

Now the memory leak and the crash seems to be fixed.

Thank you

Best Regards,
Balint

Could you post your sipp script for testing, that would help on testing other things in SEMS.

Best regards.


--
        Balint Kovacs
Software Engineer
Gamma Telecom
Mobile  +36 (06) 70 244 6677
Phone   +44 (0) 207 078 8213
Email   [email protected] <mailto:[email protected]>
Web     www.gammatelecom.com <http://www.gammatelecom.com>

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to