Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance DNSResolver by exposing more params from resolution #5

Open
jaimecasero opened this issue Apr 8, 2016 · 0 comments
Open

Enhance DNSResolver by exposing more params from resolution #5

jaimecasero opened this issue Apr 8, 2016 · 0 comments

Comments

@jaimecasero
Copy link
Contributor

Params like TTL are hidden during resolution, since the returned class is Hop. Hop is a limited class specifically oriented to internal stack routing.

Here we may devise two different options:
-Create a HopExt class to include new params by proper getter/setter.
-Use URI natively, and reuse URI param capabilities so apps get all params transparently.

JAIN-SIP.ext has been traditionally oriented to extend the JAIN SIP stack itself, but its been incorporating features for Applications lately. This criteria may be used to design API to incorporate this new feature...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant