cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
759
Views
0
Helpful
4
Replies

Issue with calling alias@<ip-of-vcse> where alias@domain works fine.

Darren Lapierre
Level 4
Level 4

Afternoon everyone,

I am having an odd issue that I seem to be stumbling on.

The network:

Vcs Control

VCS Express inside of a natted dmz (dual network option enabled).

Any calls inbound to the network cannot work if the user uses alias@<ip-of-vcse>. The moment they use alias@domain, it works fine.

Now, to rule out the outside parties network, I dialled from a known good environment, and the same issues occur.

Has anyone else ever ran into this issue?

D

4 Replies 4

paul.thomas63
Level 1
Level 1

Typically you would build a (Pre-search)Transform, simply can be based on suffix, to replace @(IP of VCSe) to @(yourvideodomain)

Jens Didriksen
Level 9
Level 9

Pattern type: Suffix

Pattern string: VCS-E_IP_address

Pattern behavior: Replace

Replace string: yourdomain

Also good idea to include a transform which will allow older Polycom systems which do not support Annex O URI dialling to use the Polycom proprietary method of IP_address##Alias.

Pattern type: Regex

Pattern string: (.*)##(.*)

Pattern behavior: Replace

Replace string: \2@yourdomain.com

The above will transform VCS-E_IP_address##Alias to Alias@Yourdomain

/jens

Please rate replies and mark question(s) as "answered" if applicable.

Hi Jens,

Is there any good document which is comprehensive on Search Rules/Transforms.

Thanks,

Saurabh