cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8379
Views
35
Helpful
17
Replies

Calls from asterisk@different ip addresses

maciej_wilk
Level 1
Level 1

Hi everyone,

I am receiving calls from asterisk@different ip addresses on my VCS  Expressway trying to dial different numbers. I have enabled a local call  policy rule to reject asterisk@.* to any destination .* but it does not  work and I still get these call attempts.

Has anyone encountered this and knows how to stop these calls?

Thanks

Maciek

17 Replies 17

Martin,

the VCS allows to address-switch on both the 'origin', 'authenticated-origin' and 'unauthenticated-origin', and this approach opens up for a lot of flexibility.

For example, by address-switching the 'origin' field when authentication is enabled, you could easily create a 'catch-all' section when matching 'origin' on 'not-present', such as in situations when you do not really care what the origin is, but rather look to manipulate the call behaviour based on whether the call is authenticated or not.

As an example, the following CPL example will send all incoming, un-authenticated calls to the IP GW alias 'notauthenticated@domain', and proxy all other (authenticated) calls with the originally called alias:

xmlns:taa="http://www.tandberg.net/cpl-extensions"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="urn:ietf:params:xml:ns:cpl cpl.xsd">

    

         

               

                   

               

         

         

              

         

    

Hope this helps,

Andreas

Andreas, Martin,

Thanks very much for your help!

We're just starting to see these attempts as well, implemented "your" CPL - works a treat.

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