05-14-2019 11:27 PM - edited 05-15-2019 09:38 PM
I've tried to make this easier to understand. basically this H.323 to SIP via VCS. i want to understand the call flow & the transforms that take place
So is this the call flow ?
H.323 endpoint to Sip example
ABCD123>>>>>>>>>>>SIP doesn't understand ABCD123 i better append domain>>>>>>ABCD123@SIPDOMAIN>>>>>>SIP Endpoint
Then is the return like this?
SIP return back to H.323 example
ABCD123@SIPDOMAIN>>>>>>>>>>>>H.323 doesn't understand ABCD123@SIPDOMAIN H.323 doesn't understand
ABCD123@SIPDOMAIN i better strip the domain ABCD123>>>>>>>>>>H.323
1.Can someone please tell me if this is correct
2. is i the same process for voice calls from CUCM to SIP through VCS ?
Solved! Go to Solution.
05-16-2019 12:49 AM
anytime, any request reaches Expressway, rules are applied in this Order. it doesn't matter if its an inbound or an outbound call.
1. CPL Policies/Rules
2. Transforms
3. Search Rules
So Transform will be applied first and then Search rule's (strip, append, prefix) will be applied.
suppose you have a transform that appends "@example.com" to dialed Aliases.
you have 2 search rules in place
a. Search alias@example.com for SIP URI devices
b. Strip domain and Search alias only
H323 ID device calling SIP URI devices
lets say you dialed "lowfel.sip.ex90@example.com"
1. your dialed alias already contains SIP domain. Domain will not be appended at the transform stage.
2. sip registered device will be searched as per search rules(a).
SIP URI device calling H323 ID devices
lets say you dialed "lowfel.h323.ex90"
1. Domain will be appended (because of transform). so it will become lowfel.h323.ex90@example.com
2. H323 registered device will be searched as per Search rules (b). it will strip the domain before calling H323 ID of the device.
HTH
AMMAR
Please rate, click on stars below and mark answered if helpful.
05-15-2019 08:15 AM
Anybody help here please?
Thanks in advance.
05-15-2019 11:15 PM
why don't you register H323 devices using URI Format? e.g.
H323 ID= register.h323@example.com
SIP URI= register.sip@example.com
then add a transform to append "@" so it will standardize the dialing.
and if need be, to call H323 devices without @ domain, you can achieve this by stripping @ domain using search rules.
HTH,
Please rate and mark the answer if helpful.
05-15-2019 11:59 PM
Hello Ammar. Thank you for trying to make sense of this.
I understand about the process to create the transforms etc. What I'm trying to understand is the Call Flow involved?
The first transform appends the @domain to the H.323 endpoint
the second transform STRIPS the @domain FROM the H.323 endpoint
What I don't understand is at what point the Strip transform kicks in, is it on the return path from the call or am I misunderstanding this?
05-16-2019 12:49 AM
anytime, any request reaches Expressway, rules are applied in this Order. it doesn't matter if its an inbound or an outbound call.
1. CPL Policies/Rules
2. Transforms
3. Search Rules
So Transform will be applied first and then Search rule's (strip, append, prefix) will be applied.
suppose you have a transform that appends "@example.com" to dialed Aliases.
you have 2 search rules in place
a. Search alias@example.com for SIP URI devices
b. Strip domain and Search alias only
H323 ID device calling SIP URI devices
lets say you dialed "lowfel.sip.ex90@example.com"
1. your dialed alias already contains SIP domain. Domain will not be appended at the transform stage.
2. sip registered device will be searched as per search rules(a).
SIP URI device calling H323 ID devices
lets say you dialed "lowfel.h323.ex90"
1. Domain will be appended (because of transform). so it will become lowfel.h323.ex90@example.com
2. H323 registered device will be searched as per Search rules (b). it will strip the domain before calling H323 ID of the device.
HTH
AMMAR
Please rate, click on stars below and mark answered if helpful.
05-16-2019 02:18 AM
That's great. thanks Ammar. I thought it worked that way, but wanted clarification. thanks for your patience & time,
05-16-2019 12:50 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide