Hi list, this was the problem my version of libnetfilter-conntrack-dev
thank Dan and list
rickygm
----- Original Message ----
From: Dan Pascu <dan(a)ag-projects.com>
To: Ricky Gutierrez <xserverlinux(a)yahoo.com>
Sent: Friday, September 12, 2008 4:57:14 AM
Subject: Re: mediaproxy on centos 5.x
On Friday 12 September 2008, Ricky Gutierrez wrote:
> Hi Dan , I am trying to install mediaproxy on a centos 5.2, but when I
> am Settling it shows this error and it doesn't finish installing
>
> mediaproxy/interfaces/system/_conntrack.c: In function
> âForwardingRule_initâ: mediaproxy/interfaces/system/_conntrack.c:223:
> error: âNFCT_SOPT_SETUP_REPLYâ undeclared (first use in this function)
> mediaproxy/interfaces/system/_conntrack.c:223: error: (Each undeclared
> identifier is reported only once
> mediaproxy/interfaces/system/_conntrack.c:223: error: for each function
> it appears in.) error: command 'gcc' failed with exit status 1
>
> I have followed this mail, I have installed these dependences but it
> even fails me
Make sure you have libnetfilter-conntrack-dev at least version 0.0.89
The symbol it doesn't find was introduced on 4 Jun 2007, so I guess you
have a pretty old version (it first appeared in 0.0.80, but we recommend
you use at least 0.0.89 since that is what we used while developing it
and it's guaranteed to work with).
Better yet use the latest version (0.0.96)
>
> http://lists.opensips.org/pipermail/users/2008-August/000131.html
>
> could you help me?
>
> God blesses you
>
> rickygm
--
Dan
Hi,
how can I add user to ser where the auth user is diffrent the user (e.g
my DID)?
for example I have:
user 12127773456 (my number in the header, from, contact....)
pass 1234
but the authentication user is 10000 (for the autherization proxy)
using serctl does not have this parameter:
serctl add <username> <password> <email> .. add a new subscriber
for example in X-lite I want to have diffrent user name and autherization
user name and to be able to register to SER.
Thanks!
Amos
Hi,
I know Kamailio SIP server can handle SUBSCRIBE for message-waiting
indication. Is there a way to ask the SIP server to generate a NOTIFY
with message summary event and its related headers like
Message-waiting, Message-Account, Voice-Message, etc.? Or I must use
Asterisk as my mail server and forward all mwi Subscribes to Asterisk?
Thanks,
George
hello all
I need help for 'append_hf' :
I know how to add sip header with append_hf
but
how can look at this after (in another server) ?
I need to do append_hf("user: XXX"\r\n"); and after (with another OpenSer)
look at the string after user: ?
How to do?
Cordialement
BERGANZ François
http://www.acropolistelecom.net <http://www.acropolistelecom.net/>
Hi All
Can the following be achieved.:
I do have a subscription at a carrier with two routes, on normal route
and one premium route. The problem is that I do have to use a different
source IP with each of these two routes. This would be easy to achieve
with two different openser boxes. However I do have only one at current
time.
So, is it possible to use a different source IP per route ?
Thanks
With Regards
Ali Jawad
Hello,
I use t_onbranch and t_on_reply for all request passing the proxy.
Why doesn't the branch_route get called for CANCEL's and ACK's (loose routed
as well as statefull)? The loose routed BYE does pass through the
branch_route.
And why isn't the reply on a CANCEL passed through the transactional
onreply_route? It is passed through the default onreply_route.
The documentation doesn't mention any selectivity on request method.
--
Greetings,
Alex Hermann
Hi,
How do I do the following in SER 2.0:
1. How do I specify which DNS server that should be used?
E.g. That a reverse look-up should go to the DNS server running on the same machine as SER, instead of the once specified in /etc/resolv.conf.
2. If I'm not using the mysql database, how can I see how many users that are registered in usrloc/RAM?
Btw, 'ser_ctl user show <uri>' didn't even find the successfully registered users, so maybe that's something I somehow need to address first.
Thanks,
/Magnus
Hi,everyone
For voice communication I use a SIP+RTP proxy together with SER.
For PSTN calls SER routes the INVITE messages to the RTP proxy.
Everything works fine there, but when the call is ended by one client (which is connected to SER) or the PSTN user, the BYE message arrive to SER but dont forward it. If our RTP proxy does not see the message coming from SER, call doesn't end.
That's why I need all of the BYE messages to go through SER.
How can I do that ?
In the documents they said that the bye message loose route if there are ";lr" and If the message should be
loose routed then SER should simply relay the message to the next destination as specified in the top-most
Record-Route header field .but i have a try and nothing happened!
that is my config block:
# ------------------ module loading ----------------------------------
loadmodule "/usr/local/lib/ser/modules/sl.so"
loadmodule "/usr/local/lib/ser/modules/tm.so"
loadmodule "/usr/local/lib/ser/modules/rr.so"
# ------------------------- request routing logic -------------------
# main routing logic
route
{ record_route();
if(message=="BYE")
loose_route();
};
my ser is 1.2.3.4:5060
this is my sip message:
BYE sip:0000123@19.68.150.20:31562 SIP/2.0^M
Via: SIP/2.0/UDP 23.43.53.4:5060;branch=z9hG4bK5a69ae91;rport^M
Record-Route: <sip:1.2.3.4:5060;ftag=28118cbe-30554463;lr>^M
Record-Route: <sip:12.45.32.61:5060;r2=on;lr;ftag=28118cbe-30554463>^M
From: <sip:123456@1.2.3.4:5060;user=phone>;tag=as7232fbd6^M
To: "beurself212" <sip:0000123@19.68.150.20:31562>;tag=28118cbe-30554463^M
Call-ID: 76ad6e55-86f19c97-MzA1NTQ0NjM(a)192.168.50.50^M
Thanks,
Jimmy
2008-09-12
邱磊
I'm having a problem with the route sections below. When SER receives an
Invite to proxy to a PSTN gateway, SER is sending 2 invites very fast to
the gateway in the first route block which ends up creating a mess with
the gateway.
Either I have something wrong in the routing code or I have an
SER/OS/hardware timing problem.
Any suggestions ?
route[1] {
xlog("L_INFO", "Sending to route 1\n%mb\n");
rewritehostport ("1.1.1.1:5060");
append_branch();
t_on_failure("1");
t_relay();
}
failure_route[1] {
if(t_check_status("487")) {
break;
}
xlog( "L_INFO", "failure on route 1\n%mb\n");
append_branch();
route(2);
break;
}
route[2] {
xlog("L_INFO", "Sending to route 2\n%mb\n");
rewritehostport ("2.2.2.2:5060");
append_branch();
t_on_failure("2");
t_relay();
}
failure_route[2] {
if(t_check_status("487")) {
break;
}
xlog( "L_INFO", "failure on route 2\n%mb\n");
append_branch();
route(3);
break;
}
route[3] {
xlog("L_INFO", "Sending to rout 3\n%mb\n");
rewritehostport ("3.3.3.3:5060");
t_relay();
}
Thanks,
Matt
I install the dependences in my centos "kernerl-devel" and the netfilter kernel module .
"libnetfilter-conntrack-dev"
but it still shows me the installation error
I read this mail, thinking that that it could be my problem
http://lists.opensips.org/pipermail/users/2008-August/000131.html
thank you for all help that I can be offered
rickygm
----- Original Message ----
From: Peter Lemenkov <lemenkov(a)gmail.com>
Sent: Wednesday, September 10, 2008 11:13:57 PM
Subject: Re: [Kamailio-Users] help installing mediaproxy in centos 5
> I've got different advise. After quick googling I found that these
>constants are related to netfilter kernel module, so you probably need
> to install kernel-headers and pass properly additional includedirs (if
> required) to mediaproxy buildsystem.