Home | History | Annotate | Download | only in extensions

Lines Matching defs:to

13 // replaces-param  = to-tag / from-tag / early-flag / generic-param
14 // to-tag = "to-tag" EQUAL token
25 * @param callID message to parse
33 * @param lexer Lexer to set
64 String to[] =
66 "Replaces: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
69 for (int i = 0; i < to.length; i++) {
70 ReplacesParser tp = new ReplacesParser(to[i]);
72 System.out.println("Parsing => " + to[i]);
75 + " to-tag=" + t.getToTag()) ;