An upstream PSTN-gateway provider wants 
SIP Request-URIs in this format:

  INVITE sip:[EMAIL PROTECTED];user=phone SIP/2.0

To achieve this, I did:

  rewritehostport("x.y.z.w;user=phone");
  t_relay();

which works, but makes me uneasy as the stuff after the ";"
isn't really the host or the port.  What is the official way
to put "user=phone" on the end?

Thanks,
-mark

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to