Searched defs:voicemail (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc132 " voicemail [jid] Leave a voicemail for the user with the given JID.\n"
229 } else if (command == "voicemail") {
550 } else if (callto_jid.resource() == "voicemail") {
551 // if the resource is /voicemail, allow that
628 const buzz::Jid& voicemail) {
629 console_->Printf("Calling %s's voicemail.\n", to.Str().c_str());
630 PlaceCall(voicemail, cricket::CallOptions());
634 console_->Printf("Unable to voicemail %s.\n", to.Str().c_str());
627 OnFoundVoicemailJid(const buzz::Jid& to, const buzz::Jid& voicemail) argument

Completed in 60 milliseconds