search for: ast_pthread_create_background

Displaying 1 result from an estimated 1 matches for "ast_pthread_create_background".

2010 Jan 11
1
MeetMe Conferencing - Announce your own join/leave to yourself and other conference members
Hi all, I'm trying to get the MeetMe system to take a caller and announce to them they've joined the conference in addition to the other members of the conference assuming previous members of the conference >= 1. I can see where the meetme.c app actually processes it using the ast_pthread_create_background(&conf->announcethread, NULL, announce_thread, conf); function. The problem is that it's passing the conf data and not the chan data so it filters out the new caller to the conference and announces the caller's name to the rest of the conference with the announce_thread function. With...