2009/6/19 Edson - Lists <4lists at gmail.com>: > 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" ) -- Iñaki Baz Castillo <ibc at aliax.net>