[Kamailio-Users] Question about manually manipulating RURI

Iñaki Baz Castillo ibc at aliax.net
Sat Jun 20 11:53:47 CEST 2009


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>




More information about the sr-users mailing list