[Home]

Summary:ASTERISK-06285: Error if pbx_functions.so is not loaded
Reporter:Andrey S Pankov (casper)Labels:
Date Opened:2006-02-10 07:56:14.000-0600Date Closed:2008-01-15 16:39:04.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If pbx_functions.so module is not loaded there are
"ERROR[xxxx] pbx.c: Function CDR not registered"
messages in the log for every(???) call.
Comments:By: Russell Bryant (russell) 2006-02-10 11:58:56.000-0600

I'm guessing this is in conjunction with the use of the manager originate action, or originating calls with spool files, while also setting the accountcode.  Is this correct?

By: Russell Bryant (russell) 2006-02-11 12:32:51.000-0600

This should be fixed in both the 1.2 branch and trunk.  Please re-open if you are still having problems.  Thanks!

By: Digium Subversion (svnbot) 2008-01-15 16:38:59.000-0600

Repository: asterisk
Revision: 9581

U   branches/1.2/channel.c
U   branches/1.2/include/asterisk/channel.h
U   branches/1.2/include/asterisk/manager.h
U   branches/1.2/include/asterisk/pbx.h
U   branches/1.2/manager.c
U   branches/1.2/pbx/pbx_spool.c
U   branches/1.2/pbx.c

------------------------------------------------------------------------
r9581 | russell | 2008-01-15 16:38:58 -0600 (Tue, 15 Jan 2008) | 2 lines

now that CDR is a loadable module, don't depend on it elsewhere (issue ASTERISK-6285)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9581

By: Digium Subversion (svnbot) 2008-01-15 16:39:00.000-0600

Repository: asterisk
Revision: 9582

_U  trunk/
U   trunk/channel.c
U   trunk/include/asterisk/channel.h
U   trunk/include/asterisk/manager.h
U   trunk/include/asterisk/pbx.h
U   trunk/manager.c
U   trunk/pbx/pbx_spool.c
U   trunk/pbx.c
U   trunk/res/res_clioriginate.c

------------------------------------------------------------------------
r9582 | russell | 2008-01-15 16:38:59 -0600 (Tue, 15 Jan 2008) | 10 lines

Merged revisions 9581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9581 | russell | 2006-02-11 13:15:00 -0500 (Sat, 11 Feb 2006) | 2 lines

now that CDR is a loadable module, don't depend on it elsewhere (issue ASTERISK-6285)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9582

By: Digium Subversion (svnbot) 2008-01-15 16:39:04.000-0600

Repository: asterisk
Revision: 9587

_U  team/tilghman/res_odbc_rewrite/
U   team/tilghman/res_odbc_rewrite/UPGRADE.txt
U   team/tilghman/res_odbc_rewrite/apps/Makefile
UU  team/tilghman/res_odbc_rewrite/apps/app_morsecode.c
U   team/tilghman/res_odbc_rewrite/apps/app_osplookup.c
UU  team/tilghman/res_odbc_rewrite/apps/app_setcallerid.c
_U  team/tilghman/res_odbc_rewrite/build_tools/make_svn_branch_name
U   team/tilghman/res_odbc_rewrite/cdr/Makefile
U   team/tilghman/res_odbc_rewrite/cdr.c
U   team/tilghman/res_odbc_rewrite/channel.c
U   team/tilghman/res_odbc_rewrite/channels/Makefile
D   team/tilghman/res_odbc_rewrite/channels/adtranvofr.h
U   team/tilghman/res_odbc_rewrite/channels/chan_iax2.c
D   team/tilghman/res_odbc_rewrite/channels/chan_oss_old.c
U   team/tilghman/res_odbc_rewrite/channels/chan_sip.c
_U  team/tilghman/res_odbc_rewrite/channels/misdn/
_U  team/tilghman/res_odbc_rewrite/channels/misdn/fac.c
_U  team/tilghman/res_odbc_rewrite/channels/misdn/fac.h
U   team/tilghman/res_odbc_rewrite/codecs/Makefile
U   team/tilghman/res_odbc_rewrite/codecs/gsm/inc/private.h
_U  team/tilghman/res_odbc_rewrite/configs/func_odbc.conf.sample
_U  team/tilghman/res_odbc_rewrite/configs/smdi.conf.sample
_U  team/tilghman/res_odbc_rewrite/configs/udptl.conf.sample
_U  team/tilghman/res_odbc_rewrite/contrib/scripts/safe_asterisk_restart
U   team/tilghman/res_odbc_rewrite/dnsmgr.c
_U  team/tilghman/res_odbc_rewrite/doc/00README.1st
_U  team/tilghman/res_odbc_rewrite/doc/callingpres.txt
_U  team/tilghman/res_odbc_rewrite/doc/smdi.txt
U   team/tilghman/res_odbc_rewrite/formats/Makefile
UU  team/tilghman/res_odbc_rewrite/formats/format_h264.c
U   team/tilghman/res_odbc_rewrite/funcs/Makefile
UU  team/tilghman/res_odbc_rewrite/funcs/func_base64.c
U   team/tilghman/res_odbc_rewrite/funcs/func_callerid.c
U   team/tilghman/res_odbc_rewrite/funcs/func_cdr.c
U   team/tilghman/res_odbc_rewrite/funcs/func_cut.c
U   team/tilghman/res_odbc_rewrite/funcs/func_db.c
U   team/tilghman/res_odbc_rewrite/funcs/func_enum.c
U   team/tilghman/res_odbc_rewrite/funcs/func_env.c
U   team/tilghman/res_odbc_rewrite/funcs/func_groupcount.c
U   team/tilghman/res_odbc_rewrite/funcs/func_language.c
U   team/tilghman/res_odbc_rewrite/funcs/func_logic.c
U   team/tilghman/res_odbc_rewrite/funcs/func_math.c
U   team/tilghman/res_odbc_rewrite/funcs/func_md5.c
U   team/tilghman/res_odbc_rewrite/funcs/func_moh.c
UU  team/tilghman/res_odbc_rewrite/funcs/func_odbc.c
UU  team/tilghman/res_odbc_rewrite/funcs/func_rand.c
UU  team/tilghman/res_odbc_rewrite/funcs/func_sha1.c
U   team/tilghman/res_odbc_rewrite/funcs/func_strings.c
U   team/tilghman/res_odbc_rewrite/funcs/func_timeout.c
U   team/tilghman/res_odbc_rewrite/funcs/func_uri.c
D   team/tilghman/res_odbc_rewrite/funcs/pbx_functions.c
U   team/tilghman/res_odbc_rewrite/include/asterisk/channel.h
U   team/tilghman/res_odbc_rewrite/include/asterisk/manager.h
U   team/tilghman/res_odbc_rewrite/include/asterisk/pbx.h
_U  team/tilghman/res_odbc_rewrite/include/asterisk/sha1.h
_U  team/tilghman/res_odbc_rewrite/include/asterisk/smdi.h
_U  team/tilghman/res_odbc_rewrite/include/asterisk/stringfields.h
_U  team/tilghman/res_odbc_rewrite/include/asterisk/udptl.h
U   team/tilghman/res_odbc_rewrite/manager.c
U   team/tilghman/res_odbc_rewrite/pbx/Makefile
U   team/tilghman/res_odbc_rewrite/pbx/pbx_spool.c
U   team/tilghman/res_odbc_rewrite/pbx.c
U   team/tilghman/res_odbc_rewrite/res/Makefile
UU  team/tilghman/res_odbc_rewrite/res/res_clioriginate.c
UU  team/tilghman/res_odbc_rewrite/res/res_smdi.c
_U  team/tilghman/res_odbc_rewrite/sha1.c
UU  team/tilghman/res_odbc_rewrite/udptl.c

------------------------------------------------------------------------
r9587 | tilghman | 2008-01-15 16:39:04 -0600 (Tue, 15 Jan 2008) | 134 lines

Merged revisions 9468-9469,9471-9472,9490,9506-9508,9529,9548-9549,9551-9552,9564-9569,9582,9585 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r9468 | kpfleming | 2006-02-10 21:13:25 -0600 (Fri, 10 Feb 2006) | 2 lines

fix compiler warnings

................
r9469 | kpfleming | 2006-02-10 21:14:05 -0600 (Fri, 10 Feb 2006) | 2 lines

build function modules independently (no more pbx_functions.so)

................
r9471 | kpfleming | 2006-02-10 21:21:09 -0600 (Fri, 10 Feb 2006) | 2 lines

remove last vestiges of pbx_functions

................
r9472 | kpfleming | 2006-02-10 21:28:59 -0600 (Fri, 10 Feb 2006) | 2 lines

doh!

................
r9490 | kpfleming | 2006-02-10 22:02:50 -0600 (Fri, 10 Feb 2006) | 2 lines

ignore archives in this directory

................
r9506 | markster | 2006-02-11 01:05:49 -0600 (Sat, 11 Feb 2006) | 2 lines

Fix SMDI to not blow up asterisk when there's no config file.

................
r9507 | markster | 2006-02-11 01:06:23 -0600 (Sat, 11 Feb 2006) | 2 lines

Make IAX2 not try to authenticate when registration info is not changing

................
r9508 | markster | 2006-02-11 01:06:47 -0600 (Sat, 11 Feb 2006) | 2 lines

Add capability to retrieve list of channel types

................
r9529 | kpfleming | 2006-02-11 09:27:38 -0600 (Sat, 11 Feb 2006) | 16 lines

Merged revisions 9493,9528 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9493 | bweschke | 2006-02-11 00:29:34 -0600 (Sat, 11 Feb 2006) | 3 lines

kpfleming's fix from r9472 backported to 1.2


........
r9528 | kpfleming | 2006-02-11 09:22:55 -0600 (Sat, 11 Feb 2006) | 2 lines

clean up my mess from thread-starting change

........

................
r9548 | tilghman | 2006-02-11 10:13:03 -0600 (Sat, 11 Feb 2006) | 2 lines

Fix compile time warnings

................
r9549 | kpfleming | 2006-02-11 10:15:11 -0600 (Sat, 11 Feb 2006) | 2 lines

set standard properties on all non-binary files

................
r9551 | kpfleming | 2006-02-11 10:30:23 -0600 (Sat, 11 Feb 2006) | 2 lines

prepare to use auto-build rules in other Makefiles

................
r9552 | kpfleming | 2006-02-11 10:44:15 -0600 (Sat, 11 Feb 2006) | 2 lines

use auto-build for res modules too

................
r9564 | kpfleming | 2006-02-11 11:12:05 -0600 (Sat, 11 Feb 2006) | 2 lines

use auto-build for apps, simplify variable setting

................
r9565 | kpfleming | 2006-02-11 11:24:44 -0600 (Sat, 11 Feb 2006) | 2 lines

use auto-build for cdr modules

................
r9566 | kpfleming | 2006-02-11 11:41:36 -0600 (Sat, 11 Feb 2006) | 2 lines

use auto-build for codecs

................
r9567 | kpfleming | 2006-02-11 11:43:54 -0600 (Sat, 11 Feb 2006) | 2 lines

use auto-build for formats

................
r9568 | kpfleming | 2006-02-11 11:48:44 -0600 (Sat, 11 Feb 2006) | 3 lines

use auto-build for pbx modules
correct install variable for format modules

................
r9569 | kpfleming | 2006-02-11 11:58:21 -0600 (Sat, 11 Feb 2006) | 3 lines

remove unused header and channel module
use auto-build for channels

................
r9582 | russell | 2006-02-11 12:31:59 -0600 (Sat, 11 Feb 2006) | 10 lines

Merged revisions 9581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9581 | russell | 2006-02-11 13:15:00 -0500 (Sat, 11 Feb 2006) | 2 lines

now that CDR is a loadable module, don't depend on it elsewhere (issue ASTERISK-6285)

........

................
r9585 | russell | 2006-02-11 12:40:42 -0600 (Sat, 11 Feb 2006) | 2 lines

don't try to build a chan_misdn_config.so

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9587