Home | History | Annotate | Download | only in call

Lines Matching refs:console_

174       console_->Print(RECEIVE_COMMANDS);
182 console_->SetPrompt(NULL);
191 console_->Print(CALL_COMMANDS);
204 console_->Printf(
232 console_->Print(CONSOLE_COMMANDS);
299 console_->SetPrompt(NULL);
300 console_->Print("call destroyed");
309 console_->Print("connecting...");
313 console_->Print("logging in...");
317 console_->Print("logged in...");
324 console_->Print("logged out..." + strerror(error));
406 console_->Printf("Incoming call from '%s'", jid.Str().c_str());
415 console_->Print("calling...");
417 console_->Print("call answered");
419 console_->Print("call not answered");
421 console_->Print("call in progress");
423 console_->Print("other side hung up");
481 console_->Printf("Adding to roster: %s", key.c_str());
484 console_->Printf("Removing from roster: %s", key.c_str());
492 console_->SetPrompting(false);
493 console_->Printf("Roster contains %d callable", roster_->size());
496 console_->Printf("%s - %s",
501 console_->SetPrompting(true);
520 console_->Printf("Invalid JID. JIDs should be in the form user@domain\n");
529 console_->Printf("Requesting to befriend %s.\n", name.c_str());
576 console_->Printf("Found %s '%s'", options.is_muc ? "room" : "online friend",
580 console_->Printf("Could not find online friend '%s'", name.c_str());
590 console_->SetPrompt(jid.Str().c_str());
615 console_->Printf("Invalid JID. JIDs should be in the form user@domain\n");
629 console_->Printf("Calling %s's voicemail.\n", to.Str().c_str());
634 console_->Printf("Unable to voicemail %s.\n", to.Str().c_str());
639 console_->Printf("Adding stream (%u, %u)\n", audio_src_id, video_src_id);
646 console_->Printf("Removing stream (%u, %u)\n", audio_src_id, video_src_id);
698 console_->Printf("Unable to make valid muc endpoint for %s", room.c_str());
704 console_->Printf("This MUC already exists.");
717 console_->Printf("Invited to join %s by %s.\n", room.Str().c_str(),
719 console_->Printf("Available media:\n");
725 console_->Printf(" %s, %s\n",
730 console_->Printf(" None\n");
743 console_->Printf("Joined \"%s\"", muc->jid().Str().c_str());
822 console_->Printf("Invalid MUC JID.");
828 console_->Printf("No such MUC.");
851 console_->Printf("Failed to join \"%s\", code=%d",
854 console_->Printf("Kicked from \"%s\"",
867 console_->Printf("Not in a room yet; can't invite.\n");
875 console_->Printf("Not in room %s.\n", room.c_str());
891 console_->Printf("No such friend as %s.\n", user.c_str());