Hi all.
There is a way to change the media IP and port without the module Nathelper? I don't want to use RTPProxy or Media Proxy. Let's suppose that the received INVITE has the headers:
c=IN IP4 192.168.0.56 t=0 0 m=audio 20900
I want to set up the 'c' header to, for example, 192.168.0.100 and port 40000. Is it possible?
Thanks.
Bruno
____________________________________________________________________________________ Novo Yahoo! Cadê? - Experimente uma nova busca. http://yahoo.com.br/oqueeuganhocomisso
You could try the subst......() functions from textops module.
regards klaus
Bruno Machado wrote:
Hi all.
There is a way to change the media IP and port without the module Nathelper? I don't want to use RTPProxy or Media Proxy. Let's suppose that the received INVITE has the headers:
c=IN IP4 192.168.0.56 t=0 0 m=audio 20900
I want to set up the 'c' header to, for example, 192.168.0.100 and port 40000. Is it possible?
Thanks.
Bruno
Novo Yahoo! Cadê? - Experimente uma nova busca. http://yahoo.com.br/oqueeuganhocomisso
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
or see the mangler module: http://www.openser.org/docs/modules/1.2.x/mangler.html
you have functions like mangle_sdp_ip()....etc
regards, bogdan
Klaus Darilion wrote:
You could try the subst......() functions from textops module.
regards klaus
Bruno Machado wrote:
Hi all.
There is a way to change the media IP and port without the module Nathelper? I don't want to use RTPProxy or Media Proxy. Let's suppose that the received INVITE has the headers:
c=IN IP4 192.168.0.56 t=0 0 m=audio 20900
I want to set up the 'c' header to, for example, 192.168.0.100 and port 40000. Is it possible? Thanks.
Bruno
Novo Yahoo! Cadê? - Experimente uma nova busca. http://yahoo.com.br/oqueeuganhocomisso
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
What document describes openser-mysql database creation options (e.g. create, init, etc)? I am looking for an option that will create the database if not present, or recreate it if already present. I tried reinit, but it seems not to work if the database is not already present. Maybe I am not using it correctly.
Thanks, Scott Yagel Virtual Telephone & Telegraph syagel@VTandT.net
Scott Yagel wrote:
What document describes openser-mysql database creation options (e.g. create, init, etc)? I am looking for an option that will create the database if not present, or recreate it if already present. I tried reinit,
Such an option does not exist.
regards klaus
but it seems not to work if the database is not already present. Maybe I am not using it correctly.
Thanks, Scott Yagel Virtual Telephone & Telegraph syagel@VTandT.net
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users