Displaying 4 results from an estimated 4 matches for "ast_func_write".
2008 Sep 23
0
ast_func_write: Function not registered
...('${ARG1}','${ARG2}','${ARG3}','${ARG4}')
prefix=M
and set it in dialplan :
exten => _0X.,n,Set(
M_R(${MIXMONITOR_FILENAME}\,${CUSER}\,${EXTEN}\,${DTIME})= )
i tried to add preload => func_odbc.so to load before extentions.conf
but when i excute it still have ast_func_write: M_R Function not registered:
Executing [0343434 at admin:6] Set("IAX2/555-10991", "
M_R(/records/23-09-08-02-22_555_0343434.gsm,555,0343434,23-09-08-02-22)= ")
in new stack
[Sep 23 02:22:14] ERROR[3261]: pbx.c:1564 astr _func_write: Function M_R
not registered
any suggestio...
2013 May 18
1
Asterisk 1.8-cert and AGC
...normal".
Regarding to the documentation, AGC should be available since * 1.6 -
but every time I want to set it, the CLI tells me:
-- Executing [0160xxxxxxx at intern:2] Set("SIP/intern-xxx-000000d2",
"AGC(rx)=8000") in new stack
[May 18 16:58:32] ERROR[23958]: pbx.c:3767 ast_func_write: Function AGC
not registered
What am I doing wrong? I pasted the example from the documentation into
my dial plan, but this error message keeps occuring :-(
Do I have to explicitly enable it for compiling? If yes - where could I
find it in 'make menuconfig'?
Thank you very much!
Max
2014 Aug 21
1
DPMA: No provider found for label CustomPresence
Asterisk 12.5.0
DPMA 12.0_2.0.0
Ubuntu 12.04 64 bit
WARNING[5797]: presencestate.c:147 ast_presence_state_helper: No
provider found for label CustomPresence
ERROR[5797]: pbx.c:4375 ast_func_write: Function PRESENCE_STATE not
registered
I only see these when DPMA is enabled. Any ideas what causes this or
how to correct it?
--
Mitch
2010 Jul 01
3
Remote Party ID issue
Hi,
i have the same problem. Trying to use the dialplan function CONNECTEDLINE() this way
Set(CONNECTEDLINE(name)=${SIPPEER(${EXTEN},callerid_name)})
Set(CONNECTEDLINE(num)=${EXTEN})
ends with
[Jul 1 16:30:50] ERROR[3954]: pbx.c:2902 ast_func_write: Function CONNECTEDLINE not registered
Same happens trying function CALLEDID.
I am using Asterisk 1.6.1.20.
What do i have to do to use this function or alternatively the function CALLEDID() described in bug 8824?
Thanks in advance for help.
Ondrej Valousek wrote:
> Hello,
>
>...