Make a Cisco SPA 303 ring by sending a packet through your network?

Hey Guys,
I was wondering, and I need to know for my business, is there any way at all for me to make my Cisco SPA 303 VOIP Phone to ring by sending a packet through my local network?
I would like to just be able to click a button or send a command throught the command prompt and make it ring, but I don't know if there is any way for this to happen.
Thank!

Do you know perl?
I had same issue and I wrote a simple perl script that works as wake up service.
PERL is an interpreted language and so can be executed on Linux and  Windows operating systems. Linux can interpret perl natively while for  Windows you can download many free interpreters like Activeperl or  Strawberry perl. To run the script you must use a third party server.
In my configuration the script runs on a linux server in background as a service and checks every minute the  directory called "alarm", reads files and uses the file name as called  number and checks the content to verify if is the time to call. At the moment the script uses SIP and handles 4 call responses: 404 user  not found, 486 busy, 487 not answer and 200 answer ok.  In every cases sends an email and deletes files. Only for the answer  case plays a nice music.
Files have this particular format: file name is equal to calling  party number and file content is the alarm time in 24 hours format  with : as separator between hours and minutes.
e.g.
ext. 101 must be called at 8 am ---> write the file 101.txt with the content 08:00
ext. 101 must be called at 8:30 am ---> write the file 101.txt with the content 08:30
There is a limitation: if you activate the Authentication for SIP messages and there are more  then two simultaneous calls, the script sends some INVITEs without  authentication or with wrong checksum and so not all phones ring. This  problem is under investigation.
Are you intresting?
Regards.

Similar Messages

  • If someone makes a photo stream. Can I send them pictures through that same one?

    If someone makes a photo stream. Can I send them pictures through that same one?

    As hatimt pointed out with iPhoto 9.5
    OT

  • Cisco SPA 303

    Recently I tried hooking up a SPA 303 phone in our office with the help of our provider Active PBX our support. We got through most of the process when the phone popped up a message in the screen "SOS Phone in Recovery Mode". Together we tried everything to the phone to correct whatever happened even tried to update the firmware and nothing. So I called Cisco and I was informed that the warranty had expired 10/2013 on this phone. So my question can an engineer from Cisco help me with fixing the phone or would we need to purchase another phone? Please help need phone ASAP.
    Thank you,
    Gay Copher
    Aerofield Services LLC
    720-542-3173
    [email protected]

    You need no Cisco engineer help for something like it.
    Recovery utility is packed within ZIP with firmware, so download the firmware, unpack and run  spa50x-30x-*-recovery.exe on Windows computer connected to the same local network as broken phone and follow the instructions.
    The only magic is the selection of recovery firmware version. It depend on version of SOS recovery loader. I wish the 7.4.9c firmware should work for you.
    When you phone become recovered to 7.4.9c, you should upgrade it to 7.5.2b and then to 7.5.6 (it can't be done in one step).
    (Rate helpful responses - it will help others to found solutions)

  • How to send a packet through a specific Inferface ?

    Hello!
    I have 3 interfaces in my pc : LAN / WLAN / 3G
    On LAN I have a global IP.
    On WLAN and 3G I'm behind NAT.
    I'm coding a program (client+srv) >
    I watch a video streaming on LAN then I switch to WLAN or 3G and I want it to happen seamless. So basecly seamless vertical handover is my goal.
    Because I'm behind a NAT (3G,WLAN) First I have to send a packet to the server (connection initialization). When the server sends the stream to me it actually sends it to the NAT and the NAT will fwd it to me.
    The NAT send the packets back to me only if>
    1. the server sends from the same port which it received the request form the NAT
    2. It have to send to the same NAT (ip+port) address where the request came from
    3. NAT will send then the packet back to my PC to the same port where I sent my request from.
    Here comes my big problem!
    I have a socket bound to a IP1 and port (e.g. WLAN) if I want to send a packet to an destination IPx for which the route table has the LAN interface as default gateway (IP2), then it will send my packet trough the LAN (IP2) but the source IP will be IP1 in the packet.
    Basecly I have a WLAN package on my LAN.
    This is bad for me in 2 ways.
    1. there won't be a NAT binding for my WLAN
    2. the packet won't even make it to the server because the very first router will throw it away since it's source IP is not a LAN IP
    SO,
    is there a way in Java, to send a packet thorugh a specific interface???
    Thx for the kind help!
    r0hamkuka

    I used NetworkInterface.getNetworkInterfaces() to get all avaliable interfaces. After that I used this: interfaceSocket = new DatagramSocket(6000, interfaceIp); for all my interfaces with different interfaceIp of course
    The I tried to send a packet to 153.66.200.155 for example (LAN address) through my WLAN interface (ip for example: 192.168.1.101) using WLAN's interfaceSocket.send()
    But the packet goes out on my LAN interface (ip 153.66.200.166) while the src ip is still 192.168.1.101 in the packet. That is why I sad WLAN packet on LAN interface.
    I guess the reason is still the routing table. Because routing table tells which IF to use for a destination IP. Of course for dest 153.66.x.x routing table contains 153.66.200.166 as the gateway and not 192.168.1.101. So Win uses this the LAN IF to send the packet.

  • Send huge data through the network

    Hi all,
    I need to transfer large image (around 200MB) through the network to the neighborhood PCs for processing. The time i have is very short (Say 4 seconds).
    Since, i need to send the image to multiple PCs, i thought UDP will be helpful. But the LabVIEW UDP vis having limitation of 548 bytes reading for each run. So i need to run in a loop and get the image. Building the string also will be of great memory related task. So the time taken is very high (in the order of minutes). often, i am missing some of the bytes during the operation.
    Then i have tried TCP/IP, planning to send to only one PC. There also when the size is more than 78MB, i am not able to send in single time. Is it so? But i have not seen any limitations in the documents. For 78 MB it take around 18 seconds. But the data is safe.
    The great disadvantage of these two method is, i need to flatten as a string and and rebuild the image in the other end.
    I have tried one more option also, using save as bmp, and read from the network. This work quite better compared to the other two. Time take to transfer 200MB image is 24 seconds ( 5 seconds to save in the same PC + 19 seconds to read through the network). Still it is far from my requirement. One advantage here is, i can read as image datatype it self.
    I have used 100Mps LAN, yes, i can go far 1GPS. Then any other idea how to transfer these huge files in quick manner.
    Thanks,
    Logic

    Hi cc,
    Yes, i was quite clear on that. The point i want to explain is - because of the limitation of the VIs (like 548 bytes for UDP & 78MB for TCP/IP) we are not able to achieve this.
    I need to flatten to string the 200MB image.
    I need to send this in a loop (loop delay may needed to synchronize)
    I need to concatenate at the other end
    Unflatten to image
    Look at the timing i have send in my last mail. Its huge for UDP & TCP/IP
    But the File I/O looks simple and comes closer to your calculation. In my trial i have sent 180 Mega byte image - it took 19 seconds to read from the network PC Harddisk in 100mbps line - which looks good. In a way File I/O also, should do the same (Flatten - read thru network -May be in an ideal way). Anyway, I have left with 2 questions now.
    In File I/O, i need to first write image in to Harddisk of the same PC - that time going to remain the same, any ideas on reducing this? Any chance for without saving into HD - transfer?
    Will it reduce directly 10 times if i go for 1Gbps? (200MB in 2 Secs?) Anything else decides this timing?
    Thanks,
    logic

  • How to send RTP packet through SIP Dialog

    Hello there !
    I work on a Java softphone which use JMF and Jain-SIP. I know JMF is "old" but I think it would be simple to capture and transmit RTP audio. So, my SIP dialog is working, I can send text messages but now, I would like to send RTP with this SIP session. I know I have to send SDP messages for codec convenience but then, what is the MediaLocator for RTP packet ? Only SIP User Agent IP or something else ?
    I also accept all ressources that can help me achieve my work :)

    I have no idea how SIP works, but, RTP packets go to an IP:PORT... theoretically, in the SIP phonecall setup, I'd imagine you'd have to be given the address to send RTP packets to the remote phone. Or perhaps the port is already well-defined by the SIP standard.
    Either way, you should have a way of knowing / finding out which PORT to send to for your SIP call, either from the call setup or the SIP standard itself.

  • SPA 303 and some kind of Click to Call?

    I recently purchased the a single SPA 303 configured to an anveo.com acount - no thrills just one line easy setup for my home office.
    I was trying to find some kind of solution so I could click on a phone number on the web and it would automatically dial out from my SPA 303.
    Hopefully there's just some program I can install on my computer that can communicate with the SPA 303 without the need for a server.
    I saw some stuff regarding CUCME but that seems like an overkill for what I'm trying to do. Also saw some stuff like Call Ctrl which has vanished from the internet (company went bust?).
    some users on dslreports forums recommended a script which performs something akin to anveo web call, which places the call to the destination and then to my SPA phone - but frankly that's not what I want.
    Thanks in advance!

    sorry the site's Ui was really laggy that day
    I found this cool chrome extension called Cisco Dialer.
    It works wonderfully with a simple setup (just put in the phone's IP address) hover over a gmail contact's number and a little phone pops up on the right hand side - click it and it automatically dials it through your cisco phone. I just wish this extension was chrome wide, not just for gmail contacts.

  • No conference softkey on spa 303

    We just bought two spa 303 ip phones. There are only 5 softkeys available, none of which is a conference key. How do we find that softkey  and add it to the available choices? Thanks.

    Thanks, but here's the problem. When I go to the Admin Login, it requests a username and password. I've never set one up, so I have no idea what to enter. I've tried inserting my username and password for my Cisco.com account, but that doesn't work. I've tried admin/admin and cisco/cisco. Nothing. I'm at a complete loss here, and I can't seem to get any assistance as to how to resolve this issue. If you have an answer, boy would I be appreciative. It's very frustrating trying to get answers. Except for you, of course.

  • HT1727 help how do i make a purchased song my ring tone, it;s not showing on my list for ringtones

    help how do i make a purchased song my ring tone, it's not showing on my list for ringtones

    This song was purchased from the iTunes Store?
    If so, you can't create a ringtone from music that was purchased from the iTunes store, but if there is a ringtone available for purchase and download at the iTunes Store with this song, you need to do that.
    For music in your iTunes library on your computer that was not purchased from the iTunes store, there are a number of ways to create a ringtone with such music. With a Mac, there is an inexpensive or free app avaiable via Apple's online App Store named Ringer. Ringer has access to all music and sound files in your iTunes library that was not downloaded from the iTunes Store for creating your chosen segment of the song to be used for the ringtone. The app places the created ringtone in your iTunes library under Tones for transfer to your iPhone when syncing.
    Creating ringtones on a Mac can also be done with GarageBand, and there is a manual way of doing this with iTunes.

  • Cisco SPA-504G: Retrieving Broadsoft Personal directory does not display first and last name

    Hi,
    We are using the Cisco SPA-504G on BroadWorks Release 17.sp3. We are using the feature to lookup the different BroadWorks directories through the 'dir' button on the Cisco phone. For configuration you have three choices for telling the phone which directory it needs to retrieve:
    - Personal
    - Group
    - Enterprise
    This can be found by going to Voice -> Phone -> Broadsoft Settings in the web GUI of the phone (admin & advanced mode).
    When retrieving the Enterprise or Group directory everything is working OK. I can see the names and the corresponding phonenumbers of the users.
    When retrieving the Personal directory I only see the phonenumbers and not the names of the entries. This is probably due to the fact that the XML output of the Personal directory is different compared to the Enterprise/Group directory. Personal directory is like:
    <Personal><startIndex>1</startIndex><numberOfRecords>2</numberOfRecords><totalAvailableRecords>2</totalAvailableRecords><entry><name>Name X</name><number>0123456789</number></entry><entry><name>Name Y</name><number>0987654321</number></entry></Personal>
    Result of requesting: http://xsp.domain.tld/com.broadsoft.xsi-actions/v2.0/user/[email protected]/directories/Personal
    Group directory is like:
    <Group><startIndex>1</startIndex><numberOfRecords>1</numberOfRecords><totalAvailableRecords>1</totalAvailableRecords><groupDirectory><directoryDetails><userId>[email protected]</userId><firstName>FirstName</firstName><lastName>LastName</lastName><hiranganaLastName>LastName</hiranganaLastName><hiranganaFirstName>FirstName</hiranganaFirstName><groupId>BroadWorksGroupID</groupId><extension>9999</extension></directoryDetails></groupDirectory></Group>
    Result of requesting: http://xsp.domain.tld/com.broadsoft.xsi-actions/v2.0/user/[email protected]/directories/Group
    As you can see the name of a user in the Personal directory is defined by <name></name> and the name of a user in the Group directory is defined by <firstName></firstName> <lastName></lastName>.
    So it looks like the phone is not capable of parsing the XML output of the Personal directory request. And to me that looks like a bug.
    Anyone that can acknowledge?
    Kind regards,
    Bart Derks
    RoutIT B.V.
    edit: We are running firmware 7.4.9c.
    Message was edited by: Bart Derks

    Our upcoming release scheduled for the end of this month should resolve this issue.  There were a number of fixes in this particular area that were made.

  • Can not use Cisco VMS 2.3 to send email alert to admin

    Hi all,
    I am using IDSM version 5 + Catalyst 6513.
    I am going to configure for Cisco VMS 2.3 to send alert email to admin. I downloaded scritp from cisco forum but now I can't configure.
    1. I rename the file emailalertv5.txt to emailalertv5.pl
    2. I copy the file to directory "E:\CSCOpx\MDC\etc\ids\scripts\"
    3. I configure in Cisco VMS 2.3 (like the attachment)
    However, I can't receive the alert email from Cisco VMS 2.3. When I connect to Security Monitor, I see many attack events.

    Hi all,
    if you know the answer, please answer me. I am looking for your answer.
    I read all materials about IDSM-2 but I can't configure email alert.
    Thank you very much.

  • I just upgraded my iPhone4s to iOS7 and now I am unable to make phone calls and send/receive text messages. Network signal indicator on the upper left side of the display shows hollow circles instead of full circles. Any idea how to fix the problem?

    I just upgraded my iPhone4s to iOS7 and now I am unable to make phone calls and send/receive text messaes. Network signal indicator on the upper left side of the display shows hollow circles instead of full circles (but with the network provider name). I checked with my colleagues in the office who use the same network and theirs work just fine on iOS7. Any idea how to fix the problem?

    I have also called my service provider and my service remains active in the network. I tried removing and reinserting my SIM but to no avail.

  • Cisco SPA 112 outbound call issue.

    Firstly, i applogize if i havent posted this in the correct section but this was my best educated guess.
    Recently upgraded to a Cisco SPA 112 which works fine.. but only for a few days,
    then If i try to call a number i get the dial tone but the number fails to
    connect & all i hear is silence.  If i hang up the phone to retry it fails to
    disconnect correctly and i get no dial tone for several minutes. After leaving the phone
    hungup for a few mins the dail tone returns but the same problem is still present.
    A hard/soft reset of the 112 fixes the issue temporarily, but reoccures again withinn a few days.
      Running Sipgate on lines 1 and 2 on Virgin media UK ISP.
    Model:
    SPA112, 2 FXS
    Hardware Version:
    1.0.0
    Boot Version:
    1.0.1 (Oct  6 2011 - 20:04:00)
    Firmware Version:
    1.3.1 (003) Dec 17 2012
    Recovery Firmware:
    1.0.2 (001)
    Im no expert and now at a loss and could do with some expert help tbh.

    Dan, i will see how it goes over the next week or so with the updated F/W & shall report back, and thanks for the link as i wasnt sure how to save a syslog.
    Should i set the verb as high as 6, or is that an over kill.
    Gabriel, I have an FTP running on my sat receiver which i will attempt to use to catch the log, but as for the the "sipgate registration", when i loose conection my ata reports its still registered & the sipgate URL, isnt in real time as far as i can tell.
    My ata would have normally shown its fault since my first post 6 days ago, but unfortunately a recent power cut has reset my testing period back to 1 day.

  • HT201363 i forgot my security questions and i can't find ( send an email to your rescue email address to reset your security questions and answers. ) i might not set up a rescue mail now i can't make any purchases

    i forgot my security questions and i can't find ( send an email to your rescue email address to reset your security questions and answers. ) i might not set up a rescue mail now i can't make any purchases

    You need to contact Apple. Click here, phone them, and ask for the Account Security team.
    (87765)

  • CISCO SPA-504G & CISCO SPA-525G plug nad play???

    Hi,
    we have CCM 7.1.5 and I need to add about 100 new phone/users. we received good price for this two phones CISCO SPA-504G & CISCO SPA-525G.
    This one look and I think is the same linksys spa 942 phone, and for that one I need to do provisioning to get them to work.
    Are this two phones CISCO SPA-504G & CISCO SPA-525G, "plug and play" does CCM recognized them like other Cisco phones (like 7941....)
    THX,
    IVan

    Sounds like you need to adjust the dial plan string under the relevant Ext tab on the admin web interface of the phone. 

Maybe you are looking for

  • Accounts Payable Aging

    Dear All,          I am in need to develop customized report on Vendor Accounts payable - Aging for given slab. I can find the open items for the given key date in the table BSIK.          if we want to calculate due on past date( for cleared item),

  • HT5244 My safari keeps quitting unexpectedly

    Hi my safari keepts quitting unexpectedly because of a calendarv.tmp plug-in.  I tried updating my software but does not seem to solve the problem.  What can I do to resolve this issue? 

  • Video shooting in N-93

    Guys ! Those of you who own N-93 with firmware version 20.0.058 check this out ! When you do a video shooting in the night where kigting conditions is less than ideal you will notice video getting recorded in B/W instead of colour Again if you shoot

  • LoadMovie Problem

    Hello, I have a flash movie and on the main timeline of the movie is a movie clip on the stage called 'header_bar'.  Within header_bar is my web site navigation. Also on the main time line is a movie clip called 'fluid', and within this a movie clips

  • Help me find what's the problem! Thanks!

    In my meaning, I want to click the button (transformbutton), then will achieve the transformation process. (The transformation process has been test successfully, now I defined it as a method). There might be something wrong with the action, but I do