Fixed direct protocol/ calling.

git-svn-id: http://yate.null.ro/svn/yate/trunk@439 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-07-08 15:34:15 +00:00
parent 7015c3798d
commit 219ef55cf8
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ bool Client::callStart(const String& target, const String& line,
return false;
ClientChannel* cc = new ClientChannel();
Message* m = cc->message("call.route");
Regexp r("^[a-z]\\+/");
Regexp r("^[a-z0-9]\\+/");
if (r.matches(target.safe()))
m->setParam("callto",target);
else