[OpenSIPS-Users] tel-uri
    Iñaki Baz Castillo 
    ibc at aliax.net
       
    Wed Oct 21 23:46:01 CEST 2009
    
    
  
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 <ibc at aliax.net>
    
    
More information about the Users
mailing list