User`s guide
Dialogic
®
1000 and 2000 Media Gateway Series User’s Guide — September 2007 155
Dialogic Corporation
Dial Plan
5.4.2 Web Configuration Interface
Figure 20 is a screen shot of the CPID manipulation configuration Web page:
Figure 20. CPID Manipulation Configuration Web Page
Select - Click anywhere in this column to select an entry. A selected row may be moved up or down
in the table, or deleted.
Label - Label for this entry. This label is referenced in the "Inbound VoIP Routing" and the
"Inbound TDM Routing" configuration pages.
I Inbound VoIP address I 172.16.3.15
" "
Takes what's in quotes as
literal
"353" 353
+ Concatenate
"800" + D 8005551212
lext(str, n) Extract n characters from left
of str
lext(S, 3) 716
rext(str, n) Extract n characters from right
of str
rext(S, 4) 5309
lrem(str, n) Remove n characters from left
of str
lrem(S, 3) 8675309
rrem(str, n) Remove n characters from
right of str
rrem(D, 4) 555
mext(str, pos, n) Extract n characters from str
starting pos digits from left
mext(S, 5, 2) 53
repl(str, old, new) Find 1st occurrence of old in
str and replace with new
repl(D,
"12", "46") 5554612
Table 4. Syntax Used for CPID Manipulation (Continued)
Rule Syntax Description Example Example Result