pjsua2 and conference bridge?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

I'm looking for a solution to connect a call to a conference bridge with pjsua2 (c++).
The examples are showing only to connect a call to an AudioMedia type, not a "virtual adapter" like a bridge (http://www.pjsip.org/docs/book-latest/html/call.html#receiving-incoming-calls), e.g.:

AudioMedia *aud_med = (AudioMedia *)getMedia(i);

// Connect the call audio media to sound device
AudDevManager& mgr = Endpoint::instance().audDevManager();
aud_med->startTransmit(mgr.getPlaybackDevMedia());
mgr.getCaptureDevMedia().startTransmit(*aud_med);
...

and a conference bridge is still not implemented in pjsua2?
How I can feed the bridge with the call-instance audiostream without using soundcards?
Are there solutions or a better documentation available for this?

Thank you, best regards Adi

_______________________________________________
Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org



[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux