Displaying 7 results from an estimated 7 matches for "iric".
Did you mean:
eric
2006 Jun 19
1
software to do sip stress tests
Hi,
I want to make some stress tests on two machines were I configured different
implementations of open source sip servers. I'm thinking about making some
graphics like CPU and memory usage extracted by SNMP while flooding my servers
of sip calls.
Does anybody know some good software to do that?
Regards,
Ricardo.
2000 Jun 26
0
Hello ... and a few comments.
...in "mdct.c"
void mdct_forward(mdct_lookup *init, double *in, double *out){
int n=init->n;
double *x=(double*)alloca(sizeof(double)*(n/2));
double *w=(double*)alloca(sizeof(double)*(n/2));
....
There are other modules which also require casting to long* and
some other types.
IRIC "cc" barfs at all these initialisations!
As a quick fix I added the "#include <alloca.h> to misc.h and
added the dreaded "#ifdef SGI# around it. I then fixed configure
to add this define if the host type is "irix".
The only problem was to add misc .h to psy.c (...
2006 Oct 20
3
voicemail usernames can't begin with "j" letter?
Dear all,
I've configured Asterisk Voicemail, but after some tests I realised that
when some call is sent to the voicemail of someone which username begins
with "j" letter, Asterisk gives me the error:
WARNING[5865]: app_voicemail.c:2412 leave_voicemail: No entry in
voicemail config file for 'ohn'
(for a called user named john, for example)
Is this some kind of
2006 Jun 13
0
Problem with VoicemailMain
Hi,
I'm running SER with Asterisk, and I've configured VoicemailMain like this:
exten => 201,1,VoicemailMain(@default)
exten => 201,2,Hangup()
Although, after any user enter his voicemailmain mailbox, when the phone
is hung up, the call still continues running in Asterisk, because I can
see it in the debug output of the Asterisk CLI. The call only stops if
before hung up, I
2006 Jun 13
0
Asterisk keeps running after hungup untill I press #
Hi,
I'm running SER with Asterisk, and I've configured VoicemailMain like this:
exten => 201,1,VoicemailMain(@default)
exten => 201,2,Hangup()
Although, after any user enter his voicemailmain mailbox, when the phone
is hung up, the call still continues running in Asterisk, because I can
see it in the debug output of the Asterisk CLI. The call only stops if
before hung up, I
2006 Nov 07
1
Glitches in sound every time that Asterisk receives reINVITEs
Hi all,
My Asterisk server is working fine, although every time that in the middle of
any call there is a reinvite, the user hears a glitch. Why is this happening?
How can I solve this problem?
Thanks in advance,
Ricardo Carvalho.
2006 Nov 09
1
special characters in alphanumeric extensions
Hi all,
I use alphanumeric names as extensions in my Asterisk architecture,
which are the username part of the e-mail of each person at my site.
Because Asterisk was primarily built to use numeric extensions, I'm
having some problems with people that have usernames with dots between
letters, like "john.doe".
More specifically my problem is when john.doe dials some number.