Hello,
Does opensips support SIP-T?
Thank you! KC
Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/
SIP-T is an encapsulated payload in SIP. Therefore, OpenSIPS "supports" it.
Can OpenSIPS do anything with it, like make routing decisions based on encapsulated ISUP attributes natively? Well, no. Not unless you want to go fish stuff out of the message body with textops, I guess.
So, the real question is, what do you mean by "supports?" OpenSIPS is a SIP proxy, nothing more and nothing less.
Kaeman Chris wrote:
Hello,
Does opensips support SIP-T?
Thank you! KC
Add more friends to your messenger and enjoy! Invite them now. http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Of course, I'll throw in the obligatory mention that this is the Kamailio list, not the OpenSIPS list.
But what I said applies to both because the issue is one of fundamentals.
Alex Balashov wrote:
SIP-T is an encapsulated payload in SIP. Therefore, OpenSIPS "supports" it.
Can OpenSIPS do anything with it, like make routing decisions based on encapsulated ISUP attributes natively? Well, no. Not unless you want to go fish stuff out of the message body with textops, I guess.
So, the real question is, what do you mean by "supports?" OpenSIPS is a SIP proxy, nothing more and nothing less.
Kaeman Chris wrote:
Hello,
Does opensips support SIP-T?
Thank you! KC
Add more friends to your messenger and enjoy! Invite them now. http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Hi,
if you look writing some c module to deal with SIP-T, there is a parser that supports multi-part body:
http://www.kamailio.org/dokuwiki/doku.php/development:sdp-parsing
If you are using the upcoming 1.5.0: http://www.kamailio.org/dokuwiki/doku.php/features:new-in-1.5.x
by playing with regexp transformation over $rb you can extract values from body and decide the routing based on that: http://www.kamailio.org/dokuwiki/doku.php/transformations:devel#regular_expr...
Regards, Ramona
Alex Balashov wrote:
Of course, I'll throw in the obligatory mention that this is the Kamailio list, not the OpenSIPS list.
But what I said applies to both because the issue is one of fundamentals.
Alex Balashov wrote:
SIP-T is an encapsulated payload in SIP. Therefore, OpenSIPS "supports" it.
Can OpenSIPS do anything with it, like make routing decisions based on encapsulated ISUP attributes natively? Well, no. Not unless you want to go fish stuff out of the message body with textops, I guess.
So, the real question is, what do you mean by "supports?" OpenSIPS is a SIP proxy, nothing more and nothing less.
Kaeman Chris wrote:
Hello,
Does opensips support SIP-T?
Thank you! KC