Failure error for instant messages

Hello,

I receive the following error when I try instant messages with Jitsi softphones.

[Feb 8 14:21:31] ERROR[962][C-00000006]: pbx_functions.c:608 ast_func_read: Function CUT not registered
– Executing [1000@astsms:5] Set(“Message/ast_msg_queue”, “ACTUALTO=”) in new stack
[Feb 8 14:21:31] WARNING[962][C-00000006]: pbx.c:2906 pbx_extension_helper: No application ‘ExecIf’ for extension (astsms, 1000, 6)
== Spawn extension (astsms, 1000, 6) exited non-zero on ‘Message/ast_msg_queue’

[1000]
type=endpoint
context=internal
message_context=astsms
max_audio_streams=1
max_video_streams=1
disallow=all
allow=ulaw
allow=h263p
allow=h264
allow=vp8
transport=transport-udp
auth=1000
aors=1000

[1000]
type=auth
auth_type=userpass
password=1000
username=1000
[1000]
type=aor
max_contacts=2

[1002]
type=endpoint
context=internal
message_context=astsms
max_audio_streams=1
max_video_streams=1
disallow=all
allow=ulaw
allow=h263p
allow=h264
allow=vp8
transport=transport-udp
auth=1002
aors=1002

[1002]
type=auth
auth_type=userpass
password=1002
username=1002
[1002]
type=aor
max_contacts=2

maybe this is not a message isssue.

  • Function CUT not registered
  • No application ‘ExecIf’

first, check your asterisk modules! ( /usr/lib64/asterisk/modules in CentOS 6)
[ func_cut.so + app_exec.so ]

1 Like

Hello,

Indeed, you are right. I forgot that I loaded the module.
Than you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.