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

Does anyone know if there are any modules for SIP (Session Initiation Protocol)?
If not is there anyone out there wanting to start an SIP/PERL project?

Any info or intrest would be great.

This only a virtual reality

Replies are listed 'Best First'.
Re: SIPing on Perl
by xorl (Deacon) on Jul 30, 2004 at 14:05 UTC
    Is this SIP as in RFC 3261?

    From http://search.cpan.org/~gaas/URI-1.31/URI.pm

    sip:

    The sip URI specification is described in sections 19.1 and 25 of RFC 3261. URI objects belonging to the sip scheme support the common, generic, and server methods with the exception of path related sub-components. In addition, they provide two methods to get and set sip parameters: $uri->params_form and $uri->params.

    sips:

    See sip scheme. Its syntax is the same as sip, but the default port is different.

    I also came across this, not sure it will help:
    http://compose.labri.fr/documentation/sip/SIP_-_Tools_and_Works.htm