Hi,

Thanks for the pointer, I will work on "Jukecall" and find out how it can be
utilized for the testing.

So far I have not yet found any Freeware/Open Source Audio testing tool as
such will have to search more.

Thanks,
Ranganath B


On 4/17/08, Stefan Sayer <[EMAIL PROTECTED]> wrote:
>
>
>
> Ranganath B wrote:
>
> > Hi,
> >
> > Thanks again for your response, I guess I had a little misunderstanding
> > with working of SEMS.
> >
> > Well, I had an idea to test the following things using SEMS:
> >
> > 1) Voicemail.
> > 2) IVR.
> > 3) Conference.
> >
>
> 4) Bandwidth control.
> > 5) Audio path testing - Here I want to force all the RTP packets through
> > SEMS and then run some RTP test tool available free online on the same
> > machine and measure the audio quality.
> >
> try apps/examples/jukecall (
> http://ftp.iptel.org/pub/sems/doc/current/ModuleDoc_jukecall.html ).
>
> normally it strips 3 characters from username, so you may want to modify
> that (string callee = "sip:" + dlg.user + "@" + dlg.domain;).
>
> then
> if (method=="INVITE" && uri=~"test" && src_ip!=aa.bb.cc.dd) {
>   t_relay_to_udp("aa.bb.cc.dd", "5070");
>   break;
> }
>
> with aa.bb.cc.dd SEMS' IP.
>
> what free RTP audio quality analysis tools have you found?
>
> hth
> Stefan
>
>
> > I guess my first 3 requirements are satisfied using SEMS :-)
> >
> > I tested conference the way it was described in our earlier emails and
> > it works fine :-)
> >
> > Thanks and Regards,
> > Ranganath B
> >
> > --
> Stefan Sayer
> VoIP Services
>
> [EMAIL PROTECTED]
> www.iptego.com
>
> iptego GmbH
> Am Borsigturm 40
> 13507 Berlin
> Germany
>
> Amtsgericht Charlottenburg, HRB 101010
> Geschaeftsfuehrer: Alexander Hoffmann
>
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to