Hi, how is it  possible to send a text massage like " I'm in a meeting" while somebody is calling in to my iphone 4 ?

Hi, how is it possible to send a text massage like "I'm in a meeting" while somebody is calling in to my iPhone 4 ?

Unless you send the SMS, there is no setting on an iPhone to do this automatically.

Similar Messages

  • Is it possible to send a text message using the UDP protocol?

    Support doc
    http://www.adobe.com/support/director/multiuser/using_udp/using_udp02.html
    says to use the following format with connectToNetServer:
    errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    "chatServer.myCompany.com", #logonInfo: [#userID: "Bob",
    #password:
    "MySecret", #movieID: "Tech Chat"], #mode: #smus,
    #localUDPPort: 1627,
    #localAddress: "123.45.67.89", #remoteTCPPort: 1626])
    But if I change the mode to #text, it still sends out
    messages as smus.
    In fact, if I leave out the UDP parameters altogether but
    still use the
    list parameters for connectToNetServer, it still always sends
    as smus.
    Sends as smus:
    errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    "chatServer.myCompany.com", #logonInfo: [#userID: "Bob",
    #password:
    "MySecret", #movieID: "Tech Chat"], #mode: #text,
    #localUDPPort: 1627,
    #localAddress: "123.45.67.89", #remoteTCPPort: 1626])
    Sends as smus:
    errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    "chatServer.myCompany.com", #logonInfo: [#userID: "Bob",
    #password:
    "MySecret", #movieID: "Tech Chat"], #mode: #text])
    Only the string parameter method can be made to send text
    messages.
    Sends as text:
    errCode = gMultiuserInstance.connectToNetServer("Bob",
    "MySecret",
    "chatServer.myCompany.com", 1626, "Tech Chat", 1)
    Am I missing something? Is this a known issue? Anyone have a
    work around?
    -Jeremy

    Drat!
    Thanks for the answer though.
    alchemist wrote:
    > The multiuserXtra supports either tcp text or tcp smus
    connections.
    > The ability to send udp messages was an expansion to the
    original mus
    > protocol/xtra and is valid only for muXtra instances
    already connected in
    > smus mode.
    > So, if you are asking if you can create a udp instance
    and use it at will
    > (exchange udp messages with some remote udp socket),
    then the answer is no.
    >
    >
    > "Jeremy Aker" <[email protected]> wrote in message
    > news:[email protected]...
    >> I'm really sorry that I wasn't clear enough. I'll
    repeat the questions
    >> more concisely.
    >> Is it possible to send a text message using the UDP
    protocol? If so, how?
    >> Is the bug I described in my original message (see
    below) really a bug or
    >> am I doing something wrong?
    >> If it's a bug, does anyone have a work around?
    >>
    >> alchemist wrote:
    >>> And the question is?
    >>>
    >>> "Jeremy Aker" <[email protected]> wrote in
    message
    >>> news:[email protected]...
    >>>> Support doc
    >>>>
    http://www.adobe.com/support/director/multiuser/using_udp/using_udp02.html
    >>>> says to use the following format with
    connectToNetServer:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    >>>> "chatServer.myCompany.com", #logonInfo:
    [#userID: "Bob", #password:
    >>>> "MySecret", #movieID: "Tech Chat"], #mode:
    #smus, #localUDPPort: 1627,
    >>>> #localAddress: "123.45.67.89",
    #remoteTCPPort: 1626])
    >>>>
    >>>> But if I change the mode to #text, it still
    sends out messages as smus.
    >>>> In fact, if I leave out the UDP parameters
    altogether but still use the
    >>>> list parameters for connectToNetServer, it
    still always sends as smus.
    >>>>
    >>>> Sends as smus:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    >>>> "chatServer.myCompany.com", #logonInfo:
    [#userID: "Bob", #password:
    >>>> "MySecret", #movieID: "Tech Chat"], #mode:
    #text, #localUDPPort: 1627,
    >>>> #localAddress: "123.45.67.89",
    #remoteTCPPort: 1626])
    >>>>
    >>>> Sends as smus:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    >>>> "chatServer.myCompany.com", #logonInfo:
    [#userID: "Bob", #password:
    >>>> "MySecret", #movieID: "Tech Chat"], #mode:
    #text])
    >>>>
    >>>> Only the string parameter method can be made
    to send text messages.
    >>>> Sends as text:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer("Bob", "MySecret",
    >>>> "chatServer.myCompany.com", 1626, "Tech
    Chat", 1)
    >>>>
    >>>> Am I missing something? Is this a known
    issue? Anyone have a work
    >>>> around?
    >>>>
    >>>> -Jeremy
    >

  • Is it possible to send a text to several contacts at the same time and not have their replies go to everyone on the list?  I have an iphone 4s and most of the people I am texting also have iPhones.  I do have group messaging turned off.

    Is it possible to send a text from the iphone 4s to several contacts and not have their replies go to everyone else on the original text?  I have group messaging turned off but this seems to do nothing. 

    Do this instead:
    Email everyone instead of texting and use BCC: which will hide all of the people's emails.

  • Help...is there a way to send an entire text mesage thread to my email?  My phone is sending duplicate texts and everything I am reading says to delete message threads.  I have an IPhone 4. thanks

    Help...is there a way to send an entire text mesage thread to my email?  My phone is sending duplicate texts and everything I am reading says to delete message threads.  I have an IPhone 4. thanks

    You can try an app like PhoneView (Mac) or TouchCopy (Mac or PC). Both will allow you to archive text messages to your computer.

  • I was sending a text and then the screen went blank with the white apple.  I turned my iphone back on and all my texts  and contacts were gone.  How can i get my text messages back?

    My friend was sending a text with a pic as an attachment and then suddenly, she got a blank screen with the white apple logo and it then shut off.  When she turned it back on, she discovered all her texts and her contacts were missing.  How can she get them back?  She's got a iOS 4.3.5 with a 16GB iPhone 4. 

    Connect to the computer she regularly syncs to, right click on the iPhone's name in iTunes, and choose "restore from backup".

  • How is it possible to use Index Seek for LIKE %search-string% case?

    Hello,
    I have the following SP:
    CREATE PROCEDURE dbo.USP_SAMPLE_PROCEDURE(@Beginning nvarchar(15))
    AS
    SELECT * FROM HumanResources.Employee
    WHERE NationalIDNumber LIKE @Beginning + N'%';
    GO
    If I run the sp first time with param: N'94', then the following plan is generated and added to the cache:
    SQL Server "sniffs" the input value (94) when compiling the query. So for this param using Index Seek for AK_Employee_NationalIDNumber index will be the best option. On the other hand, the query plan should be generic enough to be able to handle
    any values specified in the @Beginning param.
    If I call the sp with @Beginning =N'%94':
    EXEC dbo.USP_SAMPLE_PROCEDURE N'%94'
    I see the same execution plan as above. The question is how is it possible to reuse this execution plan in this case? To be more precise, how
    Index Seek can be used in case LIKE %search-string% case. I expected that
    ONLY Index Scan operation can be used here.
    Alexey

    The key is that the index seek operator includes both seek (greater than and less than) and a predicate (LIKE).  With the leading wildcard, the seek is effectively returning all rows just like a scan and the filter returns only rows matching
    the LIKE expression.
    Do you want to say that in case of leading wildcard, expressions Expr1007 and Expr1008 (see image below) calculated such a way that
    Seek Predicates retrieve all rows from the index. And only
    Predicate does the real job by taking only rows matching the Like expression? If this is the case, then it explains how
    Index Seek can be used to resolve such queries: LIKE N'%94'.
    However, it leads me to another question: Since
    Index Seek in
    this particular case scans
    all the rows, what is the difference between
    Index Seek and Index Scan?
    According to
    MSDN:
    The Index Seek operator uses the seeking ability of indexes to retrieve rows from a nonclustered index.
    The storage engine uses the index to process
    only those rows that satisfy the SEEK:() predicate. It optionally may include a WHERE:() predicate, which the storage engine will evaluate against all rows that satisfy the SEEK:() predicate (it does not use the indexes to do this).
    The Index Scan operator retrieves
    all rows from the nonclustered index specified in the Argument column. If an optional WHERE:() predicate appears in the Argument column, only those rows that satisfy the predicate are returned.
    It seems like Index Scan is a special case of Index Seek,
    which means that when we see Index Seek in the execution plan, it does NOT mean that storage engine does NOT scan all rows. Right?
    Alexey

  • How many contacts can you send a text to?

    I cannot send a text to more than 10 contacts. How can I bypass this?

    Send multiple text messages. If you really want mass group texting and to greatly irritate everyone, use Facebook Messenger.

  • Is it possible to send international texts from iChat?

    I was wondering if one could send international texts using iChat. Or even Messages. Google has a texting service for offline chats. However this is not supported by the IM client. Does anybody know how to use this service using iChat?

    You can chat with anyone connected to the internet.
    iChat can use Google Chat, you just specify that the account uses Jabber Protocol.
    I currently have iChat connected to AOL Instant Messenger, Google Chat, and my company's Jabber based chat system.  All accounts working concurrently via iChat on Lion.
    As long as you and the person(s) you are chatting with are using the same chat service (Apple's iCloud, AOL's Instant Messenger, Google's chat (Jabber based), or any other Jabber based service), it does not matter what country they are located in.
    And you can use a service such as Skype to do phone calls (of course you can do audio and video via iChat and Google's chat as well)
    Message was edited by: BobHarris

  • How come every time I send a text it says Message failure

    It just started happening a couple of days ago, every time I send a text message to people it says "message failed to deliver" and I have to resend the text.
    What does this mean its driving me nuts !!
    H E L P !!

    Hi Nessaa95,
    Welcome to the Apple Support Communities!
    I understand that sometimes when you send a message from your iPhone, you see an alert that the message failed to deliver. In this situation, I would recommend reading over and working through the troubleshooting steps in the attached article. 
    If you can't send or receive messages on your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • How do i transfer my all the text massages from iphone 4s to ipad

    how do i transfer text massages from i phone to ipad

    App data is part of the itunes/icloud backup.
    so backup your 4S and then use that backup on your 5.   http://support.apple.com/kb/HT2109

  • Is it possible to send a text by voice from a 3gs?

    i know that the droid allows you to speak your message to be texted.  is that possible with the 3GS?

    Not with the current iOS.  I am using Dragon Dictation and after the text is created you have an option to send as an email or a text message as well as copy,  send it to twitter and facebook.  The app is free and works really well.

  • Is it possible to send SMS text msgs(Not IMessages) from my IPad Air with Wi-Fi/cellular?

    Can you send an SMS text msg from an IPad Air that has Wi-Fi and Cellular network? It has its own phone number.. Just wondering.. Thanks

    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
     Cheers, Tom

  • How to get siri to send a text to an email address and not the iphone number?

    Better worded this time.  Siri sends texts using a contact iphone number if they have one.  I want it to send to the contacts email address (or apple id).  if no iphone is present for a contact siri asks me which address i want to use. if there is an iphone listed for the contact it defaults to that phone number.  I don't want it to do that.  I want siri to always use the email address.  Can that be done?

    If you wrote your database send mail package to support different MIME Types, then you need to change the MIME Type to HTML before you add the HTML tags to your email message body. Check out this article (Sending Email from the database with UTL_SMTP package) and look at the "maildemo.sql" package provided in the article. This package will show you how to set the MIME Type to support HTML message bodies.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • Ipod touch how is it possible to receive a text  when i dont have a texting app?

    Also, is owner information viewable through some type of setting? New user<

    I just have whatever's pre loaded on my touch. This is how it started I hopped on my wifi I got ESPN updates then I got 2 texts in my message inbox. My theory is I put in my cell #(android) when I first set it up. So this morning before I got on wifi my friend who has an iPhone asked if I got her texts I said no. Then went onto wifi randomly on my touch and I received 2 of her messages the ones I never received.... that's why I found it weird

  • How send a text massage from my mac

    hey

    Why would you want to pay for something you can get for free?  You can send and receive instant messages (IM) and SMS messages with a free AIM account.  You can even set up message forwarding to a cell phone for when you are offline.  You can access the AIM service via iChat that is part of OSX or with AIM's own app.  There are versions for OSX, iOS, Windows, Android and even a browser based client.

Maybe you are looking for