cisco

Is it possible to recieve call information from a Cisco phone?

I have been playing around with the cisco API, i was wondering if it was possible to recive real time call infomation from a phone such as caller id or call time? ...

Certification path

I am getting my bachelor degree in a few month. After that I`m planing to go for a master degree in software engineering. In the mean time I plan to take some certification too. I develop in Java and obvious plan to go on Oracle Java certification path. But as an addition to my knowledge (and proof of knowledge) I plan to take Cisco CCNA...

how can i know remote device is cisco switch or router with php?

Hi everyone, I dont know if this topic can be written in this forum but if i am wrong warn me.Let's go my question... How can i know remote device is cisco or other companies' switch or router device by using php(sockets) by using send SNMP or connecting witth telnet?I dont want php codes but i want to know if this type of operation can ...

Cisco CallManager data location question - Manager ID

I'm trying to find where, in the Call Manager database the Manager ID is stored? From a front-end perspective, I see that it's entered in the User Configuration screen, which has the user's first & last name, ID, PIN, and Telephone number; the last field is the Manager User ID. Please let me know if you can provide any help, thanks! ...

Retrieving information from a switch via VLAN

On the turtorials of cisco information from switches are retrieved by using as public@VLANID as the community string. So that one can retrieve inforamtion specifically for a certain vlan. I am making a java program to retrieve information, and I would prefer avoiding reconnecting to the switch several times. Hence I would want to avoid u...

Router backup script

I have the following code that connects to my router just fine. The problem is that once connected, I try to pass the "sh ver" command that never gets passed to the router. Thanks for your help! require 'net/telnet' cisco = '1.1.1.1' #Enter the IP address here user = 'admin' #Enter username here pass = 'mypass' #Enter password here tn...

CTI Integration: What products are popular, and how can I invoke them? i.e. Cisco Call Manager?

I have a list of contacts on my webpage, and I'd like to offer the option to "call contact"... but I bet there are a dozen non-standard approaches to get dialtone, then there are all the variations of prefix dialing (Dial 9 to get outside line) What standard should I code to? Some of my clients do use Cisco Call Manager... ...

How to stream RTMP using Cisco Internet Streamer 2.5?

I have successfully setup wowza and the stream is running at rtmp://x.x.x.x/live/stream1.sdp Now I need to pipe the stream into my CDN, using Cisco IS version 2.5 I've enabled Flash Media Streaming in general application setting Now I'm stuck ( only http and rtsp available, but I need to stream RTMP ) ...

suggest me some good call recording software for Cisco?

kindly suggest me some good software in online which is good in call recording for Cisco. ...

Is it possible to log all the ssh events that would have happened with the router?

i have a router and two systems . From one system i have logged into the router through hyper terminal . Will it be possible to log the even in the router and view it from my system if someone else tries to log into the same router from the other system using ssh ? ...

Mapping outgoing calls in Cisco Callmanager Express to agents

In Cisco's Callmanager Express incoming calls can be logged to CDR's and dumped on an external server. The CDR contains an agent and huntgroup ID so the incoming calls are easily matched to the agent list. However for outgoing calls the process is a little more difficult. Details can be picked up from syslog but I saw no reference to an ...

Objective-c iphone programming with cisco routers?

I've seen some apps that connect to routers via ssh. Can anyone recommend any documentation on interacting with Cisco IOS configs and notifications? I'd love to write some custom in-house code! ...

Question about default route

Hi all: I learn this reference from MSDN.The pic below is a network topology which i am going to use. And quotation from the reference: Web Client: The Web client is connected to the 10.0.13.0/24 subnet and uses the IPv4 address of 10.0.13.110/24, the default gateway at 10.0.13.1, and the DNS server at 10.0.47.91. The We...

Keep Alive TCP/IP connected sockets over the Internet - when? how? and how much?

TCP/IP connections KeepAlives are specified to be at least once every two hours: http://tools.ietf.org/html/rfc1122#page-101. The problem is this was written in 1989 and is concerned about the cost of sending the extra KeepAlive packet! Yet it still is the default time most OS's in accordance with the spec send out KeepAlives down a conn...

Cisco 7940 Dial from PC

I have been @ this for hours and keep comming around to dead ends. There as another article here and it was some help but no real answer that could help me out in my particular application given the depth of the answer. I want to use the "Trick" method that the above post (VIEW POST) but I am always getting the unauthorized error. Throug...

CISCO ASA 5510: How to view the number of connections per second?

How can I view the number of connection per second that my CISCO ASA 5510 Firweall is processing? Inbound and Outbound. Thanks, ...

Cisco 2821. Call history

Hi. Сisco logs (show call history voice) have parameter SetupTime. in what format this parametr? SetupTime=780535960 ms Milliseconds since what time? ...

Router IP (Best Practice)

I learnt that routers shall have the last IP for the subnet, eg: 192.168.1.0/24 -> router IP shall be 192.168.1.254, and so on. But... why is this? Is this merely preferential or there is also other reason? Thanks! ...