Home | History | Annotate | Download | only in audio

Lines Matching refs:conference

83 #define CSD_CALL_CONFERENCE	"com.nokia.csd.Call.Conference"
85 #define CSD_CALL_CONFERENCE_PATH "/com/nokia/csd/call/conference"
129 gboolean conference;
281 DBG("telephony-maemo6: releasing conference call");
408 "Conference");
514 if (call->conference)
731 multiparty = call->conference ?
1028 call->conference = FALSE;
1134 error("Unexpected parameters in Conference.%s",
1141 error("Conference signal for unknown call %s", path);
1145 DBG("Call %s %s the conference", path, joined ? "joined" : "left");
1147 call->conference = joined;
1475 call->conference = conf;