http://qs1969.pair.com?node_id=680982

avidcoder has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to develop a script or Module to parse or interpret the SIP Messages. Does anybody know of any modules already developed to parse it? SIP is a sinalling protocol used in VOIP calls. Thanks AvidCoder

Replies are listed 'Best First'.
Re: SIP Message Parser
by NetWallah (Canon) on Apr 17, 2008 at 02:28 UTC
    Did you check CPAN ?

    It provides Net::SIP and many sub-modules dealing with the SIP protocol.

    In particular, Net::SIP::Simple is easy to use.

         "How many times do I have to tell you again and again .. not to be repetitive?"

Re: SIP Message Parser
by GrandFather (Saint) on Apr 17, 2008 at 02:30 UTC

    A search of CPAN turns up Net::SIP which may (or may not) be of some help.


    Perl is environmentally friendly - it saves trees
Re: SIP Message Parser
by FunkyMonk (Chancellor) on Apr 17, 2008 at 08:23 UTC
Re: SIP Message Parser
by ww (Archbishop) on Apr 17, 2008 at 02:25 UTC
    Have you searched CPAN?