Re: [OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Pavan
It's quite trivial in UCM. Just configure plar http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/8_0_2/ccmcfg/b03dn.html#wpxref85834 Sent from my iSnuff On Oct 19, 2012, at 6:21 PM, "Dan Quinlan (daquinla)" wrote: > Forget my message below. Actually, ! has to match a number, so that pr

Re: [OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Dan Quinlan (daquinla)
Forget my message below. Actually, ! has to match a number, so that probably won't work. You can use a ? To match 0 or more occurrences of the previous digit. So a few ideas to try: ^[0-9] (not 0 through 9) or \+? (nothing, + up through +++) You might need some explicit mat

Re: [OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Dan Quinlan (daquinla)
Off the cuff not sure if there is a null. You can create two patterns: [0-9]! and ! . The first one matches anything with at least on digit - have it do no manipulation. The Null string should match the second pattern. DQ Dan Quinlan, CCIE #36129 daqui...@cisco.com

[OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Krishna
hi guys, In cucm  what character or pattern that identifies the null string? in cme i am aware the // matches null string but in cucm i am trying to find the pattern. I have to do calling party transformation mask based on accepting the null string. any help is much appreciated. thank you kris