Hello Benny, i think i misunderstood the doc. I tried to do what you said but i had no success. the code is attached. thank you > Date: Wed, 19 Aug 2009 11:46:24 +0100 > From: bennylp@xxxxxxxxx > To: pjsip at lists.pjsip.org > Subject: Re: a few questions > > On Wed, Aug 19, 2009 at 10:16 AM, Tiago Ferreira<maiaboy at hotmail.com> wrote: > > I have a very noob question. When I use the player, the sound goes out the > > source computer that is running pjsip. But it never reaches the end computer > > that is running the soft phone. > > Actually that's because you're instructing pjsua to do that, with > conf_connect(file, 0). You need to use > "conf_connect(lib.player_get_slot(player), call_info.conf_slot)" > instead, and you need to do this in your on_media_state callaback. I > think the doc has been clear about it, hasn't it? ;-) > > Cheers > Benny > > _______________________________________________ > 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 _________________________________________________________________ Show them the way! Add maps and directions to your party invites. http://www.microsoft.com/windows/windowslive/products/events.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090819/9c9c1694/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: firstTry.py Type: text/x-python Size: 2935 bytes Desc: not available URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090819/9c9c1694/attachment.py>