Nortel and UUI

We have Genesys TServer connected to a Nortel. We are trying to transfer a call to a IVR updating the UUI Field. The UUI field is not getting updated although we are making a update private data call.

Genesys 7.6 is the version
Anything we should be looking for?

You mention the UUI field isn’t getting updated. In Tserver or the IVR?

How many characters? All numeric, or alpha numeric? In Band, Out Of Band?

And just out of curiousity, which telco carrier? I have plenty of Avaya UUI experience through many interfaces including Genesys, only very old and cursory experience with Nortel.

Can you post logs?

1 Like

Ahm, I did not know that Nortel had UUI field…I thought it was only Avaya…

2 Likes

Vic,
AT&T/Lucent/Avaya was the first to use UUI due to the old AT&T carrier connection, but Nortel also offers it due to it being a competitive requirement to handle the “poor man’s CTI”.

1 Like

There are primarily two things you need to have to allow UUI data to pass from the Nortel PBX to the TServer.

First, ensure that the Route Point (CDN) that is registered by TS has the UUI prompt set to YES in Load 23.

Second, in the TServer application, under TServer (in Options) there should be an option called uudat-attach-type, valid options are none (default), binary, or parsed. To use parsed, the data must be formatted per the AT&T Toll Free Transfer Connect Service (TR 50075) standard. I’ve attached a copy of the document.

Both options, binary or parsed, will create a key value pair list named UU_DATA in which there will be key value pairs for each codeset, e.g. 0, 6, or 7. The binary option will have keys of key of CS0_BIN, CS6_BIN, and/or CS7_BIN (for the example codesets given). The parsed setting will have keys of CS0_TAG_XX, CS6_TAG_XX, and/or CS7_TAG_XX.

It is very important to understand that on a Nortel PBX, this UUI data flow is NOT bi-directional. Data will pass from the network to the PBX to the Call Center Management Server (CCMS - formerly Symposium) and then to the 3rd party application, i.e. Genesys TServer. Unlike an Avaya PBX/TS, data cannot be sent back to the PBX and/or network.


We are testing out UUI with another switch and are not using the at&t standard, consequently we have the option set to `binary`. Here is a test call with UUI data:

The setup message from the PBX will look as follows:
@09:59:22.9780 [<<] FF 0A 00 46 03 4A 02 0B 05 00 96 06 02 A1 1A F5 30 0B 00 09 34 30 31 30 46 32 34 4B 06 31 39 34 37 E2 06 00 0A 00 18 F9 1F 1A 72 61 62 72 61 68 61 6D 7C 39 32 30 32 37 32 30 34 7C 31 30 31 30 32 38 34 34 00 00 Route Request Reference ID:4a02 Call ID:2a11af5 Origination Address:Trunk Access Code/Member, 4010F24 Controlled DN:1947 RouteMember:a0018 User-to-User Information:1A 72 61 62 72 61 68 61 6D 7C 39 32 30 32 37 32 30 34 7C 31 30 31 30 32 38 34 34 00 00

The corresponding route request in TS is as follows:
@09:59:22.9780 [0] 7.6.008.01 distribute_event: message EventRouteRequest AttributeEventSequenceNumber 00000000032805fd AttributeTimeinuSecs 978000 AttributeTimeinSecs 1236779962 (09:59:22) AttributeOtherDNRole 1 AttributeThisDNRole 2 AttributeThisDN '1947' AttributeExtensions [44] 00 02 00 00.. 'OrigAddress' '4010F24' 'OrigAddrType' bin: 00 09 AttributeUserData [56] 00 01 03 00.. 'UU_DATA'(list) 'CS0_BIN' bin: 72 61 62 72.. (len=26) AttributeCallUUID 'E85C4QU5IL7RTF5LMI57H6I9EO088UNV' AttributeConnID 01f601a79ead66d8 AttributeCallID 44112629 AttributeCallType 2 AttributeThisQueue '1947' AttributeCallState 0

You can see the log that the UUI data is not in plain text in either the PBX or TS messages, but don’t worry, it can be deciphered in other apps, such as router.

Great post Bill!

Here’s a sister document from AT&T if you are using Out Of Band encoding. It’s public domain, so no problem posting which is the same situation as your document. (Just letting Vic and Tony know the document status.)

I also have docs for Verizon and Sprint, but they are not public domain so I cannot post here. Also, their UUI documention is woeful compared to AT&T’s.

PhoneBill,

great explanation - thank you for taking the time! This is exactly the posts we need to help each other!

Guilden_NL> thank you for the doc! Reading it, but what is with this facefont?

My pleasure. Fortunately I had just gone through setting this up (and figuring it out) last week.

1 Like