Re: [reSIProcate-users] Should I use a SIP Proxy to get access to the SIP 183 message/SDP ?
On 09/07/15 21:36, Rodrigo Pimenta Carvalho wrote:
>
>
> Dear Repro-users.
>
> I'm starting in a project that it will be necessary to build an application
> able to read attribute-values from the SDP within SIP 183 messages.
> At the beginning, I was studying about Asterisk to see if such tool allows me
> to sniff a SDP body. Asterisk acts as a SIP server.
> Then, I saw on Internet that I should use a SIP proxy, because it would give
> me the flexibility that I need, to get any information from a SDP body of a
> SIP 183 message. So i ask:
>
> 1 - Is a SIP Proxy the best element able to provide information about a SDP
> body from a SIP message?
It depends on your network topology. If all messages are routed through
the SIP proxy it is fine.
> 2 - If yes, it the Repro a good example to my requirement? Does it have a
> license that allows me to embed this system in a commercial platform?
>
Yes, the license is very similar to a BSD license
You could look at the pyroute Python plugin support if you want to use
Python to inspect the SDP
http://www.resiprocate.org/Python