" /> customising outgoing SIP header using composer - Genesys CTI User Forum

Author Topic: customising outgoing SIP header using composer  (Read 5498 times)

Offline kiran.aaa@gmail.com

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
customising outgoing SIP header using composer
« on: February 14, 2014, 10:18:55 PM »
Advertisement
Hello I need assistance with adding custom SIP header in outgoing SIP message from GVP.

Call flow is, GVP to AVAYA CM through Genesys SIP server.
GVP--->Genesys SIP server-->Avaya CM (SIP enabled)

Im developing callflow in Genesys composer 8.1, need to understand how to add custom header to outgoing SIP message when call is transferred using TRANSFER tag

Basically, I need to send the VDN information in UUI data field of SIP header as shown below

User-to-User: VDN=<7 Digit Number>;AccountNumber=<10 digit number>
X-GENESYS-AccountNumber: <10 digit number>
X-GENESYS-VDN: <7 digit number>

Thanks..

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: customising outgoing SIP header using composer
« Reply #1 on: February 14, 2014, 10:21:02 PM »
X-Genesys are attached data, so try as it, UDATA

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: customising outgoing SIP header using composer
« Reply #2 on: February 19, 2014, 12:47:21 PM »
If you mean pass these data from GVP to the SIP via transfer block, so just use the namelist parameter within transfer and fill the variable name which will be added to the SIP message

Offline mail2senn

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: customising outgoing SIP header using composer
« Reply #3 on: May 14, 2014, 11:25:02 AM »
Just to refine Kiran's question:
In order to get the below SIP header, how should program in composer to get the same and what are the setting in SIP/MCP to be made sure? below 1234567890abcdef has to be passed to avaya session manager.

Refer-To: <sip:1234@10.0.0.1:5060?User-to-
User=1234567890abcdef%3Bencoding%3Dhex%3Bpurpose%3Disdnnetwork%
3Bcontent%3Disdn-uui>
SIP Server includes this in the INVITE request:
INVITE sip:1234@10.0.0.1:5060 …

....
User-to-User: 1234567890abcdef;encoding=hex;purpose=isdnnetwork;
content=isnd-uui

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: customising outgoing SIP header using composer
« Reply #4 on: May 14, 2014, 06:12:29 PM »
Genesys will always use the prefix Genesys-X or whatever is defined on the SIP Server as prefix