Using FaceTime For Clients in Travel Company

We own a travel agency in Canada with clients across Canada and US - We would like to use faceTime interact with our clients.  Is this possible?

Hi there,
Tagging was an error on my part!  Your assistance is helpful and appreciated.  We have Facetime up and running on several agents computers.  I was wondering if it is a viable way to communicate (via video) with clients.  I appreciate that only Mac, Iphone, Ipad & Itouch users can use this service. Also aware that they (client) would have to add us to their 'Contacts List!'
A large hotel chain in the US (Starwood) offers Facetime by their clients calling a toll-free number.  When I call this same number it does not work from my Mac computer (i verified this number does work by calling it!).
... http://www.starwoodhotels.com/alofthotels/newsevents/news/detail.html?mode=press ReleasesDetail&id=FaceTime01102011
Any thoughts would be appreciated. 
P.S. All of our agents would be suing their iMac for Facetime interaction!.
David

Similar Messages

  • Client Server program using Applets for client

    Creating a client server program using Applets for the clients.
    Having problems distrubting the message from client to client
    using ObjectOutputStreams/ObjectInputSteams.
    I can connect each client to simple server and respond with by writting
    the i/o stream of each client but unable to communicate from client to client. If any one out there has in tips of creating a class of objectOutputStreams that holds a array of ObjectOutputStreams and then broadcasts the message to every client, it would be much appreciated
    Thanks.

    Cheers poop for your reply
    I never explained the problem properly. What it is I am trying to set up a Client Server program using Applets as the clients GUI. The problem is broadcasting the message to multiply client connnection(s).
    Below is code, each client can connect and send message to the server. The problems is broadcasting the message to every client connection. The every client can input a message but only the last connected client can receive the message?????? Thanks in advance..
    /*this my server class */
    import java.io.*;
    import java.net.*;
    public class Server extends JFrame
    private static final int ServerPort=8080;
    private static final int MaxClients=10;
    private ObjectOutputStream output=null;
    private ObjectInputStream input=null;
    private BroadCastMessage broadcastMessage;
    public void runServer()          
    BroadCastMessage broadcastMessage= new BroadCastMessage();
    try
    {  //connect to server
    ServerSocket s = new ServerSocket(ServerPort,MaxClients);
         //listen to port 5000 for new connections
         ///max is 25
         System.out.println("Server listening on port "+ServerPort);
    while (state.isProgramRunning())
         try
         /// sGUI.waitForConnection();//new line
         s.setSoTimeout(100);
         //enable times in server-socket
         while (true)     
         Socket incoming = s.accept();
         //wait and accept connnections from serverSocket
         //instance of the class,pases the new connection and message
         //spawn as a thread
         SocketConnection connection=new SocketConnection(incoming,broadcastMessage);
         Thread a = new Thread(connection); a.start();
         System.out.println(state.getConnectionCount()+"Connection received from :"+incoming.getInetAddress());
         catch(InterruptedIOException x){}
    while (state.getConnectionCount()>0);
    System.exit(0);
    }catch (IOException e){}
    public static void main(String[] args)
    Server s =new Server();
         s.runServer();
    /*this is my socket connection thread*/
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    public class SocketConnection implements Runnable
    private ObjectOutputStream out;
    private ObjectOutputStream output=null;
    private ObjectInputStream input=null;
    private BroadCastMessage passOnMessage;
    private Socket theConnection=null;
    private String Inmessage="";
    private int Ocount;
    public SocketConnection(Socket caller,BroadCastMessage broadcastMessage,Ocount)
    theConnection =caller;///(5000,n)
    Ocount=ncount;
    passOnMessage=broadcastMessage;
    public void run()
    try
    getStreams();
    processConnection();
    catch(Exception e)
    {String clientDetails=("connection from IP Address: "+theConnection.getInetAddress());}
    private synchronized void getStreams() throws IOException
    { //get streams to send and receive data
    //set up output buffer to send header information
    ///Ocount++;
    //create new objectoutputstream
    output=passOnMessage.getOutputObject(output,theConnection,Ocount);
    ///flush output buffer to send header info.
    Ocount++;
    //set up input stream for objects
    input =new ObjectInputStream(
    theConnection.getInputStream());
    System.out.print("\nGot I/O streams\n");
    private synchronized void processConnection()throws IOException
    //process connection with client
    String Outmessage =" count : "+status.getConnectionCount();
    //send connection successful message to client
         Outmessage=Outmessage+"SERVER>>>Connection successful";
         output.writeObject(Outmessage);
    output.flush();
    do ///process messages sent from client
         try
         Inmessage = (String) input.readObject();
         System.out.println(Inmessage);
         /* //while the connection is open each line
         that is passed from the client to the server
         is read in and is displayed*/
         messageDetails.setMessage(Inmessage);
         String CurrentMessage=messageDetails.getMessage();
         //output.writeObject(CurrentMessage);
         // output.flush();
         passOnMessage.FloodMessage(CurrentMessage);
         //sending out the message
    catch(ClassNotFoundException classNotFoundException){}
    }while (!Outmessage.equals("CLIENT>>>TERMINATE"));
    /*this my attempt at broadcasting the message to all clients
    my thinking was that you could create a array of objectoutputstreams
    which in turn could be broadcasted(bit confussed here)*/
    import java.io.*;
    import java.net.*;
    public class BroadCastMessage /// implements Runnable
    private int count;
    private String Inmessage="";
    private ObjectOutputStream temp=null;
    private ObjectOutputStream[] output = new ObjectOutputStream [12];
    //temp level of array of objects
    public BroadCastMessage()
    count=0;
    public synchronized void FloodMessage(String message) throws IOException
    System.out.print(count);
         for(int i=0;i<count+1;i++)
         try
    {  System.out.print(count);
         output[count].writeObject(message);
         output[count].flush();
         catch(IOException ioException)
    {ioException.printStackTrace();}
         notifyAll();
    public ObjectOutputStream getOutputObject(ObjectOutputStream out,Socket caller,int Ocount)
    try
    { temp = new ObjectOutputStream(caller.getOutputStream());
         AddObjectOutputStream(temp,Ocount);
    ////FloodMessage();
         catch(IOException ioException)
    {ioException.printStackTrace();}
    return temp;     
    public void AddObjectOutputStream(ObjectOutputStream out,int Ocount)
    { ///add new object to array
    count=Ocount;
    output[count]=out;
    System.out.print("\nthe number of output streams : "+count+"\n");
    }

  • Can I call an iPhone (international number) using FaceTime for Mac?

    I have a MacBook Pro. My husband, who's stationed in Okinawa, has an iPhone 4 with an international phone number. If we are both in a wifi area, does FaceTime for Mac work when calling an international number??

    Bee Bop wrote:
    I have a MacBook Pro. My husband, who's stationed in Okinawa, has an iPhone 4 with an international phone number. If we are both in a wifi area, does FaceTime for Mac work when calling an international number??
    Yes.
    Note that iPhone must be using iOS4.1 (or later) to FaceTime to Mac (or iPod touch).
    On your Mac in your wi-fi area, click "Contacts", find and click on his iPhone's number. If he is connected to compatible wi-fi, he will get your invitation.
    If you need troubleshooting: http://support.apple.com/kb/HT4319
    Message was edited by: EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.4); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.4)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod touch 4.1

  • Mac Pro with External Camera use FaceTime for Mac?

    Any ideas what cameras will work with a Mac Pro that does not have Isight camera? Can I use a Camcorder or still camera that takes videos?

    I use a LogiTech C910 1080 HD Video webcam on my MacPro 8 core and it works great. BestBuy sells them for $79.95 and on sale this week for $10.00 off.. great camera for the price. Also works with iMovie for short clips.
    I just downloaded FaceTime for the Mac and installed it.. called myself using my iPhone 4 and works like a champ.
    It has built in stereo microphone but I use a separate Plantronics USB headset for better sound and listening when talking with someone on Skype or any other video chat.
    CAUTION..If you do test it using your iPhone (in the same room) watch out for the FEEDBACK through the speakers.. be ready to hit the MUTE button on your iPhone or you will get reverb loud and real fast. And it even mutes iTunes when a call comes in.. and when you hang up iTunes comes back up..pretty cool.
    The Logitech C910 doesn't say it will work on a Mac (on the box, it only says Windows) but it does and works just fine. Plus there are other drivers on their web site for the Mac and other cameras.
    Hope this helps..
    Message was edited by: Chris86303
    Message was edited by: Chris86303

  • Have been using FaceTime for long time with same person, for the last two weeks when trying to connect, we get connection failed message, something change in settings that we should look at?

    Now getting FaceTime failed message when trying to connect with a person that were connecting successfully with up unto two weeks ago, has something changed?

    Take a look around you here in this forum. Many people are talking about having problems using FaceTime. A few users claim to have contacted Apple and Apple says that they are aware of an issue with FaceTime and that they are working on it.
    Some users claim that upgrading to iOS 7 solved there problem with FaceTime. Take a look around the forum and read some of the other discussions.

  • Why not keep Forms Central as a separate product to stand and sell on its own. I use it for client information to process their data-ptocessing in my mailing business; do not need or want electronic tabulation. I would be happy to pay several hundred doll

    I use a Forms Central form to ask questions of clients to return with their mailing database; tabulation is not wanted or required. From the answers and boxes marked, I have most or all the information to process data in accordance with the United States Postal Service. After, I return the data and paperwork including eDoc worked so that my company wins, the US Postal Service and my client (and possibly their client) wins! If Forms central was simply an interactive forms builder used for direct B2B or B2C information, it would be a winner. If I wanted SurveyMonkey, then would get it but I and others like me do not need or want tabulation services as I assume Adobe looked at Forms Central as a cash cow; it isn't that at all for me.

    I use a Forms Central form to ask questions of clients to return with their mailing database; tabulation is not wanted or required. From the answers and boxes marked, I have most or all the information to process data in accordance with the United States Postal Service. After, I return the data and paperwork including eDoc worked so that my company wins, the US Postal Service and my client (and possibly their client) wins! If Forms central was simply an interactive forms builder used for direct B2B or B2C information, it would be a winner. If I wanted SurveyMonkey, then would get it but I and others like me do not need or want tabulation services as I assume Adobe looked at Forms Central as a cash cow; it isn't that at all for me.

  • Can I use BAPI_ACC_DOCUMENT_POST for customer clearing(inter company)?

    Hi,
    We were getting errors for object type. Object type is a mandatory field and it is not taking "BKPFF",  "VBRK" and other object key as a valid object key( Check is present in SAP Include LACC9F20 for object type). We have created a new object type in TTYP table and passed in this BAPI "BAPI_ACC_DOCUMENT_POST " . Is this is a correct approach?
    After this correction when we try to post clearing document using BAPI, getting error :- "FI interface: Small difference * USD 30 cannot be distributed".
    We are passing parameters :-
    Document Header :- 
    OBJ_TYPE ( Passing manually created entry of TTYP)
    BUS_ACT( RFBU)
    DOC_TYPE(YD)
    Other entries which I am passing are  OBJ_KEY, OBJ_SYS, USERNAME, COMP_CODE, DOC_DATE, POSTNG_DATE, FISC_YEAR, PERIOD.
    ACCOUNTGL:-
    Item No:-1
    GL Account
    ITEM_TEXT
    AC_DOC_NO(AR Invoice of payment document which I want to clear) for e.g. 7100000001
    Customer
    Item No:-2
    GL Account
    ITEM_TEXT
    AC_DOC_NO(AR Invoice of payment document which I want to clear) for e.g. 7100000002
    Customer
    ACCOUNTRECEIVABLE:-
    Item No.:-3
    Customer( same which i have passed in GL account parameter)
    comp_code:- Header company code
    CURRENCYAMMOUNT:-
    item No:-1
    CURR_TYPE: 10 (company code curr)
    Currency (from document)
    AMT_DOCCUR (amount of AR invoice of account GL item no 1).
    item No:-2
    CURR_TYPE: 10 (company code curr)
    Currency (from document)
    AMT_DOCCUR (amount of AR invoice of account GL item no 2)
    item No:-3
    CURR_TYPE: 10 (company code curr)
    Currency (from document)
    AMT_DOCCUR (Sum of above two AR invoice which will be against customer)
    Do you have any solution for this error? kindly suggest.

    Check if account for payment differents defined ?
    IMG: Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Incoming Payments Global Settings -> Overpayment/Underpayment -> Define Reason Codes / Define Accounts for Payment Differences.

  • Using FaceTime for first time on mini iPad

    When I verify my apple Id to use face time, it goes back to sign in page for FaceTime. I have checked my apple Id and it says it is verified. If I use another device to try FaceTime myself it says my email address is not available to FaceTime.
    The apple website shows illustrations for set up showing FaceTime on off button. When I go into FaceTime icon on my mini iPad I do not have an on off button.

    Hello,
    Here is an Apple help article on this issue: http://support.apple.com/kb/ht4319
    I hope that helps.
    Regards,
    Jake

  • Using PDFs for client proofs

    As a graphic artist, I need to send proofs to my clients.
    I start with Illustrator files (which also use some Photoshop bitmaps) and send PDF proofs to clients. However, when I send these proofs, I see now that the client can still pull out my vector art if he opens them in Illustrator.
    I tried turning off the check box that reads, "Create PDF Compatible File" when I first save the file. I also make sure I save my PDFs as "Smallest" File Size," and make sure the "Preserve Illustrator Editing Capabilities" box is unchecked. But when I open the PDF proof in Illustrator, the file has one layer but many, many selectable vectors.
    Is there a way to protect my art from theft and at the same time let the client review a PDF proof?

    Thanks Aandi and graffiti,
    Yes, contractually is ideal and I am covered on that account. But once a client is tempted to grab those graphics and reuse them without sending me new business it is unpleasant to enforce without making them a little grumpy. I guess either way I will loose business. Its kind of like locks on doors, they only keep honest people honest.
    Exporting to bitmap was the way I was going to go but the PDF preview is nicer to inspect the fine print when zooming in if it remains mostly vector.
    Oh well, its a rough world out there. I just wanted to check and see if there was a better solution to this dilemma.
    Thanks.

  • Using cloud for client content download?...

    I remember reading when signing up for cloud about using cloud to post files for others to download. I read it as though it could be used in the same fashion as yousendit. I see where you can create folders and post files, however I don't see anything regarding security or passwords. Did I misread this or am I not looking in the right place?
    Thanks to all for reading.

    Currently you can only share individual files and not folders. Also a file is either private (only accessible to you) or public (accessible to anyone who has the url). Improved sharing and collaboration are coming as noted in this Creative Cloud blog post http://blogs.adobe.com/creativecloud/coming-soon-to-creative-cloud/.

  • Having problems using facetime for ipods. When i sign in and click next it goes back to the sign in screen ? what do i need to do

    Having problems with facetime on the ipod. When i sign id and click next it goes back to the sign in screen. Any ideas ??

    Have ou tried here:
    iOS: Troubleshooting FaceTime
    Also try resetting the iPod. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.

  • Client & server can use different language when using socket for client/ser

    When building client/server applications using socket , is it that client and server do not need to use both Java as long as they implement the same networking protocol?
    Thanks a lot!

    thank you, DrClap!

  • This is a bit of information for folks that use Robohelp for Word.

    I know this is all a day late and a follar short but for those folks that still use Robohelp for Word:
    If your company is going to Windows 7, X5 will not work.  You need to bump it up to at least RH8.
    Even after you upgrade, if you use the tripane (winhelp_2000) view in RH for Word, it will not work on Windows 7 even with the microsoft patch.  With the patch it will look like an older version of RH in winhelp_4.  At least I have not been able to get it to display.
    What will work is if you compile it in Webhelp.  You will loose some links.  I know I should be moving to Robhelp Html and I tried, but when I did that I got a lot of garbage at the top of all my topics, I lost all my external links and I would have to retrain my partner...
    Now about links.  My only complaint about Robohelp for Word was it's limited external linking capacity.  If you use RH for Word you know you can only brouse to the net or to an htm or html document.  It doesn't mean you can't link to a PDF or an excel spread sheet.  You just can't brouse to it.  You can manually enter the path.  I just changed 740+ htm links to pdf links (pdf in same file as htm and the names were the same except for extension) and it worked.  If you intend to try this back up.
    Anyway, if this helps anyone great..if not thanks for letting me babble.  I like my Robohelp for Word in Webhelp format.
    Peggy Theo.

    Thanks for posting this Peggy.
    It is worth adding that there is another way of continuing to work with Word - using Linked Documents in RoboHelp HTML. You create Word documents entirely independent of RoboHelp and then create topics by linking those documents in a RoboHelp HTML project.
    You cannot create WinHelp that way but WinHelp is on life support and requires users to download a viewer, you cannot distribute it. It really is time to move on from WinHelp.
    RoboHelp for Word is not getting much development and does not get the new features being added to RoboHelp HTML.
    Linking is covered on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • My facetime for MAC wont allow a facetime iphone to connect

    When I call my fiance using facetime for Mac, she attempts to connect but it wont allow her to; yet I can facetime between iPhones with no problem.  Why is this and can it be corrected?

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/ts4185
    -Griff W.

  • Everytime i try to call using facetime, it says it might be a phising website, no idea what is this, this never happened before, is it possible that my ipad mini could havebeen hacked. Please help

    I have been using facetime for past two months and everything was working fine, but yeaterday when i tried calling someone using facetime the a meesage appeared which said " warning this might be a phishing website" then two options are give either to ignore or go back.
    I don't know what to do, can somebody please help me , is it possible that my ipad mini is hacked

    Thanx Allan for that info,but still why does this message appears every time i call someone using Facetime
    Thank you
    Munish

Maybe you are looking for

  • HP dv9740us not going past blue screen with page_fault_in_nonpaged_area error

    I have had very few problems with my laptop until recently.  I have had a couple of minor crashes that I could fix by doing a hard restart.  Last night, I was playing an online game and suddenly my game started to bog down then it froze up completely

  • HT3775 MPG file in Gamebreaker- help needed!

    Hi, I have an .MPG file that I am trying to open in Gamebreaker software. I just can't get it to work. I can open it in VLC but I need to add a timeline stopwatch to the video so need to use gamebreaker or some other application that has a timeline f

  • Transferring Color From Line to Text

    The above is a snippet from a Pages document. How can I use the color eyedropper to pick up the color from the lines and then transfer that color to the text so that everything is the same color? Cheers,     John

  • DM material

    Hi All, We have created the Purchase order and enter Delivery block in item detail customer data, the purpose is we block the purchase order.  But system allowing to do the outbound delivery.  Any body can please tell me how can we resolve this issue

  • How to carry out real-time or near real-time alerts?

    I just wonder when the source audit data transfer to audit vault server, does it done by Refreshing the Warehouse , or another process? Refreshing the Warehouse seems only normalize the raw audit data into the data warehouse. And can we control the f