El Miércoles, 21 de Octubre de 2009, Airton Kuada escribió:
>  Hi all.
> 
> Anybody know what is the schema tel-uri?

http://www.google.com/search?q=tel+URI+RFC&ie=UTF-8&oe=UTF-8


>  OpenSIPS works with the schema tel-uri?

Not very well but it accepts it and parses it as follows:

  - username = TEL NUMBER
  - domain = null

Example:

  INVITE tel:+123456789 SIP/2.0
=>
  - $rU = +12345678
  - $rd = null

Be careful because if you modify $rU the generated Request Line would look 
like:

  INVITE sip:NEW_rU@ SIP/2.0  (malformed).
  

-- 
Iñaki Baz Castillo <i...@aliax.net>

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to