SOLVED Asterisk logs showing every line twice

LesD

Member
Joined
Nov 8, 2009
Messages
408
Reaction score
15
Code:
 Asterisk  = ONLINE  | Dahdi    = ONLINE  | MySQL    = ONLINE 
  SSH        = ONLINE  | Apache    = ONLINE  | Iptables  = ONLINE 
  Fail2ban  = ONLINE  | Internet  = ONLINE  | Ip6Tables = ONLINE 
  Disk Free  = ADEQUATE| Mem Free  = ADEQUATE| NTPD      = ONLINE 
  SendMail  = ONLINE  | Samba    = OFFLINE | Webmin    = ONLINE 
  Ethernet0  = ONLINE  | Ethernet1 = N/A    | Wlan0    = N/A   
                                                                   
  PIAF Installed Version  = 2.0.6.3 under *VIRTUALBOX*           
  FreePBX Version          = 2.11.0.23                           
2.11                                                             
  Running Asterisk Version = 1.8.18.0                             
  Asterisk Source Version  = 1.8.18.0                             
  Dahdi Source Version    = 2.6.1                               
  Libpri Source Version    = 1.4.12                               
  IP Address              = 10.27.27.244 on eth0                 
  Operating System        = CentOS release 6.3 (Final)
Just looked at the Asterisk logs and noticed that all entries are duplicated. Some examples.
Code:
[2014-02-28 15:28:33] VERBOSE[31478] pbx.c:    -- Executing [s@macro-outisbusy:4] Playback("SIP/210-0000029f", "all-circuits-busy-now&pls-try-call-later, noanswer") in new stack
[2014-02-28 15:28:33] VERBOSE[31478] pbx.c:    -- Executing [s@macro-outisbusy:4] Playback("SIP/210-0000029f", "all-circuits-busy-now&pls-try-call-later, noanswer") in new stack
[2014-02-28 15:28:33] VERBOSE[31478] file.c:    -- <SIP/210-0000029f> Playing 'all-circuits-busy-now.gsm' (language 'en')
[2014-02-28 15:28:33] VERBOSE[31478] file.c:    -- <SIP/210-0000029f> Playing 'all-circuits-busy-now.gsm' (language 'en')
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 212
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 212
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 215
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 215
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 216
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 216
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 211
[2014-02-28 15:28:34] VERBOSE[1677] chan_sip.c:  == Extension Changed 210[ext-local] new state Idle for Notify User 211
[2014-02-28 15:28:34] VERBOSE[31478] app_macro.c:  == Spawn extension (macro-outisbusy, s, 4) exited non-zero on 'SIP/210-0000029f' in macro 'outisbusy'
[2014-02-28 15:28:34] VERBOSE[31478] app_macro.c:  == Spawn extension (macro-outisbusy, s, 4) exited non-zero on 'SIP/210-0000029f' in macro 'outisbusy'
[2014-02-28 15:28:34] VERBOSE[31478] pbx.c:  == Spawn extension (from-internal, 030012311837, 6) exited non-zero on 'SIP/210-0000029f'
[2014-02-28 15:28:34] VERBOSE[31478] pbx.c:  == Spawn extension (from-internal, 030012311837, 6) exited non-zero on 'SIP/210-0000029f'
[2014-02-28 15:28:34] VERBOSE[31478] pbx.c:    -- Executing [h@from-internal:1] Hangup("SIP/210-0000029f", "") in new stack
[2014-02-28 15:28:34] VERBOSE[31478] pbx.c:    -- Executing [h@from-internal:1] Hangup("SIP/210-0000029f", "") in new stack
[2014-02-28 15:28:34] VERBOSE[31478] pbx.c:  == Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/210-0000029f'
[2014-02-28 15:28:34] VERBOSE[31478] pbx.c:  == Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/210-0000029f'
Not doing any harm but any ideas why?
 

LesD

Member
Joined
Nov 8, 2009
Messages
408
Reaction score
15
Thank you.

I commented out the line

full => notice,warning,error,debug,verbose

in the custom file and that fixed it.
 

Members online

Forum statistics

Threads
25,845
Messages
167,967
Members
19,265
Latest member
muneer
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top