Klaus Darilion writes: > Then would could have another function which parses SIP URIs into user, > domain and parameters, and another function which parses tel URIs into > number, paramters and phone-context.
parser has parse_uri function, which could be extended to handle also tel uris. if i remember correctly, uri data structures already support storing of tel uri parameters. type of uri is definitely already included. -- juha _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
