Send Display Message to SPA5xx or SPA3xx Series phones from SIP Server

I have the program samples to update a CISCO SPA5xx phone via HTTP URI.  Unfortunately that URI is not accessible via NAT.
I would like to be able to update the display from the Dial Plan (ie as the call routing progresses).  We use FreeSwitch, but really this is just a generic SIP question.  Is there a SIP INFO method or SIP HEADER or other way for the server to signal a display message update to the SPA5xx series of phones via SIP?
FreeSwitch has a send_display function.  However it has only been coded for SNOM and POLYCOM support.  We can't have that!
Thanks in advance,
Sean

Admin Guide contain the information that text messages have format described in RFC3428 (it mention not only how to disable/enable the feature) and I didn't said just RTFM but copied relevant part of such documentation to my response. But I'm not willing to waste our time with the discussion about "has been RTFM, or not has been RTFM".
Now I understand you are not interested in format of SIP packets, you are interested rather in code sample that can send such kind of messages.
The Asterisk can send such messages understood by Cisco Phone. You can call sendtext() application from dial plan. For the source code of it see file chan_sip.c, function declared as static int sip_sendtext(struct ast_channel *ast, const char *text)
It may help to you.

Similar Messages

  • How can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

    how can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

    Hey mims1212,
    Thanks for the question. You can configure what address you start new conversations from on both devices:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Please note that this will only work for new conversations, and will also be affected if another iMessage user starts a conversation with you (ex. if a friend sent you a message to your phone number, you will still receive that on your Mac, and you will be replying from your phone number).
    Thanks,
    Matt M.

  • Everytime i send a message to my mom on her iphone from my mac, the message sends back to me on my mac and never shows a notification on her phone?

    everytime i send a message to my mom on her iphone from my mac, the message sends back to me on my mac and never shows a notification on her phone?

    Make sure you addressing the message to her phone number and not her email address, or on her phone go to Settings>Messages>Send & Receive and make sure her email address is listed under "You can be reached by iMessage at".

  • Since I updated my iPhone 4s to iOS 6 all messages that are sent to my phone from another iPhone user get sent to my daughters iPhone as well. And I can text her but she cannot text me.

    What is going on??? Since I updated my iPhone 4s to iOS 6 all messages that are sent to my phone from another iPhone user also get sent to my daughters iPhone 4. And she can receive my text but cannot reply to me.

    chrisfromgastonia wrote:
    You are on the same apple id. You will need to each have your own apple id. Sign out of imessages and create your own or her own apple id and sign in again using your own apple id's
    100% NOT TRUE....    You can change the settings to fit your requirements...

  • Why is my Z10 sending Text Messages to my Contact's Home phone numbers over their Mobile?

    I send Text Messages as Chats (sent to multiple recipients which I can then later send subsequent messages to) because as far as I know there isn't a way to setup a Distribution Group with the Z10.
    When I select Compose, and then select a Contact, it is selecting some Home phone numbers instead of their Mobile. WHY?
    Any help would be appreciated!

    mattwalma wrote:
    I send Text Messages as Chats (sent to multiple recipients which I can then later send subsequent messages to) because as far as I know there isn't a way to setup a Distribution Group with the Z10.
    When I select Compose, and then select a Contact, it is selecting some Home phone numbers instead of their Mobile. WHY?
    Any help would be appreciated!
    Groups can be created, new icon added with latest update.

  • I am having trouble getting into my apps. it is saying my apple ID and password are incorrect. Please help me. I am able to log in and send this message but cannot log in on phone for apps???

    i am having trouble using apps with my apple id and password? it is saying it is not correct but the one I used is how I got to this site and activated my phone? Why is it not letting me log on to apps with ID and password?

    Have you tried signing out and then back in?

  • When i try to send  a message in mail it says it cannot use the server. I know very little about macs and need help

    i need help with the email on my mac. it says i cannot use the sever. any help would be awesome thank you

    If you are trying to connect to your ISP e-mail account. The ISP will help you setup and connect to your e-mail account. So, you might want to give them a call.
    Usually, when you are told that you can't use the server it means that there might be an error (either a wrong name/ address / password/ connection type/ etc.) so check your settings again...
    Else you could try the following:
    http://support.apple.com/kb/HT1277
    http://www.switchingtomac.com/tutorials/how-to-check-your-hotmail-using-mailapp/

  • User-friendly message to Microsoft Access form's user from Oracle server

    I put statment like this
    RAISE_APPLICATION_ERROR (-20001, 'You forgot to enter date') in before insert trigger, so I see in my access form this message, but also a lot of statments like:
    Insert failed,
    ORA-06512: at ....., line 11
    ORA-04088: error during execution of trigger ...
    Is there a possibility to leave only this user friendly message 'You forgot to enter date!', isn't it?
    I would be very fankfull! Please help

    Hi,
    >>so I see in my access form this message
    This a exception, You need find a way to capture this message from Microsoft Access.
    Cheers

  • Send a message to multiple computers(Not users) from win7/xp command/or scirpt

    Hi Team, is there a way to send a message to multiple windows xp/win7 computers from my win7/xp? 3rd party software,commercial or free, command line,batch or script all welcome. I have a few hundreds of computers, ping-them alive,but I don't know their
    location and user name. I was failed  to push SCCM client to them,some could be in work group or admin$ disabled. so I plan to send a message like " please contact IT department for your pc maintenance by this Friday or this PC will be deleted from
    the corp domain", when the user contact IT, we can RDP or manual install SCCM onsite with user cooperation. The msg.exe can only send to user,instead of computer names. I tried shutdown /m \\pc-name -f -s -t 1200000 "testMessage" but I got alert
    of access denied. though it works if put my local PC name. is there any other way to accomplish this? Many thanks!
    Thanks and best regards, -- KF

    Hi,
    Base on my experience, personally I think solve this case the better method is through your help desk collect the new computer information because consider this: “some
    could be in work group or admin$ disabled”, if there have more workgroup PC, it will always hardly to manage them though a purely technical method.
    About the domain computer, you can refer the following thread I replayed solution, notice a message to users to connect IT department.
    Security Warning Message
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/60c1a896-0996-4e88-ace9-8da2284883f7/security-warning-message?forum=winserverhyperv
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I am unable to send JMS message to application which resides in third party

    I am able to produce the Message into JMS demoQueue which is available in SOA 10.1.3.3. And also I tried remote server which is available in my office it having the application SchoolMAX with JMS Configuration. So I need to produce the JMS message into SchoolMAX application. But I am unable to pass to the data’s to that SchoolMAX JMS.
    for this I have configured the respective queues, queue factory etc in Enterprise Manager , but i am not able to access our application which is in remote server through third party in JDeveloper for BPEL Process.
    please i am very new to this JDeveloper & BPEL Console , please help me out in resolving the issue ASAP. please we will be waiting for some reply.

    Hi Kathy,
    Happy Holidays!  Do you have an iPad with cellular service and a text-messaging plan?
    Send messages with your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201287
    What's the difference between SMS/MMS and iMessage?
    SMS/MMS lets you send text messages and photos to other cellular phones or devices. iMessage lets you send text messages and photos to another iOS device over Wi-Fi, without worrying about text-messaging charges (cellular data charges may apply). 
    What do I need to use SMS/MMS and iMessage?
    Here's what you need to use SMS/MMS and iMessage:
    SMS/MMS: A text-messaging plan. Contact your carrier for more information.
    iMessage: An iPhone, iPad, or iPod touch with iOS 5 or later.
    How do I know if my message used SMS/MMS or iMessage?
    You can tell which type of message you're sending by the color of the Send button and text bubble.
    SMS/MMS: Send button and text bubbles are green.
    iMessage: Send button and text bubbles are blue.
    How can I link my iPhone number with Messages on my iPad, iPod touch, or Messages for Mac?
    When you sign in to Messages with your Apple ID on your iPhone, you link your phone number to your Apple ID. If you then sign in to Messages with the same Apple ID on your iPad, iPod touch, or Mac, Messages will link that device to your phone number as well.
    I hope this information helps ....
    - Judy

  • I am unable to send text messages in Message. I can receive messages but not send. I am able to do both with my iPhone. Why can't I send?

    Why can't I send text messages on my iPad? I can send and receive messages on my iPhone.

    Hi Kathy,
    Happy Holidays!  Do you have an iPad with cellular service and a text-messaging plan?
    Send messages with your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201287
    What's the difference between SMS/MMS and iMessage?
    SMS/MMS lets you send text messages and photos to other cellular phones or devices. iMessage lets you send text messages and photos to another iOS device over Wi-Fi, without worrying about text-messaging charges (cellular data charges may apply). 
    What do I need to use SMS/MMS and iMessage?
    Here's what you need to use SMS/MMS and iMessage:
    SMS/MMS: A text-messaging plan. Contact your carrier for more information.
    iMessage: An iPhone, iPad, or iPod touch with iOS 5 or later.
    How do I know if my message used SMS/MMS or iMessage?
    You can tell which type of message you're sending by the color of the Send button and text bubble.
    SMS/MMS: Send button and text bubbles are green.
    iMessage: Send button and text bubbles are blue.
    How can I link my iPhone number with Messages on my iPad, iPod touch, or Messages for Mac?
    When you sign in to Messages with your Apple ID on your iPhone, you link your phone number to your Apple ID. If you then sign in to Messages with the same Apple ID on your iPad, iPod touch, or Mac, Messages will link that device to your phone number as well.
    I hope this information helps ....
    - Judy

  • I can not send text messages to non apple phones from my ipad

    every since updated my iPad to latest software I can not send text messages to people with non Apple phones. When I type their name in it turns red.  How do I fix it?

    Hey angelafairfax,
    Thanks for the question. If you are experiencing issues with iOS 8 Handoff and Continuity features, you can follow the steps in this resource:
    Get help using Continuity with iOS 8 and OS X Yosemite - Apple Support
    http://support.apple.com/en-us/TS5458
    Thanks,
    Matt M.

  • Usaing deliver to send a message to a user

    hi, I'm using Messaging Server 5.2 p2 and I'm trying to send a message to a user using the deliver command. I succeed in sending the message but everything else is blank, the from part, the name of the sender. Is there any way to send a message using deliver with more information about the sender??

    I would caution you not to depend on using "deliver" as a replacement for the ims-ms channel. "deliver" was designed to be a lightweight method of occasionally dropping a few messages into the store.
    One ISP had some major problems attempting to use deliver instead of the normal store delivery channel. Running many copies at one time, and crashing the store system. It didn't used to be safe to run more than one deliver at a time. I don't believe this has changed.

  • TS2755 I am unable to send mms messages .

    I Am unable to send mms messages. I've tried restarting phone etc but still not able to send them .

    MMS is a carrier function.  Make sure your carrier has enabled this on your account.

  • My iPhone won't let me send text messages!

    My iphone will not let me send text messages but i can do everything else from calling to reciving as well as accessing the internet.
    I am able to use another sim card in the phone and it work's perfectly. i do not know what else i can do, i have called apple and my service provider, i have reset my network settings and restored it on the ipod. please help!

    Hi! I know this is much later but if anyone else has this problem I think I've found the solution, the problem is the obvious SIM Card, you may need to activate your sim card on your carriers website! I am with Orange EE and that's the verdict for me! Hope this helps P.S. I've had the same problem x

Maybe you are looking for

  • Have a problem I can not lock in name and password on a repeat and i have to log in eachtime

    When I use bookmark to bring up a sight I have to loge in each time

  • Creating  while creating OEM

    Hello While manually configuring OEM in my database with the command emca -config dbcontrol db - it keeps pointing to a directory that does not exist and never existed on the server echo $ORACLE_HOME /u01/app/oracle/product/11.3 /u01/app/oracle$ emca

  • What's with terrible movie selection in Canada

    Anyone know when new movies and recent movies updates that actually are knew not like Anchor man as top 10 for new releases?

  • Adobe not recognized in Panther

    Referring to this archived thread: http://discussions.apple.com/thread.jspa?threadID=1265757&tstart=0 When downloading a PDF file from the internet, Adobe Reader 7.1.0 does not recognize the file and will not open it. I have successfully deleted the

  • SpeedGrade crash on MAC Mavericks

    im already reinstall the program like 3 times,, this is the error Process:         sgmacosx [905] Path:            /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx Identifier:      adobe.SpeedGrade Version:         7.