To many active calls and channels open - CPU goes to 100%

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

To many active calls and channels open - CPU goes to 100%

Postby ZibiX » Tue May 27, 2014 9:15 am

Hi.

Once again I have this problem.

Server specs:
Processor: Intel Core-i5
RAM: 8 GB DDR3
Hard drives: 2 x 1 TB Seagate 7200 RPM SATA 3 (software RAID mirror using mdadm)

System: Vicibox 5.0.3
SVN Version: 2038
Asterisk: 1.8.23.1-vici

24 agents, RATIO set to 5, only outgoing calls.

Problem:
When agents start calling CPU utilization gets higher and higher. The Process that consumes CPU is: AST_update.pl It increase from 5% to 100% in about 5-6 hours.

Somethimes a got this error in asterisk -r : "WARNING[2626]: chan_sip.c:4214 __sip_autodestruct: Autodestruct on dialog 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxxxx' with owner SIP/xxxxxxxxxxxxxx in place (Method: BYE). Rescheduling destruction for 10000 ms"

When a check:
asterisk -rx "core show channels"

I got this result:
1003 active channels
3054 active calls
25625 calls processed

Also in web gui Admin/Servers/Modify/Live Channels there is 1003 live channels.

When this happens Load Average is: 3.81 4.15 4.45

Over time active channels and active calls are increasing.

When agents log out and there are "NO LIVE CALLS WAITING NO AGENTS ON CALLS" in real report i got this messages in asterisk -r:
Spawn extension (default, 9438435189, 2) exited non-zero on 'Local/9438435189@default-00004c47;2'
Only the number of telephone are getting changed.

In few minutes active channels and active calls are dropping to 0.

Can you help me with solution to this problem?
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby mflorell » Tue May 27, 2014 10:37 am

Have you tried a different SIP carrier?
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Tue May 27, 2014 11:05 am

No i have not. Client, which is using this server, signed an agreement with this SIP carrier so he has no option.

I'm also using this SIP carrier on my system (1 x db, 1 x web, 4 x vici - all vicibox 4.0.3 SVN 2118, asterisk 1.4). We have 100 agents dialing wito RATIO 4 (only outgoing calls). Servers are pretty much the same. System works very well almost one year.

Another our client has one server (vicibox 5.0.3, SVN 2117, asterisk 1.8) and 20 agents ona RATIO 3-4. Server and system are the same. System works OK 2 weeks now.
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby mflorell » Tue May 27, 2014 11:14 am

This might be a carrier that needs to see Asterisk 1.8 to work properly, which might explain why the Vicibox 5 system isn't having any issues.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Tue May 27, 2014 12:00 pm

But both systems are vicibox 5. Diferences are:
- number of agents (24 on problematic system and 20 on working well system)
- ratio (5 on problematic and 3-4 on working well)

And one thing: problematic system work well from october 2013 until now on 15-20 agents. Recently there are more agents (24) and the problem starts.
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Wed May 28, 2014 4:48 am

UPDATE on the problem:
Today there are 19 agents on this system and there is no problem with high CPU usage or to many active channels/active calls.

I'm yhinking this could be a hardware problem. How to check utilization of the HDD?
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Thu May 29, 2014 8:12 am

UPDATE:

Today there are 24 agents and the problem appeared again.

The command:

asterisk -rx "core show channels"


Give me output with a lot of this:
Code: Select all
Channel                          Location            State    Application(Data)
Local/9627360451@def   (None)               Up        AppDial((Outgoing Line))
Local/9627385309@def   (None)               Up        AppDial((Outgoing Line))
Local/9627380041@def   (None)               Up        AppDial((Outgoing Line))
Local/9627352613@def   (None)               Up        AppDial((Outgoing Line))
Local/9627385399@def   (None)               Up        AppDial((Outgoing Line))
Local/9627352239@def   (None)               Up        AppDial((Outgoing Line))
Local/9627385256@def   (None)               Up        AppDial((Outgoing Line))
Local/9627351289@def   (None)               Up        AppDial((Outgoing Line))
Local/9627386827@def   (None)               Up        AppDial((Outgoing Line))
Local/9627350675@def   (None)               Up        AppDial((Outgoing Line))
Local/9627361520@def   (None)               Up        AppDial((Outgoing Line))
Local/9627365998@def   (None)               Up        AppDial((Outgoing Line))
Local/9627382957@def   (None)               Up        AppDial((Outgoing Line))


There are couple hundreads of this.
active channels - 1500
active calls - 2700

When 4 agents finish their work everything seems to be fine. There are no (None) commands in the output.

I think that this is similar problem to: http://www.vicidial.org/VICIDIALforum/v ... f=7&t=7646

Meyby my dialplan isnt correct:
exten => _9ZXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9ZXXXXXXXX,2,Dial(${APSTEL}/${EXTEN:1},,tTor)
exten => _9ZXXXXXXXX,3,Hangup
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby Acidshock » Thu May 29, 2014 9:24 pm

What limit do you have set for max calls per second for each server?
VERSION: 2.14-698a | BUILD: 190207-2301 | Asterisk:13.24.1-vici | Vicibox 8.1.2
Acidshock
 
Posts: 430
Joined: Wed Mar 03, 2010 3:19 pm

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Fri May 30, 2014 2:07 am

Max Trunks - 150
Max Calls per Second - 50
Max FILL Calls per Second - 40

The same settings are on my cluster on vicibox 4.0.3 and asterisk 1.4

I have one question: what this option from Admin/System Settings/ will do: Clear Frozen Calls ?
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby mflorell » Fri May 30, 2014 5:16 am

Clear Frozen Calls is only necessary for multi-server systems, and even then it is rarely needed. The only use for it is if one of the servers freezes and calls are stuck, it will automatically clear them. Right now it is very new and hard to test, which is why it is off by default.

As for your settings, your calls per second is way too high, try lowering it to 10 or less, I guarantee you don't need it set to 50.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Fri May 30, 2014 5:44 am

OK i have set calls per second to 10. Nothing changed. For 20 agents system works very well. When 24 agents making calls - the problem still occurs.

This is what i get when I run this command:
asterisk -rx "core show channels"


Code: Select all
Channel              Location             State   Application(Data)             
Local/9566513269@def (None)               Up      AppDial((Outgoing Line))     
Local/9566517598@def (None)               Up      AppDial((Outgoing Line))     
SIP/apstel-0001e740  9566551351@trunkinbo Down    AppDial((Outgoing Line))     
SIP/apstel-0001e743  9566451418@trunkinbo Down    AppDial((Outgoing Line))     
SIP/apstel-0001e742  9566551795@trunkinbo Down    AppDial((Outgoing Line))     
Local/9566590191@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543277@def (None)               Up      AppDial((Outgoing Line))     
Local/9566489154@def 9566489154@default:2 Up      Dial(SIP/apstel/566489154,,tTo
Local/9566544361@def 9566544361@default:2 Up      Dial(SIP/apstel/566544361,,tTo
Local/9566225251@def 9566225251@default:2 Up      Dial(SIP/apstel/566225251,,tTo
Local/9566230644@def (None)               Up      AppDial((Outgoing Line))     
Local/9566513254@def 9566513254@default:2 Up      Dial(SIP/apstel/566513254,,tTo
Local/9566544392@def (None)               Up      AppDial((Outgoing Line))     
Local/9566519131@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546222@def (None)               Up      AppDial((Outgoing Line))     
Local/9566481930@def 9566481930@default:2 Up      Dial(SIP/apstel/566481930,,tTo
SIP/apstel-0001e72d  8600069@default:1    Up      MeetMe(8600069,F)             
Local/9566529582@def 9566529582@default:2 Up      Dial(SIP/apstel/566529582,,tTo
Local/9566488181@def (None)               Up      AppDial((Outgoing Line))     
Local/9566500626@def 9566500626@default:2 Up      Dial(SIP/apstel/566500626,,tTo
Local/9566229335@def 9566229335@default:2 Up      Dial(SIP/apstel/566229335,,tTo
Local/8600053@defaul 9774180629@default:2 Up      Dial(SIP/apstel/774180629,,tTo
Local/9566480097@def 9566480097@default:2 Up      Dial(SIP/apstel/566480097,,tTo
Local/9566483095@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454056@def (None)               Up      AppDial((Outgoing Line))     
Local/9566456668@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223035@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234404@def (None)               Up      AppDial((Outgoing Line))     
Local/9566456668@def 9566456668@default:2 Up      Dial(SIP/apstel/566456668,,tTo
Local/9566517090@def 9566517090@default:2 Up      Dial(SIP/apstel/566517090,,tTo
Local/9566529538@def (None)               Up      AppDial((Outgoing Line))     
Local/9566483976@def (None)               Up      AppDial((Outgoing Line))     
Local/9566233662@def 9566233662@default:2 Up      Dial(SIP/apstel/566233662,,tTo
Local/9566224247@def (None)               Up      AppDial((Outgoing Line))     
Local/9566231779@def 9566231779@default:2 Up      Dial(SIP/apstel/566231779,,tTo
Local/9566547483@def (None)               Up      AppDial((Outgoing Line))     
Local/9566484132@def 9566484132@default:2 Up      Dial(SIP/apstel/566484132,,tTo
Local/9566450102@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-4658250 s@default:1          Rsrvd   (None)                       
Local/9566231240@def 9566231240@default:2 Up      Dial(SIP/apstel/566231240,,tTo
Local/9566483016@def 9566483016@default:2 Up      Dial(SIP/apstel/566483016,,tTo
Local/9566236217@def (None)               Up      AppDial((Outgoing Line))     
Local/9566231308@def (None)               Up      AppDial((Outgoing Line))     
Local/9566548815@def 9566548815@default:2 Up      Dial(SIP/apstel/566548815,,tTo
Local/9566450855@def 9566450855@default:2 Up      Dial(SIP/apstel/566450855,,tTo
SIP/131-0001c983     8600069@default:1    Up      MeetMe(8600069,F)             
Local/9566456627@def 9566456627@default:2 Up      Dial(SIP/apstel/566456627,,tTo
SIP/apstel-0001dfca  (None)               Up      AppDial((Outgoing Line))     
Local/9566489157@def (None)               Up      AppDial((Outgoing Line))     
Local/9566521066@def 9566521066@default:2 Up      Dial(SIP/apstel/566521066,,tTo
Local/9566517524@def 9566517524@default:2 Ring    Dial(SIP/apstel/566517524,,tTo
Local/9566517524@def 9566517524@default:1 Ringing (None)                       
Local/9566224736@def (None)               Up      AppDial((Outgoing Line))     
Local/9566232136@def (None)               Up      AppDial((Outgoing Line))     
Local/9566219228@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546298@def 9566546298@default:2 Up      Dial(SIP/apstel/566546298,,tTo
Local/9566224284@def 9566224284@default:2 Up      Dial(SIP/apstel/566224284,,tTo
Local/9566513563@def 9566513563@default:2 Up      Dial(SIP/apstel/566513563,,tTo
Local/9566544392@def 9566544392@default:2 Up      Dial(SIP/apstel/566544392,,tTo
Local/9566558151@def 9566558151@default:2 Up      Dial(SIP/apstel/566558151,,tTo
DAHDI/pseudo-8330770 s@default:1          Rsrvd   (None)                       
Local/9566233888@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234715@def 9566234715@default:2 Up      Dial(SIP/apstel/566234715,,tTo
SIP/118-0001cbb3     8600061@default:1    Up      MeetMe(8600061,F)             
Local/9566591425@def (None)               Up      AppDial((Outgoing Line))     
Local/9566513046@def (None)               Up      AppDial((Outgoing Line))     
Local/9566547483@def 9566547483@default:2 Up      Dial(SIP/apstel/566547483,,tTo
Local/9566484659@def 9566484659@default:2 Up      Dial(SIP/apstel/566484659,,tTo
Local/9566234052@def 9566234052@default:2 Up      Dial(SIP/apstel/566234052,,tTo
Local/9566591425@def 9566591425@default:2 Up      Dial(SIP/apstel/566591425,,tTo
Local/9566223804@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-9653564 s@default:1          Rsrvd   (None)                       
Local/9566590898@def (None)               Up      AppDial((Outgoing Line))     
Local/9566228238@def (None)               Up      AppDial((Outgoing Line))     
Local/9566544597@def 9566544597@default:2 Up      Dial(SIP/apstel/566544597,,tTo
Local/9566559733@def 9566559733@default:2 Up      Dial(SIP/apstel/566559733,,tTo
Local/9566228534@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454145@def 9566454145@default:2 Up      Dial(SIP/apstel/566454145,,tTo
Local/9566234069@def 9566234069@default:2 Up      Dial(SIP/apstel/566234069,,tTo
Local/9566517324@def 9566517324@default:2 Up      Dial(SIP/apstel/566517324,,tTo
Local/9566455104@def (None)               Up      AppDial((Outgoing Line))     
Local/9566230555@def 9566230555@default:2 Up      Dial(SIP/apstel/566230555,,tTo
Local/9566529048@def (None)               Up      AppDial((Outgoing Line))     
Local/8600053@defaul 9774187236@default:2 Up      Dial(SIP/apstel/774187236,,tTo
Local/9566228797@def 9566228797@default:2 Up      Dial(SIP/apstel/566228797,,tTo
Local/9566558151@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546725@def 9566546725@default:2 Up      Dial(SIP/apstel/566546725,,tTo
Local/9566229442@def (None)               Up      AppDial((Outgoing Line))     
Local/9566549548@def 9566549548@default:2 Up      Dial(SIP/apstel/566549548,,tTo
Local/9566234945@def 9566234945@default:2 Up      Dial(SIP/apstel/566234945,,tTo
Local/9566235955@def (None)               Up      AppDial((Outgoing Line))     
Local/9566219253@def (None)               Up      AppDial((Outgoing Line))     
Local/9566544361@def (None)               Up      AppDial((Outgoing Line))     
Local/9566519131@def 9566519131@default:2 Up      Dial(SIP/apstel/566519131,,tTo
Local/9566482347@def (None)               Up      AppDial((Outgoing Line))     
Local/9566228183@def 9566228183@default:2 Up      Dial(SIP/apstel/566228183,,tTo
Local/9566522133@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540745@def 9566540745@default:2 Up      Dial(SIP/apstel/566540745,,tTo
Local/9566514118@def (None)               Up      AppDial((Outgoing Line))     
SIP/122-0001cf0e     8600060@default:1    Up      MeetMe(8600060,F)             
Local/9566219253@def 9566219253@default:2 Up      Dial(SIP/apstel/566219253,,tTo
Local/9566591410@def (None)               Up      AppDial((Outgoing Line))     
Local/9566481198@def (None)               Up      AppDial((Outgoing Line))     
Local/9566598715@def 9566598715@default:2 Up      Dial(SIP/apstel/566598715,,tTo
Local/9566518336@def 9566518336@default:2 Up      Dial(SIP/apstel/566518336,,tTo
Local/9566518008@def 9566518008@default:2 Up      Dial(SIP/apstel/566518008,,tTo
Local/9566545766@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223624@def 9566223624@default:2 Up      Dial(SIP/apstel/566223624,,tTo
Local/9566210107@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-6024914 s@default:1          Rsrvd   (None)                       
Local/9566228775@def 9566228775@default:2 Up      Dial(SIP/apstel/566228775,,tTo
Local/9566219906@def 9566219906@default:2 Up      Dial(SIP/apstel/566219906,,tTo
Local/9566520040@def (None)               Up      AppDial((Outgoing Line))     
Local/9566230555@def (None)               Up      AppDial((Outgoing Line))     
Local/9566549950@def 9566549950@default:2 Up      Dial(SIP/apstel/566549950,,tTo
Local/9566517315@def 9566517315@default:2 Up      Dial(SIP/apstel/566517315,,tTo
Local/9566226237@def 9566226237@default:2 Up      Dial(SIP/apstel/566226237,,tTo
Local/9566485076@def 9566485076@default:2 Up      Dial(SIP/apstel/566485076,,tTo
Local/9566458706@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238922@def 9566238922@default:2 Up      Dial(SIP/apstel/566238922,,tTo
Local/9566454647@def 9566454647@default:2 Up      Dial(SIP/apstel/566454647,,tTo
Local/9566483750@def (None)               Up      AppDial((Outgoing Line))     
Local/9566221499@def 9566221499@default:2 Up      Dial(SIP/apstel/566221499,,tTo
Local/9566219906@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234477@def 9566234477@default:2 Up      Dial(SIP/apstel/566234477,,tTo
Local/9566556479@def (None)               Up      AppDial((Outgoing Line))     
Local/9566229442@def 9566229442@default:2 Up      Dial(SIP/apstel/566229442,,tTo
Local/9566228345@def 9566228345@default:2 Up      Dial(SIP/apstel/566228345,,tTo
Local/9566454056@def 9566454056@default:2 Up      Dial(SIP/apstel/566454056,,tTo
Local/9566513664@def (None)               Up      AppDial((Outgoing Line))     
Local/9566453467@def (None)               Up      AppDial((Outgoing Line))     
Local/9566232962@def (None)               Up      AppDial((Outgoing Line))     
Local/9566528438@def 9566528438@default:2 Up      Dial(SIP/apstel/566528438,,tTo
Local/9566517090@def (None)               Up      AppDial((Outgoing Line))     
Local/9566229515@def 9566229515@default:2 Up      Dial(SIP/apstel/566229515,,tTo
Local/9566235592@def 9566235592@default:2 Up      Dial(SIP/apstel/566235592,,tTo
DAHDI/pseudo-1502551 s@default:1          Rsrvd   (None)                       
Local/9566557923@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234404@def 9566234404@default:2 Up      Dial(SIP/apstel/566234404,,tTo
Local/9566485886@def 9566485886@default:2 Up      Dial(SIP/apstel/566485886,,tTo
Local/9566233609@def (None)               Up      AppDial((Outgoing Line))     
SIP/127-0001dffd     8600074@default:1    Up      MeetMe(8600074,F)             
Local/9566233666@def 9566233666@default:2 Ring    Dial(SIP/apstel/566233666,,tTo
Local/9566233666@def 9566233666@default:1 Ringing (None)                       
Local/9566233204@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543237@def 9566543237@default:2 Up      Dial(SIP/apstel/566543237,,tTo
Local/9566551243@def 9566551243@default:2 Up      Dial(SIP/apstel/566551243,,tTo
Local/9566233996@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-1059275 s@default:1          Rsrvd   (None)                       
Local/9566598715@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234489@def (None)               Up      AppDial((Outgoing Line))     
Local/9566488180@def 9566488180@default:2 Up      Dial(SIP/apstel/566488180,,tTo
Local/9566541754@def (None)               Up      AppDial((Outgoing Line))     
Local/9566224284@def (None)               Up      AppDial((Outgoing Line))     
SIP/105-0001cec3     8600058@default:1    Up      MeetMe(8600058,F)             
Local/9566390013@def 9566390013@default:2 Up      Dial(SIP/apstel/566390013,,tTo
Local/9566541233@def (None)               Up      AppDial((Outgoing Line))     
Local/9566480197@def 9566480197@default:2 Up      Dial(SIP/apstel/566480197,,tTo
Local/9566233204@def 9566233204@default:2 Up      Dial(SIP/apstel/566233204,,tTo
Local/9566544155@def 9566544155@default:2 Up      Dial(SIP/apstel/566544155,,tTo
Local/9566486522@def 9566486522@default:2 Up      Dial(SIP/apstel/566486522,,tTo
Local/9566231606@def (None)               Up      AppDial((Outgoing Line))     
Local/9566547281@def 9566547281@default:2 Up      Dial(SIP/apstel/566547281,,tTo
Local/9566486283@def (None)               Up      AppDial((Outgoing Line))     
Local/9566235184@def (None)               Up      AppDial((Outgoing Line))     
Local/9566554524@def (None)               Up      AppDial((Outgoing Line))     
SIP/apstel-0001e41b  (None)               Up      AppDial((Outgoing Line))     
Local/9566551565@def (None)               Up      AppDial((Outgoing Line))     
Local/9566231301@def (None)               Up      AppDial((Outgoing Line))     
Local/9566235770@def 9566235770@default:2 Up      Dial(SIP/apstel/566235770,,tTo
Local/9566509258@def (None)               Up      AppDial((Outgoing Line))     
Local/9566235982@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223035@def 9566223035@default:2 Up      Dial(SIP/apstel/566223035,,tTo
Local/9566541233@def 9566541233@default:2 Up      Dial(SIP/apstel/566541233,,tTo
Local/9566221577@def (None)               Up      AppDial((Outgoing Line))     
Local/9566549987@def 9566549987@default:2 Up      Dial(SIP/apstel/566549987,,tTo
Local/9566228345@def (None)               Up      AppDial((Outgoing Line))     
Local/9566554081@def (None)               Up      AppDial((Outgoing Line))     
Local/9566450268@def (None)               Up      AppDial((Outgoing Line))     
SIP/101-0001cee7     8600067@default:1    Up      MeetMe(8600067,F)             
Local/9566529254@def (None)               Up      AppDial((Outgoing Line))     
Local/9566457228@def 9566457228@default:2 Up      Dial(SIP/apstel/566457228,,tTo
Local/9566518008@def (None)               Up      AppDial((Outgoing Line))     
Local/9566482998@def 9566482998@default:2 Up      Dial(SIP/apstel/566482998,,tTo
Local/9566234920@def (None)               Up      AppDial((Outgoing Line))     
Local/9566233609@def 9566233609@default:2 Up      Dial(SIP/apstel/566233609,,tTo
Local/9566549092@def 9566549092@default:2 Up      Dial(SIP/apstel/566549092,,tTo
Local/9566455307@def 9566455307@default:2 Up      Dial(SIP/apstel/566455307,,tTo
DAHDI/pseudo-1265670 s@default:1          Rsrvd   (None)                       
Local/9566483108@def 9566483108@default:2 Up      Dial(SIP/apstel/566483108,,tTo
SIP/apstel-0001e40d  (None)               Up      AppDial((Outgoing Line))     
Local/9566544155@def (None)               Up      AppDial((Outgoing Line))     
Local/9566544898@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454992@def (None)               Up      AppDial((Outgoing Line))     
Local/9566457695@def 9566457695@default:2 Up      Dial(SIP/apstel/566457695,,tTo
Local/9566453624@def 9566453624@default:2 Up      Dial(SIP/apstel/566453624,,tTo
Local/9566552228@def 9566552228@default:2 Up      Dial(SIP/apstel/566552228,,tTo
Local/9566450822@def 9566450822@default:2 Up      Dial(SIP/apstel/566450822,,tTo
Local/9566544554@def 9566544554@default:2 Up      Dial(SIP/apstel/566544554,,tTo
Local/58600071@defau 58600071@default:1   Up      MeetMe(8600071,Fmq)           
Local/9566238616@def (None)               Up      AppDial((Outgoing Line))     
Local/58600071@defau 8309@default:3       Up      Wait(3600)                   
Local/9566553120@def 9566553120@default:2 Up      Dial(SIP/apstel/566553120,,tTo
Local/9566484237@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-1271838 s@default:1          Rsrvd   (None)                       
Local/9566454094@def (None)               Up      AppDial((Outgoing Line))     
Local/9566225251@def (None)               Up      AppDial((Outgoing Line))     
Local/9566514118@def 9566514118@default:2 Up      Dial(SIP/apstel/566514118,,tTo
Local/9566482713@def 9566482713@default:2 Up      Dial(SIP/apstel/566482713,,tTo
Local/9566552078@def (None)               Up      AppDial((Outgoing Line))     
Local/9566450822@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546043@def 9566546043@default:2 Up      Dial(SIP/apstel/566546043,,tTo
Local/9566482713@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234489@def 9566234489@default:2 Up      Dial(SIP/apstel/566234489,,tTo
Local/9566230433@def (None)               Up      AppDial((Outgoing Line))     
Local/9566570875@def 9566570875@default:2 Up      Dial(SIP/apstel/566570875,,tTo
Local/9566224203@def 9566224203@default:2 Up      Dial(SIP/apstel/566224203,,tTo
Local/9566489038@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454017@def 9566454017@default:2 Up      Dial(SIP/apstel/566454017,,tTo
Local/9566553700@def 9566553700@default:2 Up      Dial(SIP/apstel/566553700,,tTo
Local/9566551243@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223804@def 9566223804@default:2 Up      Dial(SIP/apstel/566223804,,tTo
Local/9566235151@def (None)               Up      AppDial((Outgoing Line))     
Local/9566231779@def (None)               Up      AppDial((Outgoing Line))     
SIP/132-0001ca25     8600073@default:1    Up      MeetMe(8600073,F)             
Local/9566553120@def (None)               Up      AppDial((Outgoing Line))     
Local/9566529227@def (None)               Up      AppDial((Outgoing Line))     
SIP/apstel-0001e4fa  (None)               Up      AppDial((Outgoing Line))     
Local/9566554524@def 9566554524@default:2 Up      Dial(SIP/apstel/566554524,,tTo
Local/9566223526@def 9566223526@default:2 Up      Dial(SIP/apstel/566223526,,tTo
Local/9566234163@def 9566234163@default:2 Up      Dial(SIP/apstel/566234163,,tTo
Local/9566553357@def (None)               Up      AppDial((Outgoing Line))     
Local/9566210107@def 9566210107@default:2 Up      Dial(SIP/apstel/566210107,,tTo
Local/9566549987@def (None)               Up      AppDial((Outgoing Line))     
Local/9566518336@def (None)               Up      AppDial((Outgoing Line))     
Local/9566551057@def 9566551057@default:2 Up      Dial(SIP/apstel/566551057,,tTo
Local/9566547973@def 9566547973@default:2 Up      Dial(SIP/apstel/566547973,,tTo
Local/9566549410@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546222@def 9566546222@default:2 Up      Dial(SIP/apstel/566546222,,tTo
Local/9566231308@def 9566231308@default:2 Up      Dial(SIP/apstel/566231308,,tTo
Local/9566519385@def (None)               Up      AppDial((Outgoing Line))     
Local/9566221544@def 9566221544@default:2 Up      Dial(SIP/apstel/566221544,,tTo
Local/9566544376@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-7398737 s@default:1          Rsrvd   (None)                       
Local/9566228797@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543883@def (None)               Up      AppDial((Outgoing Line))     
Local/9566547488@def 9566547488@default:2 Up      Dial(SIP/apstel/566547488,,tTo
Local/9566224242@def 9566224242@default:2 Up      Dial(SIP/apstel/566224242,,tTo
Local/9566517647@def 9566517647@default:2 Ring    Dial(SIP/apstel/566517647,,tTo
Local/9566517647@def 9566517647@default:1 Ringing (None)                       
Local/9566480336@def (None)               Up      AppDial((Outgoing Line))     
Local/9566511996@def 9566511996@default:2 Up      Dial(SIP/apstel/566511996,,tTo
Local/9566544376@def 9566544376@default:2 Up      Dial(SIP/apstel/566544376,,tTo
Local/9566486522@def (None)               Up      AppDial((Outgoing Line))     
Local/9566529254@def 9566529254@default:2 Up      Dial(SIP/apstel/566529254,,tTo
Local/9566234477@def (None)               Up      AppDial((Outgoing Line))     
Local/9566229515@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540108@def 9566540108@default:2 Up      Dial(SIP/apstel/566540108,,tTo
Local/9566590534@def (None)               Up      AppDial((Outgoing Line))     
Local/9566455307@def (None)               Up      AppDial((Outgoing Line))     
Local/9566528225@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454094@def 9566454094@default:2 Up      Dial(SIP/apstel/566454094,,tTo
SIP/apstel-0001e6dc  8600073@default:1    Up      MeetMe(8600073,F)             
Local/9566390013@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223509@def (None)               Up      AppDial((Outgoing Line))     
Local/9566225845@def 9566225845@default:2 Up      Dial(SIP/apstel/566225845,,tTo
Local/9566222173@def 9566222173@default:2 Up      Dial(SIP/apstel/566222173,,tTo
Local/9566452791@def (None)               Up      AppDial((Outgoing Line))     
Local/9566486634@def (None)               Up      AppDial((Outgoing Line))     
Local/9566517871@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234163@def (None)               Up      AppDial((Outgoing Line))     
Local/9566487359@def 9566487359@default:2 Up      Dial(SIP/apstel/566487359,,tTo
Local/9566598584@def (None)               Up      AppDial((Outgoing Line))     
Local/9566551565@def 9566551565@default:2 Up      Dial(SIP/apstel/566551565,,tTo
Local/9566236217@def 9566236217@default:2 Up      Dial(SIP/apstel/566236217,,tTo
Local/9566549092@def (None)               Up      AppDial((Outgoing Line))     
Local/9566556479@def 9566556479@default:2 Up      Dial(SIP/apstel/566556479,,tTo
Local/9566454124@def (None)               Up      AppDial((Outgoing Line))     
Local/9566548797@def 9566548797@default:2 Up      Dial(SIP/apstel/566548797,,tTo
DAHDI/pseudo-1331202 s@default:1          Rsrvd   (None)                       
SIP/112-0001cfb4     8600052@default:1    Up      MeetMe(8600052,F)             
Local/9566543894@def (None)               Up      AppDial((Outgoing Line))     
Local/9566556345@def 9566556345@default:2 Up      Dial(SIP/apstel/566556345,,tTo
Local/9566222173@def (None)               Up      AppDial((Outgoing Line))     
Local/9566590898@def 9566590898@default:2 Up      Dial(SIP/apstel/566590898,,tTo
Local/9566453467@def 9566453467@default:2 Up      Dial(SIP/apstel/566453467,,tTo
Local/9566454124@def 9566454124@default:2 Up      Dial(SIP/apstel/566454124,,tTo
Local/9566514269@def (None)               Up      AppDial((Outgoing Line))     
Local/9566556239@def (None)               Up      AppDial((Outgoing Line))     
Local/9566480914@def (None)               Up      AppDial((Outgoing Line))     
Local/9566452891@def 9566452891@default:2 Up      Dial(SIP/apstel/566452891,,tTo
Local/9566554203@def (None)               Up      AppDial((Outgoing Line))     
Local/9566545783@def 9566545783@default:2 Up      Dial(SIP/apstel/566545783,,tTo
Local/9566483468@def 9566483468@default:2 Up      Dial(SIP/apstel/566483468,,tTo
Local/9566513563@def (None)               Up      AppDial((Outgoing Line))     
Local/9566551980@def 9566551980@default:2 Up      Dial(SIP/apstel/566551980,,tTo
Local/9566223231@def 9566223231@default:2 Up      Dial(SIP/apstel/566223231,,tTo
Local/9566454647@def (None)               Up      AppDial((Outgoing Line))     
Local/9566545766@def 9566545766@default:2 Up      Dial(SIP/apstel/566545766,,tTo
Local/9566234715@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238712@def (None)               Up      AppDial((Outgoing Line))     
Local/9566210868@def (None)               Up      AppDial((Outgoing Line))     
Local/9566556802@def 9566556802@default:2 Up      Dial(SIP/apstel/566556802,,tTo
Local/9566546274@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540248@def (None)               Up      AppDial((Outgoing Line))     
Local/9566480769@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540290@def 9566540290@default:2 Up      Dial(SIP/apstel/566540290,,tTo
Local/9566545375@def (None)               Up      AppDial((Outgoing Line))     
Local/9566555481@def 9566555481@default:2 Up      Dial(SIP/apstel/566555481,,tTo
Local/9566545951@def 9566545951@default:2 Up      Dial(SIP/apstel/566545951,,tTo
Local/9566511039@def (None)               Up      AppDial((Outgoing Line))     
Local/9566457739@def (None)               Up      AppDial((Outgoing Line))     
Local/9566559351@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546560@def 9566546560@default:2 Up      Dial(SIP/apstel/566546560,,tTo
SIP/106-0001cf7c     8600064@default:1    Up      MeetMe(8600064,F)             
Local/9566517352@def (None)               Up      AppDial((Outgoing Line))     
Local/9566450044@def (None)               Up      AppDial((Outgoing Line))     
Local/9566513377@def 9566513377@default:2 Up      Dial(SIP/apstel/566513377,,tTo
Local/9566236696@def (None)               Up      AppDial((Outgoing Line))     
Local/9566599197@def (None)               Up      AppDial((Outgoing Line))     
Local/9566226237@def (None)               Up      AppDial((Outgoing Line))     
SIP/116-0001862c     8600056@default:1    Up      MeetMe(8600056,F)             
SIP/103-0001ca1e     8600063@default:1    Up      MeetMe(8600063,F)             
Local/9566224242@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238922@def (None)               Up      AppDial((Outgoing Line))     
Local/9566451658@def 9566451658@default:2 Up      Dial(SIP/apstel/566451658,,tTo
Local/9566236436@def (None)               Up      AppDial((Outgoing Line))     
Local/9566542840@def (None)               Up      AppDial((Outgoing Line))     
Local/9566489157@def 9566489157@default:2 Up      Dial(SIP/apstel/566489157,,tTo
Local/9566235770@def (None)               Up      AppDial((Outgoing Line))     
Local/9566481930@def (None)               Up      AppDial((Outgoing Line))     
Local/9566219626@def 9566219626@default:2 Up      Dial(SIP/apstel/566219626,,tTo
Local/9566529538@def 9566529538@default:2 Up      Dial(SIP/apstel/566529538,,tTo
Local/9566500894@def (None)               Up      AppDial((Outgoing Line))     
Local/9566222851@def 9566222851@default:2 Up      Dial(SIP/apstel/566222851,,tTo
Local/9566450268@def 9566450268@default:2 Up      Dial(SIP/apstel/566450268,,tTo
Local/9566500926@def 9566500926@default:2 Up      Dial(SIP/apstel/566500926,,tTo
Local/9566231736@def 9566231736@default:2 Up      Dial(SIP/apstel/566231736,,tTo
Local/9566481708@def (None)               Up      AppDial((Outgoing Line))     
Local/9566231830@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238616@def 9566238616@default:2 Up      Dial(SIP/apstel/566238616,,tTo
Local/9566558473@def (None)               Up      AppDial((Outgoing Line))     
Local/9566590777@def (None)               Up      AppDial((Outgoing Line))     
Local/9566459325@def 9566459325@default:2 Up      Dial(SIP/apstel/566459325,,tTo
Local/9566453400@def (None)               Up      AppDial((Outgoing Line))     
Local/9566457098@def (None)               Up      AppDial((Outgoing Line))     
Local/9566500926@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223177@def 9566223177@default:2 Up      Dial(SIP/apstel/566223177,,tTo
Local/9566232534@def 9566232534@default:2 Up      Dial(SIP/apstel/566232534,,tTo
Local/9566231606@def 9566231606@default:2 Up      Dial(SIP/apstel/566231606,,tTo
Local/9566236716@def (None)               Up      AppDial((Outgoing Line))     
Local/9566228775@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454316@def 9566454316@default:2 Up      Dial(SIP/apstel/566454316,,tTo
Local/9566234345@def 9566234345@default:2 Up      Dial(SIP/apstel/566234345,,tTo
Local/9566232431@def 9566232431@default:2 Up      Dial(SIP/apstel/566232431,,tTo
Local/9566549666@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238149@def 9566238149@default:2 Up      Dial(SIP/apstel/566238149,,tTo
Local/9566238034@def 9566238034@default:2 Up      Dial(SIP/apstel/566238034,,tTo
Local/9566511978@def (None)               Up      AppDial((Outgoing Line))     
Local/9566528225@def 9566528225@default:2 Up      Dial(SIP/apstel/566528225,,tTo
Local/9566553700@def (None)               Up      AppDial((Outgoing Line))     
SIP/110-0001e671     8600051@default:1    Up      MeetMe(8600051,F)             
SIP/128-0001d6af     8600072@default:1    Up      MeetMe(8600072,F)             
Local/9566480150@def (None)               Up      AppDial((Outgoing Line))     
Local/9566229112@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223177@def (None)               Up      AppDial((Outgoing Line))     
SIP/115-0001ced9     8600054@default:1    Up      MeetMe(8600054,F)             
Local/9566481493@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223526@def (None)               Up      AppDial((Outgoing Line))     
Local/9566483334@def (None)               Up      AppDial((Outgoing Line))     
Local/9566236696@def 9566236696@default:2 Up      Dial(SIP/apstel/566236696,,tTo
Local/9566488638@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543549@def 9566543549@default:2 Up      Dial(SIP/apstel/566543549,,tTo
Local/9566558133@def 9566558133@default:2 Up      Dial(SIP/apstel/566558133,,tTo
Local/9566543237@def (None)               Up      AppDial((Outgoing Line))     
Local/9566591414@def 9566591414@default:2 Up      Dial(SIP/apstel/566591414,,tTo
Local/9566519099@def (None)               Up      AppDial((Outgoing Line))     
Local/9566451074@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238454@def 9566238454@default:2 Up      Dial(SIP/apstel/566238454,,tTo
Local/9566552121@def 9566552121@default:2 Up      Dial(SIP/apstel/566552121,,tTo
Local/9566517324@def (None)               Up      AppDial((Outgoing Line))     
SIP/126-0001c974     8600071@default:1    Up      MeetMe(8600071,F)             
Local/9566519099@def 9566519099@default:2 Up      Dial(SIP/apstel/566519099,,tTo
Local/9566231783@def 9566231783@default:2 Up      Dial(SIP/apstel/566231783,,tTo
Local/58600073@defau 58600073@default:1   Up      MeetMe(8600073,Fmq)           
Local/9566228990@def (None)               Up      AppDial((Outgoing Line))     
Local/58600073@defau 8309@default:3       Up      Wait(3600)                   
Local/9566520656@def (None)               Up      AppDial((Outgoing Line))     
Local/9566552121@def (None)               Up      AppDial((Outgoing Line))     
Local/9566548873@def 9566548873@default:2 Up      Dial(SIP/apstel/566548873,,tTo
Local/9566590416@def 9566590416@default:2 Up      Dial(SIP/apstel/566590416,,tTo
Local/9566482364@def 9566482364@default:2 Up      Dial(SIP/apstel/566482364,,tTo
Local/9566599410@def 9566599410@default:2 Ring    Dial(SIP/apstel/566599410,,tTo
Local/9566238454@def (None)               Up      AppDial((Outgoing Line))     
Local/9566599410@def 9566599410@default:1 Ringing (None)                       
Local/9566520684@def 9566520684@default:2 Up      Dial(SIP/apstel/566520684,,tTo
Local/9566549410@def 9566549410@default:2 Up      Dial(SIP/apstel/566549410,,tTo
Local/9566454992@def 9566454992@default:2 Up      Dial(SIP/apstel/566454992,,tTo
Local/9566480097@def (None)               Up      AppDial((Outgoing Line))     
Local/9566554081@def 9566554081@default:2 Up      Dial(SIP/apstel/566554081,,tTo
Local/9566452364@def 9566452364@default:2 Up      Dial(SIP/apstel/566452364,,tTo
Local/9566509605@def (None)               Up      AppDial((Outgoing Line))     
Local/9566557923@def 9566557923@default:2 Up      Dial(SIP/apstel/566557923,,tTo
Local/9566394491@def 9566394491@default:2 Up      Dial(SIP/apstel/566394491,,tTo
Local/9566487682@def 9566487682@default:2 Up      Dial(SIP/apstel/566487682,,tTo
Local/9566454634@def (None)               Up      AppDial((Outgoing Line))     
Local/9566224932@def (None)               Up      AppDial((Outgoing Line))     
Local/9566485886@def (None)               Up      AppDial((Outgoing Line))     
Local/9566221219@def (None)               Up      AppDial((Outgoing Line))     
Local/9566458670@def (None)               Up      AppDial((Outgoing Line))     
Local/9566229112@def 9566229112@default:2 Up      Dial(SIP/apstel/566229112,,tTo
Local/9566235798@def 9566235798@default:2 Ring    Dial(SIP/apstel/566235798,,tTo
Local/9566517866@def 9566517866@default:2 Up      Dial(SIP/apstel/566517866,,tTo
Local/9566235798@def 9566235798@default:1 Ringing (None)                       
Local/9566231830@def 9566231830@default:2 Up      Dial(SIP/apstel/566231830,,tTo
Local/9566520656@def 9566520656@default:2 Up      Dial(SIP/apstel/566520656,,tTo
Local/9566552078@def 9566552078@default:2 Up      Dial(SIP/apstel/566552078,,tTo
Local/9566225525@def (None)               Up      AppDial((Outgoing Line))     
Local/9566563407@def (None)               Up      AppDial((Outgoing Line))     
Local/9566480914@def 9566480914@default:2 Up      Dial(SIP/apstel/566480914,,tTo
Local/9566542089@def (None)               Up      AppDial((Outgoing Line))     
Local/9566480150@def 9566480150@default:2 Up      Dial(SIP/apstel/566480150,,tTo
Local/9566226240@def (None)               Up      AppDial((Outgoing Line))     
Local/9566450044@def 9566450044@default:2 Up      Dial(SIP/apstel/566450044,,tTo
Local/9566484483@def 9566484483@default:1 Ringing (None)                       
Local/9566484483@def 9566484483@default:2 Ring    Dial(SIP/apstel/566484483,,tTo
Local/8600053@defaul 9774187770@default:2 Up      Dial(SIP/apstel/774187770,,tTo
Local/9566235188@def 9566235188@default:2 Up      Dial(SIP/apstel/566235188,,tTo
Local/9566231240@def (None)               Up      AppDial((Outgoing Line))     
Local/9566483468@def (None)               Up      AppDial((Outgoing Line))     
Local/9566548565@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546298@def (None)               Up      AppDial((Outgoing Line))     
Local/9566545412@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234042@def 9566234042@default:2 Up      Dial(SIP/apstel/566234042,,tTo
Local/9566231106@def 9566231106@default:2 Up      Dial(SIP/apstel/566231106,,tTo
Local/9566529582@def (None)               Up      AppDial((Outgoing Line))     
Local/9566231222@def (None)               Up      AppDial((Outgoing Line))     
Local/9566522114@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546440@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238581@def 9566238581@default:2 Up      Dial(SIP/apstel/566238581,,tTo
Local/9566223509@def 9566223509@default:2 Up      Dial(SIP/apstel/566223509,,tTo
Local/9566234042@def (None)               Up      AppDial((Outgoing Line))     
Local/9566452891@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543883@def 9566543883@default:2 Up      Dial(SIP/apstel/566543883,,tTo
Local/9566484782@def 9566484782@default:2 Up      Dial(SIP/apstel/566484782,,tTo
Local/58600074@defau 8309@default:3       Up      Wait(3600)                   
Local/58600074@defau 58600074@default:1   Up      MeetMe(8600074,Fmq)           
Local/9566457098@def 9566457098@default:2 Up      Dial(SIP/apstel/566457098,,tTo
Local/9566522114@def 9566522114@default:2 Up      Dial(SIP/apstel/566522114,,tTo
Local/9566549587@def (None)               Up      AppDial((Outgoing Line))     
Local/9566458670@def 9566458670@default:2 Up      Dial(SIP/apstel/566458670,,tTo
Local/9566238452@def (None)               Up      AppDial((Outgoing Line))     
Local/9566545267@def 9566545267@default:2 Up      Dial(SIP/apstel/566545267,,tTo
Local/9566591403@def (None)               Up      AppDial((Outgoing Line))     
Local/9566228183@def (None)               Up      AppDial((Outgoing Line))     
Local/9566554203@def 9566554203@default:2 Up      Dial(SIP/apstel/566554203,,tTo
Local/9566225845@def (None)               Up      AppDial((Outgoing Line))     
Local/9566558770@def (None)               Up      AppDial((Outgoing Line))     
Local/9566230639@def 9566230639@default:2 Up      Dial(SIP/apstel/566230639,,tTo
Local/9566556754@def (None)               Up      AppDial((Outgoing Line))     
Local/9566233996@def 9566233996@default:2 Up      Dial(SIP/apstel/566233996,,tTo
Local/9566543277@def h@default:1          Up      AGI(agi://127.0.0.1:4577/call_
Local/9566224996@def 9566224996@default:2 Up      Dial(SIP/apstel/566224996,,tTo
Local/9566455353@def 9566455353@default:2 Up      Dial(SIP/apstel/566455353,,tTo
DAHDI/pseudo-1233415 s@default:1          Rsrvd   (None)                       
Local/9566559351@def 9566559351@default:2 Up      Dial(SIP/apstel/566559351,,tTo
Local/9566454206@def 9566454206@default:2 Up      Dial(SIP/apstel/566454206,,tTo
Local/9566540046@def 9566540046@default:2 Up      Dial(SIP/apstel/566540046,,tTo
Local/9566227496@def (None)               Up      AppDial((Outgoing Line))     
Local/9566517352@def 9566517352@default:2 Up      Dial(SIP/apstel/566517352,,tTo
Local/9566517871@def 9566517871@default:2 Up      Dial(SIP/apstel/566517871,,tTo
Local/9566224996@def (None)               Up      AppDial((Outgoing Line))     
Local/9566236035@def 9566236035@default:2 Up      Dial(SIP/apstel/566236035,,tTo
Local/9566572900@def 9566572900@default:2 Ring    Dial(SIP/apstel/566572900,,tTo
Local/9566552284@def 9566552284@default:2 Up      Dial(SIP/apstel/566552284,,tTo
Local/9566572900@def 9566572900@default:1 Ringing (None)                       
Local/9566549587@def 9566549587@default:2 Up      Dial(SIP/apstel/566549587,,tTo
Local/9566511863@def 9566511863@default:2 Up      Dial(SIP/apstel/566511863,,tTo
Local/9566482430@def 9566482430@default:2 Up      Dial(SIP/apstel/566482430,,tTo
Local/9566238712@def 9566238712@default:2 Up      Dial(SIP/apstel/566238712,,tTo
Local/9566547488@def (None)               Up      AppDial((Outgoing Line))     
Local/9566520040@def 9566520040@default:2 Up      Dial(SIP/apstel/566520040,,tTo
Local/9566235982@def 9566235982@default:2 Up      Dial(SIP/apstel/566235982,,tTo
Local/9566481058@def 9566481058@default:2 Up      Dial(SIP/apstel/566481058,,tTo
Local/9566236904@def 9566236904@default:2 Up      Dial(SIP/apstel/566236904,,tTo
Local/9566598916@def (None)               Up      AppDial((Outgoing Line))     
Local/8600056@defaul 9627317389@default:2 Up      Dial(SIP/apstel/627317389,,tTo
Local/9566543888@def 9566543888@default:2 Up      Dial(SIP/apstel/566543888,,tTo
Local/9566484782@def (None)               Up      AppDial((Outgoing Line))     
Local/9566484659@def (None)               Up      AppDial((Outgoing Line))     
Local/9566224203@def (None)               Up      AppDial((Outgoing Line))     
Local/58600069@defau 58600069@default:1   Up      MeetMe(8600069,Fmq)           
Local/58600069@defau 8309@default:3       Up      Wait(3600)                   
SIP/119-0001ca62     8600068@default:1    Up      MeetMe(8600068,F)             
Local/9566528433@def (None)               Up      AppDial((Outgoing Line))     
Local/9566483395@def (None)               Up      AppDial((Outgoing Line))     
Local/9566596159@def 9566596159@default:2 Up      Dial(SIP/apstel/566596159,,tTo
Local/9566513305@def 9566513305@default:2 Up      Dial(SIP/apstel/566513305,,tTo
Local/9566394491@def (None)               Up      AppDial((Outgoing Line))     
Local/9566481921@def 9566481921@default:2 Up      Dial(SIP/apstel/566481921,,tTo
Local/9566457133@def 9566457133@default:2 Up      Dial(SIP/apstel/566457133,,tTo
Local/9566542840@def 9566542840@default:2 Up      Dial(SIP/apstel/566542840,,tTo
Local/9566480197@def (None)               Up      AppDial((Outgoing Line))     
Local/9566238149@def (None)               Up      AppDial((Outgoing Line))     
Local/9566457787@def (None)               Up      AppDial((Outgoing Line))     
Local/9566233017@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234052@def (None)               Up      AppDial((Outgoing Line))     
Local/9566485679@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223293@def 9566223293@default:2 Up      Dial(SIP/apstel/566223293,,tTo
Local/9566599197@def 9566599197@default:2 Up      Dial(SIP/apstel/566599197,,tTo
Local/9566234126@def (None)               Up      AppDial((Outgoing Line))     
Local/9566511996@def (None)               Up      AppDial((Outgoing Line))     
Local/9566547973@def (None)               Up      AppDial((Outgoing Line))     
Local/9566457787@def 9566457787@default:2 Up      Dial(SIP/apstel/566457787,,tTo
Local/9566486153@def (None)               Up      AppDial((Outgoing Line))     
Local/9566210056@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540290@def (None)               Up      AppDial((Outgoing Line))     
Local/9566517979@def (None)               Up      AppDial((Outgoing Line))     
Local/9566544787@def 9566544787@default:2 Up      Dial(SIP/apstel/566544787,,tTo
Local/9566483108@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-5023329 s@default:1          Rsrvd   (None)                       
Local/9566556239@def 9566556239@default:2 Up      Dial(SIP/apstel/566556239,,tTo
Local/9566546274@def 9566546274@default:2 Up      Dial(SIP/apstel/566546274,,tTo
Local/9566556345@def (None)               Up      AppDial((Outgoing Line))     
Local/9566232350@def (None)               Up      AppDial((Outgoing Line))     
Local/9566222851@def (None)               Up      AppDial((Outgoing Line))     
Local/9566453624@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454572@def (None)               Up      AppDial((Outgoing Line))     
Local/9566233301@def (None)               Up      AppDial((Outgoing Line))     
Local/9566590777@def 9566590777@default:2 Up      Dial(SIP/apstel/566590777,,tTo
Local/9566570875@def (None)               Up      AppDial((Outgoing Line))     
Local/9566488181@def 9566488181@default:2 Up      Dial(SIP/apstel/566488181,,tTo
Local/9566451074@def 9566451074@default:2 Up      Dial(SIP/apstel/566451074,,tTo
Local/9566457739@def 9566457739@default:2 Up      Dial(SIP/apstel/566457739,,tTo
Local/9566551795@def 9566551795@default:1 Ringing (None)                       
Local/9566483137@def 9566483137@default:2 Up      Dial(SIP/apstel/566483137,,tTo
Local/9566551795@def 9566551795@default:2 Ring    Dial(SIP/apstel/566551795,,tTo
Local/9566454216@def 9566454216@default:2 Up      Dial(SIP/apstel/566454216,,tTo
Local/9566547472@def (None)               Up      AppDial((Outgoing Line))     
Local/9566517315@def (None)               Up      AppDial((Outgoing Line))     
Local/9566226278@def 9566226278@default:2 Up      Dial(SIP/apstel/566226278,,tTo
Local/9566481198@def 9566481198@default:2 Up      Dial(SIP/apstel/566481198,,tTo
Local/9566488649@def (None)               Up      AppDial((Outgoing Line))     
Local/9566598584@def 9566598584@default:2 Up      Dial(SIP/apstel/566598584,,tTo
Local/9566542089@def 9566542089@default:2 Up      Dial(SIP/apstel/566542089,,tTo
Local/9566598222@def (None)               Up      AppDial((Outgoing Line))     
Local/9566529479@def 9566529479@default:2 Up      Dial(SIP/apstel/566529479,,tTo
Local/9566509258@def 9566509258@default:2 Up      Dial(SIP/apstel/566509258,,tTo
Local/9566481921@def (None)               Up      AppDial((Outgoing Line))     
Local/9566221713@def (None)               Up      AppDial((Outgoing Line))     
Local/9566590191@def 9566590191@default:2 Up      Dial(SIP/apstel/566590191,,tTo
Local/9566558133@def (None)               Up      AppDial((Outgoing Line))     
Local/9566521066@def (None)               Up      AppDial((Outgoing Line))     
Local/9566547281@def (None)               Up      AppDial((Outgoing Line))     
Local/9566227356@def (None)               Up      AppDial((Outgoing Line))     
Local/9566545267@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540745@def (None)               Up      AppDial((Outgoing Line))     
Local/9566591410@def 9566591410@default:2 Up      Dial(SIP/apstel/566591410,,tTo
Local/9566518175@def 9566518175@default:2 Up      Dial(SIP/apstel/566518175,,tTo
Local/9566513254@def (None)               Up      AppDial((Outgoing Line))     
Local/9566235151@def 9566235151@default:2 Up      Dial(SIP/apstel/566235151,,tTo
Local/9566219626@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546043@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234263@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454206@def (None)               Up      AppDial((Outgoing Line))     
Local/9566232231@def (None)               Up      AppDial((Outgoing Line))     
Local/9566235592@def (None)               Up      AppDial((Outgoing Line))     
Local/9566485076@def (None)               Up      AppDial((Outgoing Line))     
Local/9566236904@def (None)               Up      AppDial((Outgoing Line))     
Local/9566225525@def 9566225525@default:2 Up      Dial(SIP/apstel/566225525,,tTo
Local/9566548472@def 9566548472@default:2 Up      Dial(SIP/apstel/566548472,,tTo
Local/9566548472@def (None)               Up      AppDial((Outgoing Line))     
Local/9566230582@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543549@def (None)               Up      AppDial((Outgoing Line))     
Local/9566232967@def 9566232967@default:2 Up      Dial(SIP/apstel/566232967,,tTo
Local/9566454572@def 9566454572@default:2 Up      Dial(SIP/apstel/566454572,,tTo
Local/9566486634@def 9566486634@default:2 Up      Dial(SIP/apstel/566486634,,tTo
Local/58600070@defau 8309@default:3       Up      Wait(3600)                   
Local/9566520028@def (None)               Up      AppDial((Outgoing Line))     
Local/58600070@defau 58600070@default:1   Up      MeetMe(8600070,Fmq)           
Local/9566236693@def (None)               Up      AppDial((Outgoing Line))     
Local/9566221544@def (None)               Up      AppDial((Outgoing Line))     
Local/9566488180@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234945@def (None)               Up      AppDial((Outgoing Line))     
Local/9566540141@def (None)               Up      AppDial((Outgoing Line))     
Local/9566545412@def 9566545412@default:2 Up      Dial(SIP/apstel/566545412,,tTo
Local/9566452751@def 9566452751@default:2 Up      Dial(SIP/apstel/566452751,,tTo
Local/9566520981@def (None)               Up      AppDial((Outgoing Line))     
Local/9566452997@def 9566452997@default:2 Up      Dial(SIP/apstel/566452997,,tTo
Local/9566488649@def 9566488649@default:2 Up      Dial(SIP/apstel/566488649,,tTo
DAHDI/pseudo-1844974 s@default:1          Rsrvd   (None)                       
Local/9566544787@def (None)               Up      AppDial((Outgoing Line))     
Local/9566482430@def (None)               Up      AppDial((Outgoing Line))     
Local/9566549666@def 9566549666@default:2 Up      Dial(SIP/apstel/566549666,,tTo
Local/9566233017@def 9566233017@default:2 Up      Dial(SIP/apstel/566233017,,tTo
Local/9566224828@def 9566224828@default:2 Up      Dial(SIP/apstel/566224828,,tTo
Local/9566543262@def (None)               Up      AppDial((Outgoing Line))     
Local/9566528433@def 9566528433@default:2 Up      Dial(SIP/apstel/566528433,,tTo
DAHDI/pseudo-1779407 s@default:1          Rsrvd   (None)                       
Local/9566451572@def (None)               Up      AppDial((Outgoing Line))     
Local/9566481708@def 9566481708@default:2 Up      Dial(SIP/apstel/566481708,,tTo
Local/9566223231@def (None)               Up      AppDial((Outgoing Line))     
Local/9566219457@def (None)               Up      AppDial((Outgoing Line))     
Local/9566555481@def (None)               Up      AppDial((Outgoing Line))     
Local/9566236035@def (None)               Up      AppDial((Outgoing Line))     
Local/9566487682@def (None)               Up      AppDial((Outgoing Line))     
Local/9566458706@def 9566458706@default:2 Up      Dial(SIP/apstel/566458706,,tTo
Local/9566233301@def 9566233301@default:2 Up      Dial(SIP/apstel/566233301,,tTo
Local/9566591403@def 9566591403@default:2 Up      Dial(SIP/apstel/566591403,,tTo
Local/9566556802@def (None)               Up      AppDial((Outgoing Line))     
Local/9566553951@def 9566553951@default:2 Up      Dial(SIP/apstel/566553951,,tTo
Local/9566228534@def 9566228534@default:2 Up      Dial(SIP/apstel/566228534,,tTo
Local/9566453400@def 9566453400@default:2 Up      Dial(SIP/apstel/566453400,,tTo
Local/9566517144@def (None)               Up      AppDial((Outgoing Line))     
Local/9566234622@def (None)               Up      AppDial((Outgoing Line))     
Local/9566451572@def 9566451572@default:2 Up      Dial(SIP/apstel/566451572,,tTo
Local/9566483822@def (None)               Up      AppDial((Outgoing Line))     
Local/9566529227@def 9566529227@default:2 Up      Dial(SIP/apstel/566529227,,tTo
Local/9566591414@def (None)               Up      AppDial((Outgoing Line))     
Local/9566230418@def (None)               Up      AppDial((Outgoing Line))     
Local/9566551143@def 9566551143@default:2 Up      Dial(SIP/apstel/566551143,,tTo
SIP/113-0001cf3c     8600062@default:1    Up      MeetMe(8600062,F)             
Local/9566221577@def 9566221577@default:2 Up      Dial(SIP/apstel/566221577,,tTo
Local/9566219474@def (None)               Up      AppDial((Outgoing Line))     
Local/9566511492@def (None)               Up      AppDial((Outgoing Line))     
Local/9566513664@def 9566513664@default:2 Up      Dial(SIP/apstel/566513664,,tTo
Local/9566529479@def (None)               Up      AppDial((Outgoing Line))     
Local/9566542413@def (None)               Up      AppDial((Outgoing Line))     
Local/9566517889@def (None)               Up      AppDial((Outgoing Line))     
SIP/apstel-0001e324  (None)               Up      AppDial((Outgoing Line))     
Local/9566390066@def 9566390066@default:2 Up      Dial(SIP/apstel/566390066,,tTo
Local/9566518175@def (None)               Up      AppDial((Outgoing Line))     
Local/9566513269@def 9566513269@default:2 Up      Dial(SIP/apstel/566513269,,tTo
Local/9566489038@def 9566489038@default:2 Up      Dial(SIP/apstel/566489038,,tTo
SIP/129-0001ca48     8600070@default:1    Up      MeetMe(8600070,F)             
Local/9566231106@def (None)               Up      AppDial((Outgoing Line))     
DAHDI/pseudo-8366853 s@default:1          Rsrvd   (None)                       
Local/9566454316@def (None)               Up      AppDial((Outgoing Line))     
Local/9566226198@def (None)               Up      AppDial((Outgoing Line))     
Local/9566488564@def 9566488564@default:2 Up      Dial(SIP/apstel/566488564,,tTo
Local/9566227296@def 9566227296@default:2 Up      Dial(SIP/apstel/566227296,,tTo
Local/9566233662@def (None)               Up      AppDial((Outgoing Line))     
Local/9566486348@def 9566486348@default:2 Up      Dial(SIP/apstel/566486348,,tTo
Local/9566482347@def 9566482347@default:2 Up      Dial(SIP/apstel/566482347,,tTo
Local/9566210314@def 9566210314@default:2 Up      Dial(SIP/apstel/566210314,,tTo
Local/9566455353@def (None)               Up      AppDial((Outgoing Line))     
Local/9566520684@def (None)               Up      AppDial((Outgoing Line))     
Local/9566550414@def (None)               Up      AppDial((Outgoing Line))     
Local/9566235300@def (None)               Up      AppDial((Outgoing Line))     
Local/9566544420@def (None)               Up      AppDial((Outgoing Line))     
Local/9566546560@def (None)               Up      AppDial((Outgoing Line))     
Local/9566500626@def (None)               Up      AppDial((Outgoing Line))     
Local/9566598916@def 9566598916@default:2 Up      Dial(SIP/apstel/566598916,,tTo
Local/9566480769@def 9566480769@default:2 Up      Dial(SIP/apstel/566480769,,tTo
Local/9566514269@def 9566514269@default:2 Up      Dial(SIP/apstel/566514269,,tTo
Local/9566511492@def 9566511492@default:2 Up      Dial(SIP/apstel/566511492,,tTo
Local/9566210056@def 9566210056@default:2 Up      Dial(SIP/apstel/566210056,,tTo
Local/9566456627@def (None)               Up      AppDial((Outgoing Line))     
Local/9566543262@def 9566543262@default:2 Up      Dial(SIP/apstel/566543262,,tTo
Local/9566238034@def (None)               Up      AppDial((Outgoing Line))     
Local/9566556754@def 9566556754@default:2 Up      Dial(SIP/apstel/566556754,,tTo
Local/9566522133@def 9566522133@default:2 Up      Dial(SIP/apstel/566522133,,tTo
Local/9566549018@def (None)               Up      AppDial((Outgoing Line))     
Local/9566551143@def (None)               Up      AppDial((Outgoing Line))     
Local/9566541754@def 9566541754@default:2 Up      Dial(SIP/apstel/566541754,,tTo
Local/9566221219@def 9566221219@default:2 Up      Dial(SIP/apstel/566221219,,tTo
Local/9566487494@def 9566487494@default:2 Up      Dial(SIP/apstel/566487494,,tTo
Local/9566228238@def 9566228238@default:2 Up      Dial(SIP/apstel/566228238,,tTo
Local/9566487494@def (None)               Up      AppDial((Outgoing Line))     
Local/9566509282@def 9566509282@default:2 Up      Dial(SIP/apstel/566509282,,tTo
Local/9566549018@def 9566549018@default:2 Up      Dial(SIP/apstel/566549018,,tTo
Local/9566232136@def 9566232136@default:2 Up      Dial(SIP/apstel/566232136,,tTo
Local/9566483016@def (None)               Up      AppDial((Outgoing Line))     
Local/9566483095@def 9566483095@default:2 Up      Dial(SIP/apstel/566483095,,tTo
Local/9566548873@def (None)               Up      AppDial((Outgoing Line))     
Local/9566528451@def 9566528451@default:2 Up      Dial(SIP/apstel/566528451,,tTo
Local/9566520028@def 9566520028@default:2 Up      Dial(SIP/apstel/566520028,,tTo
Local/9566451658@def (None)               Up      AppDial((Outgoing Line))     
Local/9566223293@def (None)               Up      AppDial((Outgoing Line))     
Local/9566520981@def 9566520981@default:2 Up      Dial(SIP/apstel/566520981,,tTo
Local/9566550414@def 9566550414@default:2 Up      Dial(SIP/apstel/566550414,,tTo
Local/9566542413@def 9566542413@default:2 Up      Dial(SIP/apstel/566542413,,tTo
Local/9566485679@def 9566485679@default:2 Up      Dial(SIP/apstel/566485679,,tTo
Local/9566480919@def 9566480919@default:2 Up      Dial(SIP/apstel/566480919,,tTo
Local/9566452736@def (None)               Up      AppDial((Outgoing Line))     
Local/9566500225@def (None)               Up      AppDial((Outgoing Line))     
Local/9566500225@def 9566500225@default:2 Up      Dial(SIP/apstel/566500225,,tTo
Local/9566591116@def (None)               Up      AppDial((Outgoing Line))     
Local/9566486153@def 9566486153@default:2 Up      Dial(SIP/apstel/566486153,,tTo
Local/9566236123@def 9566236123@default:2 Up      Dial(SIP/apstel/566236123,,tTo
Local/9566219753@def (None)               Up      AppDial((Outgoing Line))     
911 active channels
2698 active calls
221242 calls processed
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Tue Jun 03, 2014 3:16 am

Is there a way to make a script that will kill problematic calls every 5 minutes?
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby geoff3dmg » Tue Jun 03, 2014 4:37 am

You seem to be not getting the SIP BYE method back from your carrier. I would check with them and ask why. Additionally check if there is any packetloss on your internet connection as this can cause this issue too.
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
geoff3dmg
 
Posts: 403
Joined: Tue Jan 29, 2013 4:35 am
Location: Lancashire, UK

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Wed Jun 04, 2014 9:11 am

I got a call from my VOIP provider. I have send him couple of numbers that are not disconnected on the server:
Code: Select all
Local/9566483976@def (None)               Up      AppDial((Outgoing Line))
Local/9566454094@def (None)               Up      AppDial((Outgoing Line))     
Local/9566225251@def (None)               Up      AppDial((Outgoing Line))
Local/9566544155@def (None)               Up      AppDial((Outgoing Line))     
Local/9566544898@def (None)               Up      AppDial((Outgoing Line))     
Local/9566454992@def (None)               Up      AppDial((Outgoing Line))


In all the cases my asterisk server send disconnect signal - not the voip provider. They conclude that it is not their problem but problem with my server. After sending the disconnect signal to voip provider the connection should by closed. But it is not.

Anybody has another suggestion?
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby geoff3dmg » Wed Jun 04, 2014 9:32 am

Again, sounds like packet loss to me.
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
geoff3dmg
 
Posts: 403
Joined: Tue Jan 29, 2013 4:35 am
Location: Lancashire, UK

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Wed Jun 04, 2014 9:55 am

All my servers (1 x db, 1 x web, 4 x dialers on vicibox 4.0.3 | 1 x dbwebdialer on vicibox 5.0.3 | 1 x dbwebdialer on vicibox 5.0.3) are connected to the same internet provider (witch is the same provider as voip). This is fiber connection 40 mbps / 40 mbps. The router is on pfsense platform. There are no droped packages and utilization of the bandwidth is at 30 mbps download and 20 mbps upload.
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland

Re: To many active calls and channels open - CPU goes to 100

Postby geoff3dmg » Thu Jun 05, 2014 3:01 am

In Admin -> Servers is the version of Asterisk set correctly?
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
geoff3dmg
 
Posts: 403
Joined: Tue Jan 29, 2013 4:35 am
Location: Lancashire, UK

Re: To many active calls and channels open - CPU goes to 100

Postby ZibiX » Thu Jun 05, 2014 3:07 am

Yes - 1.8.27.0-vici
ZibiX
 
Posts: 107
Joined: Wed Jul 03, 2013 5:36 am
Location: Poland


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 130 guests