Hi Rene,
We have implemented two networks, one data and one for voice but there are no firewalls between the media server and the agent endpoint. When I run a wireshark trace on the Composer desktop, I see the following SIP messaging
[code]
"No.","Time","Source","Destination","Protocol","Length","Info"
"802","18:06:49.529075","10.162.38.126","10.163.238.104","SIP/SDP","1042","Request: INVITE sip:dialog@10.163.238.104:5070;voicexml=http://10.162.38.126:9090/DataSupport%2Fsrc-gen%2FMain.vxml;gvp.debug=true, with session description"
"804","18:06:49.531968","10.163.238.104","10.162.38.126","SIP","459","Status: 100 Trying"
"815","18:06:49.718410","10.163.238.104","10.162.38.126","SIP","690","Status: 180 Ringing"
"841","18:06:49.919628","10.163.238.104","10.162.38.126","SIP/SDP","925","Status: 200 OK, with session description"
"845","18:06:49.924650","10.162.38.126","10.163.238.104","SIP","540","Request: ACK sip:Genesys@10.163.238.104:5070"
"10548","18:07:07.858978","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"10590","18:07:08.360610","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"10664","18:07:09.362509","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"10868","18:07:11.365341","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"11175","18:07:15.367880","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"11548","18:07:19.369449","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"11872","18:07:23.372047","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"12185","18:07:27.374431","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"12527","18:07:31.377200","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"12864","18:07:35.378612","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"13203","18:07:39.380350","10.163.238.104","10.162.38.126","SIP","716","Request: INFO sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"14831","18:07:42.806587","10.163.238.104","10.162.38.126","SIP","702","Request: BYE sip:clemo@10.162.38.126:50601 (application/x-www-form-urlencoded)"
"14832","18:07:42.811654","10.162.38.126","10.163.238.104","SIP","479","Status: 200 OK"
"14848","18:07:42.826855","10.162.38.126","10.163.238.104","SIP","528","Request: BYE sip:Genesys@10.163.238.104:5070"
"14849","18:07:42.829506","10.163.238.104","10.162.38.126","SIP","481","Status: 200 OK"
[/code]
What is interesting is that when you inspect the initial INVITE packet, the contact header has changed to <From: "Debugger" <sip:clemo@10.162.38.126:50601>;tag=qPAUFu4tbLXo>. Note the port of "50601" - where does the extra 1 come from? In X-Lite I have specified the port range from 5060-5070, so nothing is listening on port "50601"?
Has Composer changed this and added the '1'?