Hi all,
What do you recommend for media server application to integrate wih ser-0.9.x?
SEM or Asterisk?
Specifically i'm talking about running services such as IVR,
conference and voicemail..
Thanks your suggestions..
--
caio
Hi,
My temporary solution was to edit the etc/hosts file in my windows xp machine. The path is:
C:\WINDOWS\system32\drivers\etc\hosts
And I added the lines:
193.22.119.66 www.openser.org
193.22.119.66 openser.org
to point to the Kamailio servers.
Hope this helps,
Humberto
> Subject: Re: [Kamailio-Users] Google reference to openser
> users and
> devel Archives
> To: users(a)lists.kamailio.org
> Message-ID:
> <200808251326.44077.henning.westerholt(a)1und1.de>
> Content-Type: text/plain; charset="utf-8"
>
> On Friday 15 August 2008, Rafael Risco Gonzales-Vigil
> wrote:
> > This is for openser/kamailio and opensips list
> administrators:
> > google still has references to
> http://www.openser.org/pipermail/users/ and
> > http://www.openser.org/pipermail/devel/ for openser
> related searchings and
> > those urls does not contains old files anymore so its
> dificult search
> > information for learning and troubleshooting about
> openser/kamailio or
> > opensips... I hope someone can solve this issue for
> the benefit of all
> > current and future community users.
>
> Hi Rafael,
>
> we don't have access to the openser.org domain, so
> there is nothing what we
> can do here, sorry. All access of web and mail services to
> openser.org will
> go to opensips infrastructure.
>
> If you encounter such old links with openser.org, you can
> simply
> change "openser.org" to "kamailio.org",
> then you'll be able to access the
> content, apart from using the google archives, as Alex
> pointed out.
>
> Cheers,
>
> Henning
>
I have this block in my configuration:
<excerpt from failure_route[1]>
if(!cr_rewrite_uri("1", "call_id")){
t_reply("403", "$fU@$fd Not allowed");
} else {
# In case of failure, re-route the request
prefix("+");
t_on_failure("2");
if (is_method("INVITE"))
t_on_reply("1");
# Relay the request to the gateway
t_relay();
}
The output in my log file:
Aug 18 18:41:29 lab02b /usr/local/sbin/openser[5622]: INFO: carrierroute:carrier_rewrite_msg: uri 8909 was rewritten to sip: 8909@gateway_one
Aug 18 18:41:29 lab02b /usr/local/sbin/openser[5626]: INFO: Failure Route Started
Aug 18 18:41:29 lab02b /usr/local/sbin/openser[5626]: INFO: carrierroute:carrier_rewrite_msg: uri 8909 was rewritten to sip: 8909@gateway_two
Aug 18 18:41:29 lab02b /usr/local/sbin/openser[5626]: ERROR: tm:t_forward_nonack: no branch for forwarding
Aug 18 18:41:29 lab02b /usr/local/sbin/openser[5626]: ERROR: tm:w_t_relay: t_forward_nonack failed
What am I missing that I need to do prior to calling t_relay()?
-Jonathan
This is for openser/kamailio and opensips list administrators:
google still has references to http://www.openser.org/pipermail/users/ and
http://www.openser.org/pipermail/devel/ for openser related searchings and
those urls does not contains old files anymore so its dificult search
information for learning and troubleshooting about openser/kamailio or
opensips... I hope someone can solve this issue for the benefit of all
current and future community users.
rafael
Lima - Peru
hi opensips
debian:/etc/opensips# /etc/init.d/opensips start
Starting opensips: opensipsListening on
udp: 127.0.0.1 [127.0.0.1]:5060
udp: 192.168.1.254 [192.168.1.254]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
tcp: 192.168.1.254 [192.168.1.254]:5060
Aliases:
tcp: debian:5060
tcp: localhost:5060
udp: debian:5060
udp: localhost:5060
.
debian:/etc/opensips# /etc/init.d/opensips status
Status of opensips: opensips is not running.
could anyone tell me the tips for this
Thanks
Ha`
Hi, when 'fr_inv_timer' expires Kamailio CANCELs the pending branches
and reply "408 Request Timeout" to the UAC.
Well, I wonder if 408 is appropiate. I think "480 User Unavailable" or
"487 Cancelled" would be better:
I received those replies in other maillist:
"408 indicates transaction timeout. You have sent request to next hop
and it has not responded back. If the gateway has not responded at all
(Including 100 trying), 408 is appropriate. 480 is more of application
usage meaning that the user is not available and would be appropriate
if the gateway has at least send one provisional response i.e. 100,
180, 183..."
"408 is used consistently to mean IP-level timeout in sending a request
from one element to another. It is also defined to be returned by a
UA when the time specified in "Expires" has been reached. (In theory,
two different error codes should be defined for these two situations,
but that has not been done.) However, in a ring-no-answer situation,
it is more common for an upstream proxy to send a CANCEL to the
UA/gateway, in which case the UA/gateway provides a 487 response to
the INVITE."
This last point suggest that Kamailio could do the following:
- If the proxy has received provisional responses from callee's then
not send a 408 upstream since when the proxy sends CANCEL to UAS's it
will receive some 487 and would return a 487 upstream.
- If the proxy hasn't received provisional responses then this is a
clear "408 Request timeout".
So a possibility is that Kamailio just reply a 408 in real timeouts
and reply 487 when 'fr_inv_timer' expires (or just reply nothing since
UAS's will generate the 487).
Opinions?
--
Iñaki Baz Castillo
<ibc(a)aliax.net>
The module documentation for versions 1.2, 1.3 etc used to be available on the web site.
Where has it gone? When you clicked on the documentation link, you used to be able to choose the version of OpenSER(Kam...OpenSIPS whatever) that you wanted. Now, your taken immediately to what appears to be the documentation for the LATEST version.
Doug.
Hi, lists I have some problems with the simple presence in kamailio 1.4, I add to my kamailio.cfg the following line and when restarting the it shows me errors in this it lines
Aug 24 19:31:41 [21946] ERROR:core:set_mod_param_regex: parameter <force_active> not found in module <presence>
Aug 24 19:31:41 [21946] CRITICAL:core:yyerror: parse error in config file, line 50, column 19-20: Can't set module parameter
Aug 24 19:31:41 [21946] ERROR:core:main: bad config file (1 errors)
Aug 24 19:31:41 [21946] NOTICE:presence:destroy: destroy module ...
I remove of the Makefile the modul presence
kamailio.cfg
loadmodule "presence.so"
modparam("presence|auth_db|uri_db|usrloc", "db_url", "mysql://openser:openserrw@localhost/openser")
modparam("presence", "force_active", 1)
modparam("presence", "max_expires", 3600)
modparam("presence", "server_address", "sip:192.168.10.1:5060")
where the error can be?
regards
rickygm
Hello,
I propose to build a new minor release for openser 1.3 branch on the
27th of August (Wednesday). There are already a lot of fixes since
1.3.2. Probably couple of backports from 1.4 will get in until
Wednesday, the rest, if it is the case, shall get in 1.3.4, probably in
about another month, as we are going to maintain 2 stable branches.
Perhaps 1.4.1 will be out by same time or so.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com