I’m going crazy with this.
I can’t get meetme3 and asterisk 1.4 to work.
I’m able to get in the website and create conferences.
When I dial into the conference it dies at cbmysql and just hangs up the call. My cbmysql.conf seems to be correct.
Here’s what I get at the console:
- Executing [17187016209@from-nextone:1] NoOp("SIP/209.220.119.5-b7d025b0", "Running miscapp 3: meetme") in new stack
-- Executing [17187016209@from-nextone:2] Goto("SIP/209.220.119.5-b7d025b0", "custom-meetme3|s|1") in new stack
-- Goto (custom-meetme3,s,1)
-- Executing [s@custom-meetme3:1] Answer("SIP/209.220.119.5-b7d025b0", "") in new stack
-- Executing [s@custom-meetme3:2] Wait("SIP/209.220.119.5-b7d025b0", "3") in new stack
== Spawn extension (custom-meetme3, s, 3) exited non-zero on 'SIP/209.220.119.5-b7d025b0'
Here’s my context in extensions.conf
[custom-meetme3]
exten => s,1,Answer
exten => s,n,Wait(3)
exten => s,n,CBMysql()
exten => s,n,Hangup
Any ideas?
edit//
I figured out why its not working, the app_cbmysql module isn’t loading
From /var/log/asterisk/full
Now if I could only figure out why. I’m pretty sure I have all the DB setting correct.