*********************************
This message and any attachments (the "message") are confidential and intended solely for the addressees.
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration.
France Telecom Group shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
********************************
Hi
I am with the following problem:
In the greater schedule I pass through good part of the linkings are busy
I modified the param childreen for 20, It improved.
But, I do not obtain to increase more than this.
The service not start
ps -ef
opsenser start <defunct>
opsenser start <defunct>
opsenser start <defunct>
opsenser start <defunct>
opsenser start <defunct>
The CPU is 2G memory, 2 processors
What it can be happening?
Hi All,
I'm using dispatcher succesfully, with round robin alg (option 4), and also
use ds_mark_dst and ds_next_dst to select other proxy in case of failure. It
balances great when all servers are active, but when there are inactive
servers, round robin alg selects the next in the round, even if it's marked
as inactive. This results in going through ds_next_dst, and overloads the
first active server in the dispatcher file until completing the round. Then,
other active servers are called, and when passing to a group of inactive
servers, starts going through the first active (as much times as inactive
servers there are), and again completing the round.
Does anyone know a way to implement a round robin aware of inactive servers?
Thanks in advance,
Borislav Ivandic
Hi All
Now I try to use MI in my OpenSER and I have following questions:
1. when command (like t_uac_dlg issued via FIFO then request
constructed internally and never goes through route(0) block.
Is it right? If so, which logic used for processing such requests?
2. the same about mi_xmlrpc
Thanks for advise!
--
CU,
Victor Gamov
The documentation for pseudo-vars in 1.2.x says that $ai is the URI for
P-Asserted-Identity.
http://openser.org/dokuwiki/doku.php/pseudovariables:1.2.x#uri_in_sip_re
quest_s_p-asserted-identity_header
However, if I try to use this in my scripts I get this in the log:
ERROR:avpops:fixup_subst: bad attribute name <$ai>
Is this a bug or a documentation error? Is there some other pseudo-var
that should be the PAI?
FWIW, I'm currently running 1.2 branch post-1.2.1 but not updated since
before 1.2.2 came out.
Regards,
- Brad
In a previous query I asked if someone could shed some light on as to why
my endpoints do not receive any audio when the call is redirected to an
announcement server.
After a lot of testing, I believe I have found the problem.
When I initiate a call from my end point the end point advises the callee
as to the port the RTP traffic will be present. When the call is handed
to my PSTN gateway the Gateway responds with its port for RTP in a 183
Session Progress.
When that call fails (due to timeout) we want to send it over to Asterisk
where an announcement will be played to the caller--however the caller
never hears it. The traces show that Asterisk advertises its RTP on a
different port that that of the PSTN Gateway. Some of my endpoints (Cisco
IP Phone 7940 and Sipura devices) see and listen for the audio on the new
advertised port, however my Arris EMTAs do not, it appears as though they
are still "tuned in" to the original audio port advised by the PSTN
gateway.
My question, is is possible to strip away the "m=audio 22040 RTP/AVP 0 8
18 101." from the SIP message? I would like to strip it away in the event
of a 183 from my gateway (that advertises the port), but pass it when the
call is actually answered.
If it is not possible to strip the RTP port information away from the
message, what would be the best way in handling a situation like this.
Many thanks in advance.
kw
Hi,
Does anyone have an idea what is missing?
At start of OpenSER (v 1.2.2) I get the following error:
ERROR: load_module: could not open module
</usr/local/lib/openser/modules/mysql.so>:
/usr/local/lib/openser/modules/mysql.so: undefined symbol:
SSL_CTX_free
I have already installed:
- openssl-0.9.8e-i486-3
- openssl-solibs-0.9.8e-i486-3
and I also have successfully compiled mysql.
Regards
Franz
Hello List,
is it possible to check with avp_check() if a string is empty or not?
I have tried to used something like that:
avp_check( "$avp(s:test)", "eq//g" );
but this allways generates error when I start openser. $avp(s:test) is
filled via a DB select with avp_db_select() and can be a empty string or
not.
I also tried is_avp_set() with the flag 'e', but this also didn't do the
right thing. What does the flag 'e'? How this function determinate if a
string is empty or not. Maybe I can change my DB value?
Thanks in advance
Jens