search for: iall

Displaying 3 results from an estimated 3 matches for "iall".

Did you mean: all
2004 Sep 01
2
Help Me - SIP Phones ( No Voice) !!!!
...gt;>>>> My sip.conf *[1260] type=friend username=1260 secret=jeff context=sip qualify=300 mailbox=1260 callerid="Jefferson Carvalho" <1260> host=dynamic nat=no canreinvite=no allow=gsm ; [1262] type=friend context=sip username=1262 secret=1262 qualify=300 callerid="Ialle" <1262> host=dynamic nat=no canreinvite=no allow=gsm ; *>> My extensions.conf * [general] static=yes writeprotect=no [globals] CONSOLE => Console/dsp IAXINFO => guest TRUNK => Zap/g2 TRUNKMSD => 1 [sip] exten => 1260,1,Dial(SIP/1260,20) exten => 1261,1,Dial...
2013 Feb 18
1
[OT] how does ELF record file scope things?
fred.c: static void sfunc(int *p) { *p=1; } static int x; void fred(void) { ... sfunc(&x); ... } greg.c: static void sfunc(int *p) { *p=2; } static int x; void greg(void) { ... sfunc(&x); ... } Once the object files from fred.c and greg.c are linked, how does ELF distinguish the sfunc's and the x's? I've been trying to RTFM, but it hasn't helped? -- Michael
2009 May 27
1
Asterisk memory problems
...usage itself is small it's hardly noticeable) The only difference that I am aware of is that on production, DAHDI is installed My questions are: - How come Asterisk, and my PHP/AGI scripts consume so much memory on production compared to local machines? - Any idea why there is a memory leak? IAll of the PHP scripts are done executing, so memory should all be released. Is it a bug on Asterisk? We are using Asterisk 1.6.0.6 & CentOS 5.2 on production Any help is kindly appreciated Sincerely, -- Ikin Wirawan Chief Executive Officer PT Walden Global Services Integrity, Learning, Shar...