You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: