Trying to get WebmeetMe to work in trixbox 2.8
I've went through the steps of creating a custom destination, created a custom application and assigned a feature code.
Now, whenever I dial the feature code it, it exit non-zeros when it reaches the cbmysql stage (as outlined in my extensions.conf file)
Here is my CLI output:
Connected to Asterisk 1.6.0.9-samy-r27 currently running on lltrixbox (pid = 16541)
Verbosity is at least 3
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
== Using SIP VRTP TOS bits 136
== Using SIP VRTP CoS mark 6
-- Executing [*13@from-internal:1] NoOp("SIP/503-b79caad8", "Running miscapp 1: Webmeetme Conference") in new stack
-- Executing [*13@from-internal:2] Goto("SIP/503-b79caad8", "custom-meetme3,s,1") in new stack
-- Goto (custom-meetme3,s,1)
-- Executing [s@custom-meetme3:1] Answer("SIP/503-b79caad8", "") in new stack
-- Executing [s@custom-meetme3:2] Wait("SIP/503-b79caad8", "3") in new stack
== Spawn extension (custom-meetme3, s, 3) exited non-zero on 'SIP/503-b79caad8'
lltrixbox*CLI>
Here is the custom destination set in the extensions_custom.conf
[custom-meetme3] exten => s,1,Answer exten => s,n,Wait(3) exten => s,n,CBMysql() exten => s,n,Hangup
My /var/log/asterisk/full log shows the following:
[Jul 16 17:28:36] VERBOSE[20102] logger.c: -- Executing [*13@from-internal:1] ^[[1;36;40mNoOp^[[0;37;40m("^[[1;35;40mSIP/503-b79caad8^[[0;37;40m", "^[[1;$
[Jul 16 17:28:36] VERBOSE[20102] logger.c: -- Executing [*13@from-internal:2] ^[[1;36;40mGoto^[[0;37;40m("^[[1;35;40mSIP/503-b79caad8^[[0;37;40m", "^[[1;$
[Jul 16 17:28:36] VERBOSE[20102] logger.c: -- Goto (custom-meetme3,s,1)
[Jul 16 17:28:36] VERBOSE[20102] logger.c: -- Executing [s@custom-meetme3:1] ^[[1;36;40mAnswer^[[0;37;40m("^[[1;35;40mSIP/503-b79caad8^[[0;37;40m", "^[[1$
[Jul 16 17:28:36] VERBOSE[20102] logger.c: -- Executing [s@custom-meetme3:2] ^[[1;36;40mWait^[[0;37;40m("^[[1;35;40mSIP/503-b79caad8^[[0;37;40m", "^[[1;3$
[Jul 16 17:28:39] WARNING[20102] pbx.c: No application 'CBMysql' for extension (custom-meetme3, s, 3)
I guess my question is - how do I install cbmysql on trixbox 2.8
I see the module is loaded in /usr/lib/asterisk/modules/app_cbmysql.so, but when I try to run module load app_cbmysql.so it says the module cannot be loaded.
lltrixbox*CLI> module load app_cbmysql.so Unable to load module app_cbmysql.so Command 'module load app_cbmysql.so' failed. lltrixbox*CLI>
Any help would be great.
Additional Info:
This is a Trixbox Enterprise Appliance, I installed trixbox 2.8, it has a Sangoma a101de card, connected to a 16 Channel PRI.
Everything else works great, just starting to tweak little things here and there, and this was one of the problems I came across.
Thanks!
Will

Member Since:
2009-07-16