j
k
j a
j l
2009/6/19 Edson - Lists 4lists@gmail.com:
Try if (uri=~"^sip:d") {
Try
if (uri=~"^sip:d") {
Note that this would match the following URI (with no username):
sip:domain.org
I would prefer:
if ( $rU =~ "^d" )
Back to the thread
Back to the list