[quote author=hsujdik link=topic=9043.msg42492#msg42492 date=1456925990]
Do you have an example of incoming message from Avaya? Maybe it uses tcp as transport and thus sip server can reply over the existing connection? Just a ling shot guess though
[/quote]
Hi,
BRILLIANT CATCH !!!!

That's the point. TCP was the one making us crazy.
When Genesys is sending INVITE it is in UDP, because the trunk is configured with [b]contact[/b] option [b]sip:192.168.10.144:5060[/b]
------------------When Agent Dials 97050 from Workspace------------------------
12:24:19.933: Sending [b][0,UDP][/b] 625 bytes to 192.168.9.103:5060 >>>>>
INVITE sip:1000@192.168.9.103:5060 SIP/2.0
From: <sip:7050@192.168.10.191:5060>;tag=D497B6DA-A58D-4CB6-8F08-D61C4EFC8F65-517
To: sip:1000@192.168.10.191:5060
Call-ID: DB7CADC9-73AA-4D18-8976-9D4A1F82B73F-506@192.168.10.191
CSeq: 1 INVITE
Content-Length: 0
Via: SIP/2.0/UDP 192.168.10.191:5060;branch=z9hG4bK00FE621C-C046-4E2F-8833-CA2309376ADE-119
Contact: <sip:97050@192.168.10.191:5060>
Allow: ACK, BYE, CANCEL, INFO, INVITE, MESSAGE, NOTIFY, OPTIONS, PRACK, REFER, UPDATE
Max-Forwards: 70
X-Genesys-CallUUID: SF094SFU7P2IB49IMTUL1CK9AS000008
Session-Expires: 1800;refresher=uac
Min-SE: 90
Supported: timer
--------------------------------------------------------------------------------------
However, Avaya is communicating with TCP.
--------------------When Call is transferred from Genesys Application to Avaya------------
12:25:33.901: Sending [b] [240,TCP][/b] 991 bytes to 192.168.10.144:5060 >>>>>
REFER sip:112172412@192.168.10.123:5061;transport=tls;gsid=80fe019d-bbf1-4501-a5a1-56d00d670000 SIP/2.0
From: <sip:7002@jcci.com>;tag=D497B6DA-A58D-4CB6-8F08-D61C4EFC8F65-531
To: <sip:112172412@jcci.com>;tag=80fe19dbbf1e5167a156d0d6700
Call-ID: 80fe19dbbf1e5168a156d0d6700
CSeq: 1 REFER
Content-Length: 0
Via: SIP/2.0/TCP 192.168.10.191:5060;branch=z9hG4bK00FE621C-C046-4E2F-8833-CA2309376ADE-132
Contact: <sip:192.168.10.191:5060;transport=tcp>
X-Genesys-CallInfo: routed
Refer-To: <sip:7050@192.168.10.144:5060>
Referred-By: sip:7002@jcci.com
X-Genesys-CallUUID: SF094SFU7P2IB49IMTUL1CK9AS000009
Max-Forwards: 58
Route: <sip:204fa3d5@192.168.10.144;transport=tcp;lr>
Route: <sip:192.168.10.143:15060;transport=tcp;ibmsid=local.1456049537490_375367_375630;lr;ibmdrr>
Route: <sip:192.168.10.143:15061;transport=tls;ibmsid=local.1456049537490_375367_375630;lr;ibmdrr>
Route: <sip:204fa3d5@192.168.10.144;transport=tls;lr>
Route: <sip:192.168.10.123:5061;transport=tls;lr>
-------------------------------------------------------------------
So i changed the trunk configuration by explicitly adding the transport=TCP
[b]contact=sip:192.168.10.144:5060;transport=TCP[/b]
Appreciate the support of everyone to help find this out. Especially hsujdik and cavagnaro (Sorry don't know both of your's actual name

)
Thank You
Best Regards