On Friday 23 January 2009, Ali Jawad wrote:
I did use if($rU =~ "^[+].*") {
strip(1); }
before the cr statement ...from asterisk I get address incomplete at times..when this happens I find that the first two characters are stripped instead of only the first one.
Try this:
if (uri =~ "^sip:+") { strip(1); }
Cheers,
Henning