A problem with conference room started from the nothing

Hello. The conference room workeb but for I reason that I don’t know it stop running. Now when I call to admin extension or user extensions I get this error:

 Using SIP VIDEO CoS mark 6
  == Using SIP RTP CoS mark 5
       > 0x7f4db4008e90 -- Strict RTP learning after remote address set to: 10.0.0.3:40048
       > 0x7f4db400b310 -- Strict RTP learning after remote address set to: 10.0.0.3:40010
    -- Executing [777@users:1] Progress("SIP/marketing-0000000d", "") in new stack
    -- Executing [777@users:2] Wait("SIP/marketing-0000000d", "1") in new stack
       > 0x7f4db400b310 -- Strict RTP switching to RTP target address 10.0.0.3:40010 as source
[Oct  1 14:47:35] WARNING[1512][C-00000012]: pbx.c:2903 pbx_extension_helper: No application 'ConfBridge' for extension (users, 777, 3)
  == Spawn extension (users, 777, 3) exited non-zero on 'SIP/marketing-0000000d'

The confbridge is:

**[general]

[admin_user]
type=user
pin=123456   
marked=yes 
admin=yes  
music_on_hold_when_empty=yes   
announce_user_count=yes
video_mode = follow_talker

[default_user]
type=user
pin=123456      ;contraseña usuarios
wait_marked=yes    
end_marked=yes
music_on_hold_when_empty=yes
announce_user_count=yes
video_mode = follow_talker

[default_bridge]
type=bridge 
record_conference=no ; no grabamos la conferencia
max_members=10
video_mode=follow_talker
**

and in extensions.conf

;
exten => 555,1,Progress()
exten => 555,2,Wait(1)
exten => 555,3,ConfBridge(1,default_bridge,default_user)

;
;CONFERENCE - ADMIN
;
exten => 777,1,Progress()
exten => 777,2,Wait(1)
exten => 777,3,ConfBridge(1,default_bridge,admin_user)

Whats happening? I worked before.

Best regards.

The app_confbridge module was not built or loaded. I’d suggest looking at the Asterisk console at startup and seeing if it complains about it in some fashion. If not then check the /usr/lib/asterisk/modules directory and make sure the app_confbridge.so module exists.

1 Like

thanks jcolp for the reply.

Yes, it exist. And it worked before, I don’t know why it stop

try a ‘module show like confbridge’ at your console.

is app_confbridge.so loaded and running?