Hi I'm looking for a possibility to have some calls on the headset and some on the loudspeakers. So both devices are attached to the bridge and the application does switch by connecting the "legs", like to a null-device or ringback.... I speak and hear over head set and now in the middle of the talk I want to give the sound on the loudspeakers that the crowd in the office can hear it... and then I switch back to headset only. For this I need second device. I think it should be an active port (pjmedia_conf_add_port) as I do not want to do the put_frame() manually. Michael. --- On Thu, 1/29/09, Nanang Izzuddin <nanang at pjsip.org> wrote: From: Nanang Izzuddin <nanang@xxxxxxxxx> Subject: Re: How to attach second audio device? To: "pjsip list" <pjsip at lists.pjsip.org> Date: Thursday, January 29, 2009, 8:23 PM Hi, I guess the second sound device (and so on) can be added to conference bridge using pjmedia_conf_add_passive_port(). Regards, nanang On Thu, Jan 29, 2009 at 10:57 PM, Michael <michael_zurich at yahoo.com> wrote: > Hi > > I want to attach second audio device to conference bridge. > Device 1 headset, device 2 loudspeakers. > > I tried: > > // create sound port > status = pjmedia_snd_port_create(pjsua_var.pool, rec_id2, play_id2, > clock_rate, channel_count, samples_per_frame, bits_per_sample, 0, > &snd_port); > > // connect sound port to media port > status = pjmedia_snd_port_connect( snd_port, media_port ); > > // connect media port to conference bridge > status = pjmedia_conf_add_port(pjsua_var.mconf, pjsua_var.pool, media_port, > NULL, NULL); > > But how to create a second media port? > status = pjmedia_null_port_create(pjsua_var.pool, clock_rate, channel_count, > samples_per_frame, bits_per_sample, &media_port); > > does not work... > > Any idea? > > Michael. > > > > _______________________________________________ > 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 > > _______________________________________________ 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/20090129/f1ebcab4/attachment.html>