Expression of reg VCS

Hello.. I need assistance with reg expression for my calls (conf)

1866123123 * xxxxxxxx to be replaced by sip:[email protected] / * /

Much appreciated your help...

Tried, but do not replace ^(1866123123**) (\d {8}) with sip:------[email protected] / * / (not working)

Paulo Souza

Please note the answers and mark it as "answered" as appropriate.

Tags: Cisco Support

Similar Questions

  • Expression of Reg

    Can someone show me a regular expression that would remove everything that is not a number from a string?

    Thank you
    Jeremy

    bigj9901 wrote:
    > I'm going to use it in a php works, not that good with reg well expressions. Could you give me an idea on how to a filter string and return only the numbers?

    Use preg_replace like this:

    <>
    $string = ' ab34dfg843c3? | 8 D 4# @ " ;
    $numbers = preg_replace ('/ \D /', ", $string);
    echo $numbers; poster 34843384
    ?>

    ' / \D/' is the regular expression. The second argument is a pair of
    quotes with nothing between (an empty string). The effect is to
    Replace all numbers not by anything.

    --
    David powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • expression simple reg

    Dear people, I want only in biens2 GOODS, GOODS1, the following query values
     with t as
     (
     select 'GOODS1' string,100 NUM from dual union all
     select 'GOODS1' string,200 NUM from dual union all
     select 'GOODS' string,200 NUM from dual union all
     select 'GOODS2' string,200 NUM from dual union all
     select 'GOODSDELL' string,200 NUM from dual union all
     select 'GOODSDELL2' string,200 NUM from dual union all
     select 'GOODS2' string,200 NUM from dual
     )
     select STRING,SUM(NUM) from t where string like 'GOODS%'
    GROUP BY STRING
    
    am getting output like below
    
    STRING       SUM(NUM)
    ---------- ----------
    GOODS1            300
    GOODS2            400
    GOODSDELL2        200
    GOODS             200
    GOODSDELL         200
    
    i need only 
    
    GOODS1            300
    GOODS2            400
    GOODS             200
    here in future GOODS1... GOODS100 can exist, because it will continue to increase
    Please enlighten us on this

    Published by: starting on September 11, 2012 04:38

    As this can be

    where regexp_like(string, 'GOODS[[:digit:]]+')
    

    Note: the code is not tested.

  • VCS Express with CUCM 10

    Hello

    There is a lot of confusion on Express C/E & VCS C/E, if anyone can confirm my following queries:

    With VCS VCS & Express control every endpoint to register with VCS control (no participation required CUCM or VCS control can't integrate with CUCM)?

    With Highway Core & edge that every endpoint is record in CUCM & CUCM will record Expressway Core?

    For calls B2B & movi Jabber, that we must have Expressway Center/periphery, VCS control/Express IS NOT support jabber movi & called B2B?

    Software Express C/E & VCS C/E are the same, but the licenses are different?

    Our clients have obtained

    1 x control VCS licensed

    1 x Express VCS under license

    1 x ISDN gateway,

    1 x TP driver

    1 x TP management suit.

    Kind regards

    Francisco

    With VCS VCS & Express control every endpoint to register with VCS control (no participation required CUCM or VCS control can't integrate with CUCM)?

    Yes, no CUCM is required, endpoints can also enroll in the VCS-E or it could register SIP to VCS - C proxy endpoints. A parallel installation of VCS CUCM with a trunk should also work with todays versions.

    The VCS will be only support standards basis of endpoints SIP and H323, its main purpose

    a for video settings. You won't be able to use it to register, provision or use of Cisco IP phones with it.

    With Highway Core & edge that every endpoint is record in CUCM & CUCM will record Expressway Core?

    See the C & E highway as a single unit to the external communication. The registrations are transferred by proxy

    CUCM outside.

    But that also means, you can't register 3 party at the highway and even end points

    Cisco endpoints must support the installation of the fast track C & E.

    The highway also runs things like XMPP for Jabber.

    For calls B2B & movi Jabber, that we must have Expressway Center/periphery, VCS control/Express IS NOT support jabber movi & called B2B?

    The C & E Highway can also manipulate calls business2business or another sip trunks / h323, but this infrastructure requires the media license.

    B2B calls also works very well with the installation of VCS.

    If you are talking about how to provide Jabber accounts and video Jabber:

    There are video Jabber (which is implemented by TMS and VCS) and Jabber (i.e. led CUCM) there.

    If you are talking about outside calls that he can just be regarded as regular b2b external calls.

    then they be it work with VCS or motorways on the site of the end.

    Software Express C/E & VCS C/E are the same, but the licenses are different?

    It is correct. Licensing Expressway is more attractive for users CUCM, but you already have

    have SPRDD in place that should work in all cases well.

    With CUCM, you get licenses Expressway in any case. So according to the type of use, you.

    B2B, internal calls... you can add a configuration of fast track to Jabber and the stuff of office home and

    use the VCs to B2B and part 3 records.

  • WebEx / integration of telepresence

    Be grateful for help with what I'm trying to achieve - as there seems to be a total lack of documentation available on CCO that covers it!

    I CUCM 8.6 and have saved him a few EX90s. Video-point works great for internal calls.

    I also Express Starter Pack VCS running version X7.2

    I also have WebEx accounts which I use for audio / video and web conferencing.

    Issues related to the:

    Can I join a videoconference WebEx from my EX90s? If so, how?

    Can I use OneTouch 2.0 to do this? If so, should I TPM to plan?

    Sorry, these seem to ask very basic questions, but there is a lack of public information around this subject TOTAL! I found some docs that say X7.2 on VCS should only allow this, but nothing to say how.

    Be thankful for pointers.

    Barry Hesk

    Intrinsic network solutions

    Hello

    The next generation of the WebEx / integration of telepresence coming soon. There will be a careful deployment guide ("Cisco WebEx enabled telepresence Setup Guide') available with the version; It describes the components of the required infrastructure.

    Kind regards

    Kjetil

  • Of-Rube my code please Reg Expression maybe?

    Hi all!

    I will avoid solutions based text, but after looking at my code, I thought I can get a chance to learn a better way to do it.

    Problem:

    In LV 8.6 there is a problem when an individual 'node' in a VRML file result LV to crash if I try to open a file containing this node.

    Solution:

    Wirte code to check the file and remove the cruelest bad 'node' of trying to open it.

    IF this code works, but screams "This could we better using Reg expression?"

    I think the picture tells the story.

    NOTE: The case of non-visalbe just do the wires.

    THEN, share your thoughts please.

    Ben

    Even better than my original.  This is the beginning of the selection followed until the first byeverything '} ' (and line break).

    Kudos to ben64 for the tip.

  • How to activate the two IPS on VCS starter pack express

    I have the Starter of Cisco Express works with a single IP address using a NAT. This only works inside the LAN. To enable this machine on the internet, I bought the key option to double network interface. I enabled both interfaces, but I don't know how I should configure the two IPS by access from the internet. I tried to activate the static NAT, but it did not work.

    There is only a single default gateway and this is where most of the traffic will be released and which should point to the internet router.

    If you have addresses of internall more than 'LAN', you can simply add additional routes via the administration console.

    As if LAN is connected to LAN2 192.168.150.0/24 and you 192.168.175.0/24 your home and where your laptops

    router for tha is 192.168.150.1 you would add that, on the road to xcommand, add the command:

    xcommand RouteAdd

    *h 'xCommand RouteAdd'

    "Adds and configures a new IP route (also known as a static route)."

    Address(r): "Specifies an IP address used in conjunction with the prefix length to determine the network to which this route applies."

    PrefixLength(r): <1..128> "Specifies the number of bits of the IP address which must match when determining the network to which this route applies. Default: 32"

    Gateway(r): "Specifies the IP address of the gateway for this route."

    Interface: "Specifies the LAN interface to use for this route. Auto: the VCS will select the most appropriate interface to use. Default: Auto"

    for the example given, it would be (user admin via ssh):

    xcommand road add an address: 192.168.175.0 LG: gateway interface 24 192.168.150.1: LAN2

    But to be honest I'm not sure jabbervideo it works well with the highway espress in

    a lan environment double anyway.

    As with a vcs - c / e deployment you have the model of the internal and external with vcs

    different hosts where he tries to get funding and then depending on who gets the data

    for the record. It may be that in any case only get you external IP of the vcs-e.

    I would therefore simply deploy a DMZ where the outside and inside can reach the starterpack with

    the same address or even external ip using a NAT that is hosted in LAN1 put directly on a public ip address in a dmz...

  • H.239 does not work when using the way Express of VCS.

    Hello

    on my network, I have control of VCS Cisco and Cisco Expressway to connect the external endpoin (endpoint with the public IP for example point)

    The problem is that when the network interior, I send a content (using the H.329) point public endpoints receive a presentation, but not H239.

    If I go into windows thestatists in the MCU, I don't see all the data.

    Internal endpoint static is present.

    I can do a configuration especially in the way Cisco Express to use the H.239 in internet?

    Thanks for your help.

    Fcostalunga

    Radvision endpoints both Polycon use radvision H.323 stack, while Tandberg endpoints use a single H.323 stack.

    H.323 endpoint outside the firewall/NAT must apply directly to the controller of H.460.18/19 border instead of a doorman. If you could provide file OCAP for your case, that will be useful.

  • About VCS Express hack attack

    Hello

    I have a pirate constantly trying to hack our VCS and it (his robot) is not giving up.

    It happens on our express VCS and or to order with the id 'cisco' and is calling through the communication manager various combinations of dialing numbers, I would just add a CPL entry to block anything arriving with "cisco".

    Someone at - it an example of how to add a source like this in the cpl file and it ships to nirvana?

    Any help would be appreciated.

    Randy

    One I downloaded should be used on the VCS-E since these call attempts originate from the wild, that's where I also ISDN blocks in place to prevent external sites to access our ISDN gateways.

    However, I do not use CPL for this, search only rules, see page 39 of the deployment guide http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/vcs/config_guide/X8-5/Cisco-VCS-Basic-Configuration-Control-with-Expressway-Deployment-Guide-X8-5.pdf - having said that there is of course nothing wrong with using the CPL.  :)

    One you use is neither here nor there, you'll have to edit anyway :) - just open it in Notepad and insert the additional rules and download on the VCS-E.

    The VCS - C and VCS-E use the same format, so to create a new rule, you would do something like this:

    You need not specify the reason, but sometimes it is good to send them a personalized message, although they probably won't be read or see. :)

    You must include a rule of origin thus unauthenticated however.

    It is basic XML, each rule starts with

    There is some discussion in the support of telepresence forum on fraud without ISDN costs that may be of interest to you - this one shows how to break the dial string.

    /Jens

    Please note the answers and score the questions as "answered" as appropriate.

  • VCS-Express and the integration of control VCS

    Hello

    I have the following question on the integration between VCS and VCS Express behind NAT devices.

    Control of VCS in the configuration of the area customer I will use the (Real) Global IP address location > Peer Address or I have to use the private IP address.

    Thank you

    Hello

    It depends on the interface how you have connected on the highway. So if you have two connected interfaces then the internal one is configured with a private address, and that you would use on the control to send traffic to. But to your question, I assume you have a connected only interface so you can use the public ip address for sent traffic of venture capital control.

    Ask if you need more information.

    Best regards / / Andrey

  • Question about reg expression

    Dear all,

    I'm new on reg exp. Could someone give me the reg expression for

    This string.


    000P * 00000000


    where O is digit

    * is an alpha charachers


    the string is therefore 3 numbers, hard coded P and a character alpha and 8

    for example: 123Pa45678981

    OR 223Px00000012


    the length of the shot must be 13 characters, and no more.


    Thank you

    Prash

    Hello

    DPT-Opitz wrote:

    } »

    + matches "1 alphabetic characters or more .

    To match "any 1" only, lose the +:

    } »

  • using reg expression

    I have a table called test with the names of column col1, col2.

    col1 value: 1234. col2 value: 1547

    I need o/p as 14 digits IE common present in the two columns.how to find it using reg expressions.

    Hello

    Here's another way, according to your needs:

    SELECT ename, empno, mgr

    , REGEXP_REPLACE (REGEXP_REPLACE ("0123456789")

    , '[^' || To_char (empno) | ] »

    )

    , '[^' || To_char (mgr). ] »

    ) AS common_digits

    FROM scott.emp

    ORDER BY ename

    ;

    The output does not include duplicate numbers, and the numbers will be in the order 0, 1, 2,..., 9, like this:

    ENAME, EMPNO, MGR COMMON_DIG

    ---------- ---------- ---------- ----------

    7876 7788 78 ADAMS

    7499 7698 79 ALLEN

    7698 7839 789 BLAKE

    7782 7839 78 CLARK

    7902 7566 7 FORD

    7900 7698 79 JAMES

    7566 7839 7 JONES

    KING 7839

    7654 7698 67 MARTIN

    7934 7782 7 MILLER

    7788 7566 7 SCOTT

    SMITH, 7369 7902 79

    7844 7698 78 TURNER

    DISTRICT 7-7698-7521

    You can get the same results without regular expressions, perhaps more effectively.

  • Validate through the Reg Expression

    Hello

    I have following requirement through reg expressions.
    Need to write a Boolean method that takes a string parameter which should satisfy following conditions.

    a string of length o 20 characters.
    o 9 first characters will be a number
    o next 2 characters are alphabets
    o characters 2 next will have a number. (1 to 31 or 99)
    o 1 next character will be an alphabet
    o the last 6 characters will be a number.

    JDev 11.1.1.6.0

    You can try something like this like regex:

    ^+[0-9]{9}+[a-zA-Z]{2}+(0[0-9]|1[0-9]|2[0-9]|3[0-1]|99)+[a-zA-Z]{1}+[0-9]{6}$
    

    Dario

  • CFINPUT Reg Expression Model Validation help

    I have a form with a non-mandatory field that must meet certain requirements of validation (numbers, letters, 'space' or 'white, empty string' only) if the user chooses to fill...

    I use the CFINPUT tag with the following settings, my Expression Reg model seems OK?
    REQUIRED = "No".
    VALIDATE = 'regular_expression '.
    MODEL = "^ [a-zA-Z *] {1,40}" $' "
    MAXLENGTH = "40".

    Thanks for any help. I'm v. new to regular expressions (10 hrs to Google Univ education.)

    Sincerely,
    Paul cross

    I think you want something more like this:

    ^ [a-zA-Z0-9] {0.40} $

  • UPDATE to VCSE VCS Starter Pack Express

    Hello community support.

    just a quick question for the upgrade process. With this key:

     Video Communication Server Starter Pack Upgrade to VCS Expressway - TMS, Cisco Jabber Video for TelePresence 100 users CTI-VCSE-SPUPG-K9 TTC2-04

    I can add as an option on my VCSESTRTPACK and remove the pack before starter option. After that, I have a VCSE without refueling.

    But what of the Jabber user? How did the license provided for me?

    Can I install just the touch option even on MSDS and this will add 100 user of Jabber for her? Or do I have to buy a separate license for this?

    Thank you for the support :)

    From what I found online:

    • You can convert the Starter Pack, either a control or highway depending on what part number you use (CTI-VCSC-SPUPG-K9 or CTI-VCSE-SPUPG-K9).
    • You will lose the integrated supply management and Jabber video/Movi licenses.
    • You will retain licensing additional call that have been purchased on top of the base call licenses.
    • You will receive basic application of TMS + 100 licenses video/Movi Jabber.

Maybe you are looking for

  • iPhone 4 stopped showing incoming text etc. briefly.

    My iPhone 4 always lit up the screen it is E' new mail, text, news, etc. All of a sudden since yesterday pm, he stopped it.  I always get the message, but don't know about them. INHOPE, can someone uinderstand what is or has happened.

  • Why my hp officejet 6500 has more printer take ten minutes to four pages of fax?

    HP Officejet 6500 a Pus E710n-z series Windows 7 Why my hp officejet 6500 has more printer take ten minutes to four pages of fax? No change has been made and no error message. This seems to be an extremely long time for only four pages!

  • How to record a session?

    Hello I remember because this function somewhere before but not really sure if it works for Win7. I wonder if it is possible to save a session of office for example to save all open applications as it is and continue to close and be able to restore t

  • How can I get my pictures on my phone to my laptop

    Okay I need serious help... I have a Samsung S5 and I need someone to walk me step by step on how to transfer my pictures on my HP laptop, I have windows 8 If you need to know... Please help... and really need step by step because I is not "smartt ph

  • g.clear () call to the method object refuses the development of drawing for checkbox

    Hello I have this custom field extend the CheckboxField, with him object method is overloaded as follows: protected void paint (Graphics g){int bgColor = _fontStyle.getBackgroundColor ();If (bgColor! = - 1).{g.setBackgroundColor (_fontStyle.getBackgr