06-05-2015 04:53 PM - edited 03-18-2019 12:44 PM
hello friends
I got a problem in calls that orginated from external devices to the vcs expresway as format XXXX@vcserealip.
however there is no problem as kind of calls SIP URI format XXXX@domain.com
are there any advices?
thank you.
06-05-2015 05:25 PM
From my understanding of your issue, @VCS_IP calls fail, while @domain calls work?
You can create a transform on your VCS to convert the VCS_IP to your domain. We have this same issue with our VCS on occasion, you can try the following, it should resolve your issue.
Pattern type: Suffix
Pattern string: %ip%
Pattern behavior: Replace
Replace string: <your domain without @>
06-05-2015 09:16 PM
We do the same as Patrick suggested, however, be careful when setting the priority of the transform so it doesn't interfere/clash with any search rules, or any other transforms for that matter, you may have in place.
I.e. we strip the suffix @domain for h.323 calls after the transform, before the call is sent to the VCS-C, so this search rule must have lower priority than the transform.
SIP calls is left alone after the transform and sent on its merry way with alias@domain.
(We use the same alias for h.323, SIP and h.320 calls which means the end-users will only have to remember the one address).
/jens
Please rate replies and mark question(s) as "answered" if applicable.
06-05-2015 09:55 PM
Thank you for your answers.
Could you share The transform rule and regarding search rule please.
By the way I cant see anything on vcs expresway's search history regarding with ip calls.
Is three any kind of firewall issues?
06-06-2015 12:17 AM
You can use the transform Patrick suggested in his reply.
Try it and check that the transform works correctly by using the tool found under Maintenance/Tools/Check Pattern.
The priority you give the transform depends on your the transforms and search rules you already have in place as they all have to work together.
I.e. if you gave this particular transform priority of "40" and you also wanted to strip the domain after transform has taken place, and you gave this search rule priority "39", then this is obviously not going to work as intended as you strip domain from addresses before the transform takes place.
Our systems register to the VCS-C with Alias only for H.323 and Alias@domain for SIP, the search rule I'm using for the H.323 calls is very basic
(Replace "mydomain" with whatever your domain is.)
As for calls not showing up in search history, do these failed calls show up in the VCS-E call history?
/jens
Please rate replies and mark question(s) as "answered" if applicable.
06-12-2015 01:08 AM
Just a short comment - you might apply this rule as a search rule on the VCS-E rather than a transform.
I have used are different approach, where you add a search rule, that changes the IP address of the VCS-E into the customer domain name.
You should be able to apply this rule both to H323 and SIP as a "Suffix" rule, unless the old "bug" where IP addresses only could be manipulated through RegEx.
Kind regards
Peter
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