Call Drop on eavesdrop usage.

Status
Not open for further replies.

Amit Iyer

Member
Feb 6, 2018
56
11
8
29
Hello,

I am receiving call drop as soon as i connect to an extension to listen / barge or Whisper.
Currently i am using it like this, i am dialing *33(extension number) and i enter the pin with # as soon as i do that my call gets disconnected.

Code:
2018-07-10 17:49:58.598114 [NOTICE] mod_dptools.c:1312 Channel [sofia/internal/999@eng2pbx.primetcm.com] has been answered
2018-07-10 17:49:58.598114 [DEBUG] switch_channel.c:3773 (sofia/internal/999@eng2pbx.primetcm.com) Callstate Change EARLY -> ACTIVE
2018-07-10 17:49:58.598114 [DEBUG] sofia.c:7084 Channel sofia/internal/999@eng2pbx.primetcm.com entering state [completed][200]
EXECUTE sofia/internal/999@eng2pbx.primetcm.com lua(eavesdrop.lua 998)
2018-07-10 17:49:58.598114 [DEBUG] freeswitch_lua.cpp:365 DBH handle 0x7fb754061550 Connected.
2018-07-10 17:49:58.598114 [DEBUG] freeswitch_lua.cpp:382 DBH handle 0x7fb754061550 released.
2018-07-10 17:49:58.598114 [DEBUG] switch_cpp.cpp:1112 sofia/internal/999@eng2pbx.primetcm.com destroy/unlink session from object
2018-07-10 17:49:58.598114 [NOTICE] switch_core_state_machine.c:385 sofia/internal/999@eng2pbx.primetcm.com has executed the last dialplan instruction, hanging up.
2018-07-10 17:49:58.598114 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/internal/999@eng2pbx.primetcm.com [CS_EXECUTE] [NORMAL_CLEARING]
 

char1

New Member
Dec 27, 2017
18
1
3
44
Core.db should be in the directory set in menu advanced, default settings, db.
 

jeetz

Member
Oct 15, 2019
73
0
6
40
@char1 is it here that i need to keep /dev/shm

basically iam looking a session that is kept alive (may be MOH), and as the callee gets a call then eavedrop on the call, and repeat the process, till the agent (using eavesdrop) drop hangup the call, my eavesdrop work, but disconnects when no one is on call
 

Attachments

  • DB.png
    DB.png
    23.1 KB · Views: 21
Status
Not open for further replies.