Call Redirect in CUEE script not working

Hello everyone,

I have a little problem with my CUEE script. My script looks almost similar to the AA_very-simple script except it is supposed to forward to voicemail when the office is closed after playing a prompt.

This is how my script looks like:

Start
Accept (contact: -Triggering Contact-)
Play Prompt (contact: -Triggering Contact-, prompt: WelcomePrompt)
Is Holiday (Date: -Current Date-)
--Yes
----Goto AfterHours
--No
----Business Hours (date: -Current Date-, time: -Current Time-, schedule: Schedule)
------Open
--------Goto OpenHours
------Closed
--------Goto AfterHours
AfterHours:
Play Prompt (contact: -Triggering Contact-, prompt: BusinessClosedPrompt )
Call Redirect (contact: -Triggering Contact-, extension: Ext2)
--Successfull
----Set Contact Info (contact: -Triggering Contact-)
----End
--Busy
--Invalid
--Unsuccessfull
OpenHours:
Call Redirect (contact: -Triggering Contact-, extension: Ext1)
--Successfull
----Set Contact Info (contact: -Triggering Contact-)
----End
--Busy
--Invalid
--Unsuccessfull
Terminate:
Terminate (contact: -Triggering Contact-)
End

In the variables Ext2 is extension 281. It is connected to a user but not a phone and CFA is set to extension 299 which is my voicemail

Ext1 is extension 250 which is a Huntgroup with 3 other extension in it.

What happens is the following:

- The main number of the company is translated to 280 which is my AA mentioned above. When calling the main number I hear the AA and depending on the time and day I should be redirected to Ext2 (281) or Ext1 (250). Problem is that when I'm redirected I only get silence, no ringing and no voicemail prompt.

- If I translate the main number of the company directly to 281 or 250 I hear the voicemail or I end up correctly in the huntgroup. So it looks like the only thing not working is being redirected from the AA script.

Any help will be appreciated.

Christian

0
Your rating: None

Silence....

Ok, I'm a bit further now.. I was working remote on the CUE GUI when I tested earlier but now I'm on site.

Telephones in the huntgroup are ringing when the script redirects the call.. problems seems to be that I don't hear the phones ringing and when the phone is answered I can't hear the other side.

Below is the dial-peer for AA and VM:

dial-peer voice 69 voip
description ** Auto Attendant **
destination-pattern 580
b2bua
session protocol sipv2
session target ipv4:10.1.10.1
dtmf-relay rtp-nte
codec g711ulaw
no vad

dial-peer voice 71 voip
description ** Voicemail **
destination-pattern 599
b2bua
session protocol sipv2
dession target ipv4:10.1.10.1
dtmf-relay rtp-nte
codec g711ulaw
no vad

Anyone any idea?

Regards,

Christian

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.