Hi Guys,
Can you please help me to find out the way how to customize SIP header "FROM" before bridge transfer.
I know that we can use External Property and set SIP headers like that:
AVAYA_SIPHEADER.session.connection.local.uri
AVAYA_SIPHEADER.session.connection.remote.uri
AVAYA_SIPHEADER.session.connection.protocol.sip.re questuri
AVAYA_SIPHEADER.session.connection.protocol.sip.fr om
I tried all the variables above but they did not change anything.
In general I need customize From header.
Now I see in the damp the following:
FROM: sip:<number>@<ip.address>;tag=<some_value>
I need modify it and add prefix before number
FROM: sip:<prefix><number>@<ip.address>;tag=<some_value>
What I am doing wrong with SIP headers above?
May be I need to use another SIP headers?
Or there is another way how to do it?
Thanks in advance for your help!
Vasily.
Can you please help me to find out the way how to customize SIP header "FROM" before bridge transfer.
I know that we can use External Property and set SIP headers like that:
AVAYA_SIPHEADER.session.connection.local.uri
AVAYA_SIPHEADER.session.connection.remote.uri
AVAYA_SIPHEADER.session.connection.protocol.sip.re questuri
AVAYA_SIPHEADER.session.connection.protocol.sip.fr om
I tried all the variables above but they did not change anything.
In general I need customize From header.
Now I see in the damp the following:
FROM: sip:<number>@<ip.address>;tag=<some_value>
I need modify it and add prefix before number
FROM: sip:<prefix><number>@<ip.address>;tag=<some_value>
What I am doing wrong with SIP headers above?
May be I need to use another SIP headers?
Or there is another way how to do it?
Thanks in advance for your help!
Vasily.
Comment