Broadcast Message to All Phones

Hi
I am wanting to develop a solution to send a message to all IP phones or a selection of IP Phones.
I do not want to use a 3rd party product - I want to write the code myself in c#
I have downloaded the SDK and have the Push2Phone ASP scripts working.
I can send text from a C# web application to a particular IP Address by using the Execute Method.
Is using the Push2Phone example the only method to send to multiple phones?
Create a queue and send to each IP address one after the other an execute command?
Is there a broadcast method to send to all phones? How do you configure this?
The PushToPhone uses the execute method. Is this the correct method one would use to send to 200 phones?
Where is the best documentation for doing what I want. I have done a lot of searching but since I am new to this technology I keep finding information that is not quite relevant to my task. ( a url please ).
I hope someone can answer one or more of my questions.
Cheers
Chris

>Create a queue and send to each IP address one after >the other an execute command?
Yes, that's the way to go. Well, I'd use either a threadpool and send a bunch of requests simultaneously (with authentication, it can take a while before you get a response).
Also keep in mind to use your own authentication page to reduce the load on your CCM and speed up the process.
There is no broadcast message so you have to get all devices via DeviceListX.asp (CCM 3/4.x) or AXL Serviceability (CCM 5.x)

Similar Messages

  • Sending a broadcast message to all the systems in the LAN

    Hi,
    I am having a standalone java application [client/server]. My application server is running on some system in the LAN.
    How can i identify that server ip in my client program?
    Is there any possibility for sending broadcast messages to all the other systems on a specific port?
    Thanks,
    Gupta.

    Is there any possibility for sending broadcast messages to all the other systems on a specific port?If you have more than one router/hub these will need to be setup to allow this traffic.

  • Broadcast message to all online users

    Is it possible to write a program/script that will send a broadcast message to all users currently connected to an Instant Messaging server? (including those that are logged-in with the Java IM Client, XMPP client, and/or Convergence) I have looked through all of the documentation and I did not see mention of this anywhere. I am running the following on RHEL5.4:
    Detecting Installed Products...
    Detecting Installed Patches...
    ALTROOT: /
      NAME: ""
      Product: Instant Messaging 8u2
               Version: 8.2-02.04
               Basedir: /opt/sun/comms/im
               Build Date: 20090903Thanks,
    Jim

    shjorth wrote:
    jbuitt wrote:
    Is it possible to write a program/script that will send a broadcast message to all users currently connected to an Instant Messaging server? (including those that are logged-in with the Java IM Client, XMPP client, and/or Convergence) I have looked through all of the documentation and I did not see mention of this anywhere. Theoretically you should be able to use a combination of a dynamic group, the Java IM client Alert functionality to send a message to all users.
    => Alert ACL
    http://docs.sun.com/app/docs/doc/819-4412/achdu?a=view
    => Enabling Dynamic Groups
    http://docs.sun.com/app/docs/doc/819-2503/6n4po7r3u?a=view
    However it appears Convergence ignores the Alert messages -- although they do show up in the Java IM client and XMPP clients (Pidgin 2.5.5). I've logged a new bug for Convergence:
    bug #6906237 - "Java IM client alert messages do not display in Convergence"
    That being said the Convergence user did receive an email with the Alert contents.
    Regards,
    Shane.Thanks for the information! I will try it out when I get a chance.
    Jim

  • Broadcast message to all contacts

    How to broadcast message to all the contacts via sms?

    Hi
    The link below was the only information I could find that made sense.
    http://supportforums.blackberry.com/t5/BlackBerry-Enterprise-Server/Error-1330/td-p/634913
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

  • I have three iPhones using the same iTunes account, can we set something so that we are not all getting everyones txt messages to all phones?

    I have three iPhones using the same iTunes account, can we set something so that all our txt messages are not appearing on all phones?

    Settings > Messages > Receive At...
    Any iPhone that lists the same email will receive the same texts. This has to be changed in order to stop receiving on all devices.

  • Cant Broadcast message to all users from sm02

    HI
    we have a Nw04s machine with Windows 2003OS installed on it and i am not able to send the message from Sm02.
    When i open the tcode sm02 and whn i click create message i can see "system message text server name,client ,language then i create and click ok it is taking me to Sbwp tcode where i have to give the addresses.
    I am able to send only by giving userid.Is there any way i can broadcast the message to all the users in the R/3.

    SM02 is a standard transaction to create messages for all users. I have tried it on a NW04s on win2003 and it works fine.
    You need to check your authorizations or get someone from Basis team to show you how its done.
    cheers,
    Nisch

  • Broadcast message to all active sessions

    All,
    We have regular nightly restarts for our BO Enterprise ( SIA and tomcat) XI 3.1 SP2 - and it unfortunately is rather abrupt and some-times some users who are working late end up losing some of their work.
    I was wondering if there is a way to broadcast a warning message to all active infoview sessions before the system goes down? Can anyone suggest some ideas on how this can be done?
    Regards

    Hi,
    There's no way within the BOE system that I can think of, but here's a possibility.
    All actions essentially go through your application server so you could parse the last 30 or so minutes of the application servers access logs to get the IP addresses of the clients.  From there, you could use a net send or some other kind of utility to let those users know that the system is going offline.
    either that or your application server may have a way of sending a message to the client browsers that have open sessions.
    Thanks
    Jonathan

  • How to broadcast call on all phones in intercom

    Dears,
    Hope you doing well
    Please guide me how I can make a call from one intercom extension on to all intercom extension present within the network.
    Ex: An Alert on all extension through intercom service.

    Hi Mohammed,
    agree with Chris - you need a paging system.
    I recommend to follow this link http://www.2ring.com/NewJuice to get more information about 2Ring solution.
    It can deliver much more than just paging.
    HTH,
    Martin

  • TS4006 does it send a message to every phone when it's turne on

    does find my iphone send a message to all phones when u are searching one phone

    It will only send a message to the phone you select.  This may help: http://help.apple.com/icloud/#mmfc0f0165.

  • Could servlet broadcast message to connected clients

    hi ,
    i am working on applet to servlet environment, i want that when my one client applet update the db on servlet, then servlet broadcast message to all connected applet clients.
    i will be thankful

    Servlets work on a request response process, the only way to broadcast to all clients is for the applet to request any stored messages/broadcasts.
    You can store a Collection of messages at the application scope and allow the applets to query a MessageServlet every x minutes or so and the servlet can respond with any messages left behind.
    You can try keeping a constant connection open between the servlet and applet however it can get messy.
    Another option is to try another java technology like sockets (have a look at some of the chat programs available) or perhaps JavaSpaces may also help you in this respect (but don't quote me on that).
    Anthony

  • TS2755 I have 3 phones on one Icloud account. It has been this way for over a year with no issues. After and update on of the lines started getting text messages from all 3 phones. We fixed the send and receive and it was fixed. It is doing it again.

    I have 3 phones on one Icloud account. They have been this way for over a year. After an update last week one of the phones started getting messages for all of the other lines. We fixed this under the send and receive under settings. It was fine for a few days. Suddenly it started happening again. Yesterday after two hours on the phone I changed my apple id and it is still happening. Before that Verizon had told me to turn off my imessage when that happened I could not get any texts at all from other Iphone users.

    Make 3 different iCloud accounts and use ONLY for iMessage.   That will permanently fix your issue.

  • After my phone was fully submerged in water, I'm getting the overheating error message but the phone is not hot at all. Is this the result of the phone being damaged by the water?

    I dropped my iPhone 4S in my friends pool. It was fully submerged for about 30 seconds.
    We took it out, dried it and put it in rice. After 24 hours I checked the phone. It turns on and runs smoothly. It connects to the computer and syncs perfectly. But after a couple minutes of use I get an overheating error message. But the phone is not hot at all.
    Is this the result of the phone being damaged by the water? Is there any way around this? The phone works perfectly fine and isn't overheating at all.
    What can I do?

    Despite the error that I get after a few minutes, the phone does work fine.
    But by most peoples definition, the phone isn't working.
    I just want to know if anyone has been in my boat and if the overheat message without the phone overheating can correct itself or if it goes away with sufficient drying of the phone.
    I know its slim, but I figured I'd ask.

  • TS4268 I am able to imessage from my ipad all phone numbers in contacts but one. With it a get an error message that say "number is not registered with imessage". However I am able to imessage that number from my iphone. Any suggestions?

    I am able to imessage from my ipad all phone numbers in contacts but one. With it I get an error message that says "number is not registered with imessage". However, I am able to imessage that number from my iphone. Any suggestion?

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • TS1702 i have erased my all phone contact list and then the message comes that it will be deleted with in an hour. but now my phone is not starting and only the apple logo appears on the screen. what should i do now..!

    i have erased my all phone contact list and then the message comes that it will be deleted with in an hour. but now my phone is not starting and only the apple logo appears on the screen. what should i do now..!

    That number is for an apple server in the UK that is used for iMessage activation.  A hidden SMS is snet to that number when you turn iMessage on and is used to verify your phone number.  I suggest you turn iMessage off.  In settings/phone turn on dial assist.  Check with your carrier to see if you can send an international SMS as you end that possibility to activate iMessage.  Rest your phone (Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).) then turn iMessage back on.

  • My brother and I phone number is link together on the same iTunes and Icloud therefore I am getting all his text messages on my phone, how do I stop this? He does not even have an Iphone anymore.

    My brother and I phone number is link together on the same iTunes and Icloud therefore I am getting all his text messages on my phone, how do I stop this? He does not even have an Iphone anymore.

    Try going to Settings>Messages>Send & Receive and uncheck the email address(es) shown under "You can be reached by iMessage at".   If that doesn't work, you'll have to tap the ID, sign out, then sign back in with a different Apple ID for iMessage.

Maybe you are looking for

  • Can't connect a printer to Mac OS 10.4.10

    Hi I swapped over computers from my iMac flat panel (OSX Tiger) to a G4 digital audio running Tiger 10.4.10. I am having trouble connecting a printer. I have 2 printers a Laserjet 4100n and a HP PSC 1402 MFC. Both these printer worked fine on the iMa

  • [SOLVED] Cannot bring wifi interface up

    Hello, A bit of a newbie here... I've just installed archlinux on a laptop and I'm trying to get it to use a static IP on the wireless (already suceeded to get it working with a static IP on the wired network) via WEP to an access point that doesn't

  • Apple Id differs in App Store which isn't mine when system restored

    I tried to change the App Store Id to [email protected] already, it lets me but in App Store still request for the other ID password. Please help

  • Forms 2.3 documentation

    Please let me know if someone has forms 2.3 documentation

  • How can I straighten a scanned image?

    I would like to straighten a scanned image. There was at one time HP software that allowed this function, but with recent OS upgrades, the HP software no longer functions. Is there software somewhere already on my Mac that can do this? Low-cost or fr