cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1009
Views
5
Helpful
6
Replies

Command to kill Pots call on router

vincehgov
Level 1
Level 1

Hi, thanks in advance for any help you guys can give me.

We have a overhead paging system connected to our voice router on an fxo port.  Some times, users would accidentally call the paging line.  Is there a command I can use to see who is connected to the fxo port and then disconnect them?

Vince

1 Accepted Solution

Accepted Solutions

Payal Bhaduri
Cisco Employee
Cisco Employee

Hi,

The "sh call active voice brief" will show the voice ports being used.

You can do a shut under the voice ports to drop the active calls on them.

View solution in original post

6 Replies 6

Anthony Holloway
Cisco Employee
Cisco Employee

You didn't provide enough detail, but I can tell you that the command: shutdown, on your voice gateway's voice-port, will disconnect the call.

Tell us more about your setup.

Sent from Cisco Technical Support iPhone App

Hi Anthony,

Thanks for replying.

I'm running CUCM 7.1.3.  I have a Cisco 2851 router with an FXO expansion module.

Here is the config for the voice-port that my paging system is on:

voice-port 1/0/4

    connection plar 112001

!

Here is my dial-peer:

dial-peer voice 112001 pots

    destination-pattern 112001

    port 1/0/4

!

I have a route pattern configured to send 112001 to the 2851 router.  The router then routes the call out to 1/0/4.  Everything works fine.

I just need to know how to list active calls and forcefully disconnect one if needed.

Payal Bhaduri
Cisco Employee
Cisco Employee

Hi,

The "sh call active voice brief" will show the voice ports being used.

You can do a shut under the voice ports to drop the active calls on them.

Hi Payal,

Thanks for your reply.  Is this the only way to disconnect the call?  For instance, is there a way to disconnect the call legs without shuttng down the port?

Payal Bhaduri
Cisco Employee
Cisco Employee

From the CLI of the router, that is the only way i can think of to disconnect calls

Ok, Thanks Payal.