Ok check conifig_site.h. PJSUA_MAX_CALLS needs to be thread count x. I assume 1 call per thread. Make sure PJSUA_MAX_PLAYERS is PJSUA_MAX_CALLS You will need one player per call or thread. At 01:33 AM 8/8/2009, Jose Suarez wrote: >Hi all, >I want to program an automatic dialer using pjLib, I'm using the >pjsua example for do this. But I have a doubt. My automatic dialer >only need to make a call and play a message, I want to run 'x' >number of threads, that is my dialer has 'x' number of thread, each >one make a call to a specified number and then play a message, the >question is: Do I need one dsp for each play message? I think no, >because the file is already sampled and I want to pass via RTP only >that samples, is that true? >Another question, Why the pjsua_call_make_call function need to >retrieve the audio device? When I execute the pjsua example it fails >because the following error: "Error retrieving default audio device >parameters: Unable to find dafult audio device"? If I want to make a >Call using SIP why does it need an audio device? So If I want to do >a lot of call simultaneusly I need one audio device for each >thread??? How can I configure that?? > >Thanks In advace, I'm very newbie in VOIP!!!!!!!! HEEEELPPPP!!! > >Bye >jose >_______________________________________________ >Visit our blog: http://blog.pjsip.org > >pjsip mailing list >pjsip at lists.pjsip.org >http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090809/18ac542d/attachment.html>