Hi, When is the correct time to set a call group? I see in the headers
/** * Set the call group for this call. * * Note: this must be set before inserting * the session to the scheduler! */ void setCallgroup(const string& cg); But I see examples - e.g. conference.cpp - where it appears that call is made after the session has been scheduled. Also, is there anything special about the callgroup string? or can it be any legal c++ string? Thanks Jeremy _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
