Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Alexandr Dubovikov
-router.org] On Behalf Of Peter Dunkley Sent: Friday, February 15, 2013 5:02 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] siptrace/sipcapture and MSRP Actually, the sipcapture module does use the Kamailio message parsing. It looks like only a few small changes will be required to

Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Peter Dunkley
Actually, the sipcapture module does use the Kamailio message parsing. It looks like only a few small changes will be required to make it recognise and handle HTTP and MSRP. I will look into doing this. Regards, Peter On 15/02/13 15:56, Peter Dunkley wrote: OK. So sipcapture parses the mes

Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Peter Dunkley
OK. So sipcapture parses the messages itself instead of using the Kamailio's message parsing (which does handle HTTP and MSRP)? Regards, Peter On 15/02/13 15:47, Dragos Dinu wrote: Sipcapture can't handle it, because it parses the data as SIP message. If sipcapture would be able to handle i

Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Dragos Dinu
Sipcapture can't handle it, because it parses the data as SIP message. If sipcapture would be able to handle it and get it into the DB, Webhomer will be able to show it, because it shows all the entries that you write into the DB. You can, for example, write the MSRP message into the 'msg' colu

Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Peter Dunkley
I know that the HEP3 protocol is designed to handle different message types, so I am curious as to whether the implementation of the capture node can handle it. Also, if the capture node can handle it and it does go into the DB will it cause problems for webhomer, or will webhomer simply ignor

Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Dragos Dinu
Hi, As far as I know, although making siptrace encapsulate different types of messages is not something very difficult, the sipcapture module is developed to write SIP messages into database. Webhomer 3 reads SIP-related data from DB, so it displays only SIP. Regards, Dragos On 02/15/2013 0

Re: [SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Peter Dunkley
Also, what about stuff from event_route[xhttp:request]? On 15/02/13 14:45, Peter Dunkley wrote: Hello, Is there any reason why I couldn't use the existing siptrace() function in event_route[msrp:frame-in] to relay all MSRP messages to a SIP Capture node? Will the SIP Capture node handle re

[SR-Users] siptrace/sipcapture and MSRP

2013-02-15 Thread Peter Dunkley
Hello, Is there any reason why I couldn't use the existing siptrace() function in event_route[msrp:frame-in] to relay all MSRP messages to a SIP Capture node? Will the SIP Capture node handle receiving these messages? What will end up in the WebHomer display in these cases? Regards, Peter