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?
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@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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
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@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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users