Home         |        Forums         |        Portals          |           Login               |     Register              
 
Go Back   VoIP / PBX Info Forum for Avaya / Nortel, Cisco, ShoreTel, Panasonic and other manufactuers Tech Tips Community > PBX / IP PBX FORUMS > NORTEL > Meridian Systems
   SEARCH  
     
User Name Password      
Save ?
Meridian Systems Welcome to the Nortel Meridian Forums Including Meridian Options 11-81C CS1000M Meridian Mail Call Pilot Companion and Sucession Hospitality OTM MAT MICB RAN NetGateway ..., and all other Applications

Tags: , , , , , ,


Free Call Accounting Quotes   PBX Programming Software  Nortel Software  Avaya Products  Cisco Call Accounting

Reply
 
LinkBack Thread Tools Display Modes
Old July 9th, 2009   #11 (permalink)
Senior Member
 
Rachelle's Avatar
Rachelle is curious

Activity Longevity
0/20 20/20
Today Posts
0/0 sssss3501
Location: Lou, KY
Rep Power: 11Rachelle is on a distinguished road
Country:
Okay, so now you need to look at the code of your application. The MASTER is clean. The application is next. By the way, when an agent answers the call, from the console, what does it show on their telephone set... what skillset name or CDN info is displayed?

Post your script, if you can.



rlc
__________________
"This participation is personal and does not represent the United States Census Bureau". They make me say this.
Rachelle is online now   sendpm.gif Reply With Quote
Old July 9th, 2009   #12 (permalink)
Junior Member

Activity Longevity
0/20 5/20
Today Posts
0/0 sssssss41
Rep Power: 0ngensys is a newbie
Country:
Ok, let's look into the scripts then.

Pls post that application script...
Also lookout for what you see on the agents phone display when they answer.
ngensys is offline   sendpm.gif Reply With Quote
Old July 9th, 2009   #13 (permalink)
Senior Member

Activity Longevity
0/20 16/20
Today Posts
0/0 ssssss453
Location: Duvall, WA
Rep Power: 6tim_abney is on a distinguished road
Gender:
Country:
So in the master script there is a line that says where CDN = 2277 execute script Third_party_insurers? It sounds to me like the scripting has a problem and the call is being handled by your default routing scenario. Recheck the scripting
tim_abney is offline   sendpm.gif Reply With Quote
Old July 10th, 2009   #14 (permalink)
ell
Junior Member

Activity Longevity
0/20 9/20
Today Posts
0/0 sssssss95
Location: Sussex
Rep Power: 0ell is a newbie
Gender:
Country:
I believe on the agents phone it says the exstention number for reception which is 0 and the CDN number which is 292530.
I don't think it displays a skillset name when the call comes from reception, however when the call comes from any other destination, the skillset does display???


This the script for the application.


IF NOT LOGGED OUT AGENT EMERGENCY_EVACUATION_AGENT
THEN
GIVE RAN 46
DISCONNECT
END IF

IF DATE = Bank_Hols
THEN
GIVE RAN 44
DISCONNECT
END IF

IF (DAY OF WEEK = SATURDAY..SUNDAY) OR (TIME OF DAY <> OWN_DDI_WORKING_HOURS)
THEN
GIVE RAN 44
DISCONNECT
END IF

GIVE RAN 43

GIVE RINGBACK
IF NOT OUT OF SERVICE Third_Party_Insurers
THEN
QUEUE TO SKILLSET Third_Party_Insurers WITH PRIORITY 2
WAIT 2
ELSE
ROUTE CALL 0
END IF


SECTION MSGREPEAT

IF NOT LOGGED OUT AGENT EMERGENCY_EVACUATION_AGENT
THEN
GIVE RAN 46
DISCONNECT

END IF

WAIT 8
GIVE RAN 41
GIVE MUSIC 50
WAIT 22

IF NOT QUEUED THEN
IF NOT OUT OF SERVICE Third_Party_Insurers
THEN
QUEUE TO SKILLSET Third_Party_Insurers WITH PRIORITY 2
WAIT 2
ELSE
ROUTE CALL 0
END IF
END IF

IF AGE OF CALL > 600
THEN
EXECUTE ten_minutes
END IF

EXECUTE MSGREPEAT



SECTION ten_minutes

GIVE RAN 45
WAIT 60

IF NOT LOGGED OUT AGENT EMERGENCY_EVACUATION_AGENT
THEN
GIVE RAN 46
DISCONNECT

END IF

IF NOT QUEUED THEN
IF NOT OUT OF SERVICE Third_Party_Insurers
THEN
QUEUE TO SKILLSET Third_Party_Insurers WITH PRIORITY 2
WAIT 2
ELSE
ROUTE CALL 0
END IF
END IF
ell is offline   sendpm.gif Reply With Quote
Old July 10th, 2009   #15 (permalink)
ell
Junior Member

Activity Longevity
0/20 9/20
Today Posts
0/0 sssssss95
Location: Sussex
Rep Power: 0ell is a newbie
Gender:
Country:
Attached Application Call Treatment Report

I have attached the Application Call Treatment report for yesterday.

As you can see 4 calls defaulted, can you explain what this means in relation to this report? Where would the calls route to when they have defaulted?
Attached Files
File Type: pdf Application Call Treatment.pdf (43.5 KB, 3 views)
ell is offline   sendpm.gif Reply With Quote
Old July 10th, 2009   #16 (permalink)
Senior Member
 
Rachelle's Avatar
Rachelle is curious

Activity Longevity
0/20 20/20
Today Posts
0/0 sssss3501
Location: Lou, KY
Rep Power: 11Rachelle is on a distinguished road
Country:
According to the Historical Data Dictionary, "this report measures other treatments within the call script, including commands such as GIVE FORCE BUSY, GIVE ROUTE TO, or GIVE FORCE DISCONNECT. You can keep a count of the number of callers who receive a specific treatment and service". So, looking at your code you look like you have the option to route the call to 0. It may be that 4 callers were routed to 0. Can you run the report, then place a call, and run the report again? Does this Defaulted Statistics increment? I wouldn't think so but, it would be interesting to see if it did. Typically, only the ROUTE CALL stuff should make this increment. What this report is tellling you should not have anything to do with your console not being able to dial a CDN successfully. This is a very odd circumstance. I bet we are all overlooking something small. This is a good one.


rlc
__________________
"This participation is personal and does not represent the United States Census Bureau". They make me say this.
Rachelle is online now   sendpm.gif Reply With Quote
Old July 13th, 2009   #17 (permalink)
ell
Junior Member

Activity Longevity
0/20 9/20
Today Posts
0/0 sssssss95
Location: Sussex
Rep Power: 0ell is a newbie
Gender:
Country:
Hi finally found the cause of the problem. It would appear that the console is not capable of routing to scripts which play a RAN message. Removing the line "GIVE RAN 43", resulted in reception being able to transfer the call to the correct team.
I have since tested this on another script and got exactly the same results. Other scripts play RAN messages, but these are all based on IF statements and therefore the scripts work from reception.
I am not sure if this is a known issue and Nortel are aware?

Thanks for all your help.
ell is offline   sendpm.gif Reply With Quote
Old July 20th, 2009   #18 (permalink)
Junior Member

Activity Longevity
1/20 9/20
Today Posts
0/0 sssssss96
Rep Power: 0matthew517 is a newbie
Country:
I had a similar issue at a site. It turnes out that the CDN was built as network instead of local with in symposium. The issue was resolved when it was changed.
matthew517 is offline   sendpm.gif Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PSTN calls not following correct route...or something ErEkoSuave Meridian Systems 7 March 3rd, 2008 04:42 PM
Looking to see if this is correct... John_In_Dakota Meridian Systems 3 March 8th, 2007 02:02 PM
Is it correct?? justzikle Meridian Systems 4 June 26th, 2006 06:53 PM
911 sending correct ANI John_In_Dakota Meridian Systems 6 July 18th, 2005 11:10 AM
SBC vs. AVAYA who is correct? joey4 Definity, S87xx, CM 3 July 23rd, 2004 08:39 AM


All times are GMT -4. The time now is 09:44 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright (c) www.pbxinfo.com - PBX Info | Free PBX, PABX, IP PBX, VOIP and Telephone Information Resource Forum - Avaya / Nortel, Cisco, Panasonic, Mitel, ShoreTel, more...