1. Brekeke Product Name and Version:
Brekeke SIP Server - 2.4.8.6/286.3
2. Java version:
1.7.0_25
3. OS type and the version:
Windows Server 2008 R2
4. UA (phone), gateway or other hardware/software involved:
5. Your problem:
id like to add a dial plan with a wildcard
so even if the call has a leading 1, or a + then it should still match
Matching Patterns:
$request=^INVITE sip:=2125551212
if the call comes in as 12125551212 it wont match
so i tried adding the dial plan like this,
Matching Patterns:
$request=^INVITE sip:*2125551212
and it still didn't work
i had to add it like this
Matching Patterns:
$request=^INVITE sip:12125551212
for it to work correctly
how can i make this work ? so no matter whats before 2125551212 it should match ?
Wildcard
Moderator: Brekeke Support Team
It is Regular expression used in Dial plan rules, not wildcard
.* is any single character zero or more
http://rubular.com/
.* is any single character zero or more
http://rubular.com/