Home | History | Annotate | Download | only in sip

Lines Matching refs:branch

304          * User decided to give us his own via header branch. Lets see if it
374 // If the user has set his own branch Id and the
375 // branch id starts with a valid prefix, then take it.
376 // otherwise, generate one. If branch ID checking has
377 // been requested, set the branch ID.
693 * JvB: Via branch should already be OK, dont touch it here? Some
695 * not set already, dont overwrite CANCEL branch here..
699 String branch = via.getBranch();
700 if (branch == null || branch.length() == 0) {