Hi, Did somebody implement a module to Openser that use libosip? I'm trying to implement it... Does somebody have some idea?
Best regards
-------------------------------------------------- Loide Mara Verdes de Jesus 6º período - Ciência da Computação / UFAM Laboratório VoIP - UFAM
What do you want to achieve?
regards klaus
Loide Mara wrote:
Hi, Did somebody implement a module to Openser that use libosip? I'm trying to implement it... Does somebody have some idea?
Best regards
Loide Mara Verdes de Jesus 6º período - Ciência da Computação / UFAM Laboratório VoIP - UFAM
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello,
On 09/14/05 00:47, Loide Mara wrote:
Hi, Did somebody implement a module to Openser that use libosip? I'm trying to implement it... Does somebody have some idea?
I am not sure it is possible since openser has its own sip stack. Using osip will duplicate a lot of code, like parsing, relaying, etc.
Cheers, Daniel
Best regards
Loide Mara Verdes de Jesus 6º período - Ciência da Computação / UFAM Laboratório VoIP - UFAM
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi, I would like to implement any module, as for example "blacklist" or "follow me" and etc, using some tool of libosip... I don't know accurately which tools I would be these because I'm still studying libosip but I would like to know if It's possible to join the two that both implement SIP. Thanks for the answers
On 9/14/05, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
On 09/14/05 00:47, Loide Mara wrote:
Hi, Did somebody implement a module to Openser that use libosip? I'm trying to implement it... Does somebody have some idea?
I am not sure it is possible since openser has its own sip stack. Using osip will duplicate a lot of code, like parsing, relaying, etc.
Cheers, Daniel
Best regards
Loide Mara Verdes de Jesus 6º período - Ciência da Computação / UFAM Laboratório VoIP - UFAM
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi!
You do not need libosip for this features. For implementing blacklist, ... you need not care about SIP packets, you only care about the SIP URIs in From header, To header and request URI. These URIs are available via pseudo variables and you can define routing rules in ser.cfg without the need of wrinting an own module.
regards klaus
Loide Mara wrote:
Hi, I would like to implement any module, as for example "blacklist" or "follow me" and etc, using some tool of libosip... I don't know accurately which tools I would be these because I'm still studying libosip but I would like to know if It's possible to join the two that both implement SIP. Thanks for the answers
On 9/14/05, *Daniel-Constantin Mierla* <daniel@voice-system.ro mailto:daniel@voice-system.ro> wrote:
Hello, On 09/14/05 00:47, Loide Mara wrote: > Hi, > Did somebody implement a module to Openser that use libosip? > I'm trying to implement it... > Does somebody have some idea? I am not sure it is possible since openser has its own sip stack. Using osip will duplicate a lot of code, like parsing, relaying, etc. Cheers, Daniel > > Best regards > > > > > -------------------------------------------------- > Loide Mara Verdes de Jesus > 6º período - Ciência da Computação / UFAM > Laboratório VoIP - UFAM > >------------------------------------------------------------------------ > >_______________________________________________ >Users mailing list >Users@openser.org <mailto:Users@openser.org> >http://openser.org/cgi-bin/mailman/listinfo/users > >
--
Loide Mara Verdes de Jesus 5º período - Ciência da Computação / UFAM Laboratório VoIP - UFAM
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users