|
Home > Archive > Voice over IP Cisco > June 2005 > IVR on Cisco Router and Voip Dial Peer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IVR on Cisco Router and Voip Dial Peer
|
|
| Geoffrey Cauchi 2005-06-16, 5:45 pm |
| Hi
I'm trying to configure the ivr prompt on a VOIP Dial peer.
The cisco Router has the IOS version 12.3 (14)T2 with the
ipipgw feature set installed.
Unfortunately the IVR is not kicking in.
The dial peer is configured as follows:
dial-peer voice 320 voip
description Voip Phone Dial Peer
service IVR_TEST
service IVR_TEST out-bound
destination-pattern 356356356
voice-class codec 1
session target ipv4:192.168.9.5
And other relevant parts of the config are:
voice class codec 1
codec preference 1 g729r8
codec preference 2 g723r63
codec preference 3 g711ulaw
codec preference 4 g711alaw
application
service IVR_TEST flash:test.tcl
paramspace english language en
paramspace english index 1
paramspace english location flash:
param warn-time 60
paramspace english prefix en
param uid-len 5
param pin-length 4
!
session
start IVR_TEST IVR_TEST
Anyone has any suggestion why this config is not working?
Thanks in advance
Gef
| |
| Geoffrey Cauchi 2005-06-16, 5:45 pm |
|
Further to my previous mail, I did some more debugging and
the problem might be with the script. Does anyone have a
basic sample script that can be used on a VoIP dial Peer?
Thanks
Gef
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of
Geoffrey Cauchi
Sent: 16 June 2005 21:59
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] IVR on cisco Router and Voip Dial Peer
Hi
I'm trying to configure the ivr prompt on a VOIP Dial peer.
The cisco Router has the IOS version 12.3 (14)T2 with the
ipipgw feature set installed.
Unfortunately the IVR is not kicking in.
The dial peer is configured as follows:
dial-peer voice 320 voip
description Voip Phone Dial Peer
service IVR_TEST
service IVR_TEST out-bound
destination-pattern 356356356
voice-class codec 1
session target ipv4:192.168.9.5
And other relevant parts of the config are:
voice class codec 1
codec preference 1 g729r8
codec preference 2 g723r63
codec preference 3 g711ulaw
codec preference 4 g711alaw
application
service IVR_TEST flash:test.tcl
paramspace english language en
paramspace english index 1
paramspace english location flash:
param warn-time 60
paramspace english prefix en
param uid-len 5
param pin-length 4
!
session
start IVR_TEST IVR_TEST
Anyone has any suggestion why this config is not working?
Thanks in advance
Gef
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| Andre Beck 2005-06-17, 7:45 am |
| On Thu, Jun 16, 2005 at 10:48:38PM +0200, Geoffrey Cauchi wrote:
>
> Further to my previous mail, I did some more debugging and
> the problem might be with the script. Does anyone have a
> basic sample script that can be used on a VoIP dial Peer?
No, I've just done scripting for POTS IVR and I wasn't aware up to this
very moment reading your mail that IVR on voip dialpeers would actually
be supported. cisco has an IVR guide including a number of examples, I
would start there. I did with my applications and it worked out nicely.
> dial-peer voice 320 voip
> description Voip Phone Dial Peer
> service IVR_TEST
> service IVR_TEST out-bound
> destination-pattern 356356356
> voice-class codec 1
> session target ipv4:192.168.9.5
Uuuh-aah. They changed the syntax completely it seems. I've done all
that using "application" up to now.
> application
> service IVR_TEST flash:test.tcl
> paramspace english language en
> paramspace english index 1
> paramspace english location flash:
> param warn-time 60
> paramspace english prefix en
> param uid-len 5
> param pin-length 4
> !
> session
> start IVR_TEST IVR_TEST
That's looking different as well. More orthogonal, though, so it is a
good idea anyway. Just the question if it is upgraded correctly when
I'm going to push my 12.3(11)T running gateway to 12.4(latest) some
day soon...
> Anyone has any suggestion why this config is not working?
Except for that IVR on VoIP dialpeers is so new it may just not be
ready for prime time use, no - try the usual IVR debugging toggles
and see what happens. BTW, is outbound really what you want? Normally
IVRs are triggered only inbound (on incoming POTS dialpeers only as I
thought until seeing your example above).
--
The _S_anta _C_laus _O_peration
or "how to turn a complete illusion into a neverending money source"
-> Andre Beck +++ ABP-RIPE +++ IBH Prof. Dr. Horn GmbH, Dresden <-
|
|
|
|
|