[cisco-voip] Custom tones prior to H323 call disconnect

Nick Matthews matthnick at gmail.com
Sat Jul 30 11:32:37 EDT 2011


For ## - nothing short of a TCL script that I can think of.

For the tone - check out the test voice tone command.  You can
customize all the cadences, frequencies, etc for the default system
tones.  The country code you put on a voice port basically is just a
macro that changes all the system tones.  One thing to note is that
the command is lost on a reload.  You could set it to have no
frequencies or extremely long cadences to seem like silence.

You can use an EEM script like this to make it persistent:
event manager applet setFRoffhookalert
  event syslog occurs 1 pattern ".*%SYS-5-RESTART: System restarted --.*"
  action 1.0 syslog msg "Setting offhook-alerting for FR"
  action 2.0 cli command "enable"
  action 3.0 cli command "test voice tone fr offhook_alert 1 440 0 -200
-200 -240 0 0 0 500 500 0 0 0 0 0 0"
  action 4.0 syslog msg "off-hook alert has been set for FR"

-nick

On Tue, Jul 26, 2011 at 1:24 PM, Countryman, Edward
<Edward.Countryman at provena.org> wrote:
> I am in the process of setting up an H323 connection from an FXS port to a
> TELCO card in a nurse call system.   Problem I am having is that the TELCO
> board expects to see a DTMF ## sequence to disconnect the port.  If the IP
> phone user does NOT hit ## but forgets and presses hangup, the TELCO board
> hangs open for 15 seconds before hanging up.  To make matters worse, towards
> the end of that 15 seconds CCM starts to play a reorder tone back to the
> TELCO board which is disturbing to patients.
>
>
>
> Any thoughts on how I might force a H323 disconnect message to play a ##
> before hanging up the call?
>
> Any thoughts on how I might turn off the re-order tone for these ports?
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>



More information about the cisco-voip mailing list