[Home]

Summary:ASTERISK-21142: Page app can't find ConfBridge
Reporter:David Cunningham (dcunningham)Labels:
Date Opened:2013-02-20 06:00:27.000-0600Date Closed:2013-02-20 20:45:06.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_page
Versions:11.2.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS 6.3 x86_64Attachments:
Description:The Page app gives an error that it can't find ConfBridge, however Asterisk reports that the ConfBridge module is loaded (which it should be, as it was compiled in).
Please let us know what further information you need. Thanks.

From Asterisk console (a few characters are junk control characters):
{noformat}
hostname*CLI> <SIP/product-local-000253ea>AGI Rx << EXEC Page "Local/1@product-call-exten/n&Local/2@product-call-exten/n&Local/3@product-call-exten/n&Local/4@product-call-exten/n&Local/5@product-call-exten/n,i,60"
hostname*CLI>     -- AGI Script Executing Application: (Page) Options: (Local/1@product-call-exten/n&Local/2@product-call-exten/n&Local/3@product-call-exten/n&Local/4@product-call-exten/n&Local/5@product-call-exten/n,i,60)
hostname*CLI> [Feb 20 02:11:38] [1;31mWARNING[0m[24589][C-0000d95c]: [1;37mapp_page.c[0m:[1;37m198[0m [1;37mpage_exec[0m: There is no ConfBridge application available!
{noformat}

{noformat}
hostname*CLI> module show like confbridge
Module                         Description                              Use Count
app_confbridge.so              Conference Bridge Application            0        
1 modules loaded
{noformat}
Comments:By: Rusty Newton (rnewton) 2013-02-20 09:35:01.771-0600

I'd like to see what Asterisk spits out when it loads app_confbridge.so. We'd also like to know whether the module is possibly loaded but not running.

Apply the patch from ASTERISK-21108 , and then setup your full log for at least VERBOSE and DEBUG ( https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information )

Then run "logger rotate" at the CLI, and "core restart now".  For kicks, then reconnect to the Asterisk console and run "module unload app_confbridge.so" and "module load confbridge.so"


Then attach the full log as a file to this issue. (More Actions > Attach Files)

By: Rusty Newton (rnewton) 2013-02-20 10:19:05.177-0600

I forgot that the patch I mentioned above is for trunk. If it doesn't apply, you may have to temporarily test with trunk to get the needed output.

Remember to grab debug from the log files and not from the console to avoid getting those control characters from your terminal.

By: David Cunningham (dcunningham) 2013-02-20 18:52:25.748-0600

Hi Rusty,
We found that the module was indeed not loaded, and when we tried loading it it gave an error that it couldn't find confbridge.conf.
Do you happen to know if the sample configuration is adequate for use by the Page application?

By: Joshua C. Colp (jcolp) 2013-02-20 19:05:14.965-0600

It is!

By: David Cunningham (dcunningham) 2013-02-20 19:22:22.520-0600

Excellent, thank you. We will ask the customer to confirm Page now works.

By: David Cunningham (dcunningham) 2013-02-20 19:49:59.450-0600

This is now working, thanks for your help.