Thanks.
Do you think is possible, instead to work with script, to work over source code and
change it to let it do what I want?
I am pretty sure that you can write a piece of code to do what you want,
but I do not know if it pays the effort when the feature is available,
it is customizable and flexible. Hardcoding functionality like routing
looks for me like a big overhead to maintain.
Cheers,
Daniel
Any thought?
-----Messaggio originale-----
Da: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro]
Inviato: giovedì 30 marzo 2006 15.56
A: D'Addelfio Davide
Cc: users(a)openser.org
Oggetto: Re: R: R: [Users] export SIP_Domain
On 03/29/06 12:50, D'Addelfio Davide wrote:
Ok thanks, will take a look!
Now that I've installed and running openser, I have to work over it. Do you know if
is possibile to configure openser with some trigger that allows it to switch incoming
message (INVITE, REQUEST, etc...) towards another element, like an application server? Do
they exists? Where can I find it?
do you want to route certain request types to different hosts? Like if
request is INVITE, send it to an application server?
If so, then you can do:
if(is _method("INVITE")) {
t_relay("udp:app_srv_ip:port");
exit;
}
This example works with development version of openser, for versions
1.0.x below, check the documentation of tm module which is posted on
project's web site (
http://openser.org). You have to use the textops
module as well.
Cheers,
Daniel
Thanks for help
-----Messaggio originale-----
Da: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro]
Inviato: mercoledì 29 marzo 2006 11.47
A: D'Addelfio Davide
Cc: users(a)openser.org
Oggetto: Re: R: [Users] export SIP_Domain
On 03/29/06 11:56, D'Addelfio Davide wrote:
Thanks for reply...it works very good!!!
Still not understand which different between SER and OpenSER, could anyone explain me?
openser started from the same code base as ser v0.9.x, and that was
openser v0.9.x . Since then a lot of features has be added, new stable
release was made as 1.0.0 in October last year. For more details see:
http://openser.org
http://openser.org/diffs-0.8.14.php
http://openser.org/diffs-0.9.0.php
http://openser.org/release-1.0.0.php
Cheers,
Daniel
Thanks
-----Messaggio originale-----
Da: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro]
Inviato: martedì 28 marzo 2006 11.55
A: D'Addelfio Davide
Cc: users(a)openser.org
Oggetto: Re: [Users] export SIP_Domain
Hello,
On 03/28/06 11:59, D'Addelfio Davide wrote:
Hi to all, i'm totally new in openser and
i'd like to enjoy it...
I've installed 1.0.1 version on my debian and seems it work fine with
mysql database.
Just a stupid question: I miss to export SIP_DOMAIN cause I can't
understand what name I have to give...the default is openser.org...and
I've seen on install file that I have to change it...could someone
explain me what I have to do, please?
the SIP_DOMAIN has to be your domain or IP address:
export SIP_DOMAIN="mydomain.com"
Cheers,
Daniel
Thanks in advance
Davide
------------------------------------------------------------------------
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users