branches.pl 86 B

123456
  1. sub appbranch {
  2. my $m = shift;
  3. $m->append_branch("sip:new\@address");
  4. return 1;
  5. }