[Home]

Summary:ASTERISK-06612: When page for more than 40 or 50 users asterisk crash
Reporter:Alvaro Ivan Parres Peredo (arabe)Labels:
Date Opened:2006-03-24 09:23:15.000-0600Date Closed:2006-03-26 20:26:14.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_page
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) backtrace_asterisk.txt
Description:When i do a page for more that 40 o 50 users it crash.
and also some times it try to contact a monex extesion.

It is runnin on a Pentium IV with 1 GB of RAM Memory
there are no more programs running.
Comments:By: Alvaro Ivan Parres Peredo (arabe) 2006-03-24 09:34:24.000-0600

All the phones are Polycom 501 and Polycom 301

at my dialplan de Macro for the local extension are:

[macro-polycom-page]
exten => s,1,ChanIsAvail(${ARG1}|js)
exten => s,n,SET(_ALERT_INFO="Auto Answer")
exten => s,n,NoOp();
exten => s,n,SetCallerID("VOCEO" <00000>)
exten => s,n,Dial(${ARG1},1,A(beep))
exten => s,n,Hangup
exten => s,102,Hangup

By: twisted (twisted) 2006-03-24 10:44:34.000-0600

Have you tried using the Page() app?

By: Olle Johansson (oej) 2006-03-26 18:18:29.000-0600

Can you repeat this?

If so, can you catch a SIP log file for it?

By: Alvaro Ivan Parres Peredo (arabe) 2006-03-26 18:39:31.000-0600

twisted: I use the page app

By: Alvaro Ivan Parres Peredo (arabe) 2006-03-26 18:41:11.000-0600

PLASE CLOSE THIS BUG!!

  I've upgrade to 1.2.5 Version and the problem get fix apparently.