|
@@ -2,12 +2,12 @@
|
|
|
# encoding:utf-8
|
|
|
from src.core.callcenter.esl.annotation import EslEventName
|
|
|
from src.core.callcenter.enumeration import DeviceType, AgentServiceState,AgentScene,WorkStatus
|
|
|
-from src.core.callcenter.esl.constant.event_names import CHANNEL_BRIDGE
|
|
|
+from src.core.callcenter.esl.constant.event_names import CHANNEL_ORIGINATE
|
|
|
from src.core.callcenter.esl.handler.esl_event_handler import EslEventHandler
|
|
|
import src.core.callcenter.esl.utils.esl_event_util as EslEventUtil
|
|
|
from src.core.callcenter.push import PushHandler
|
|
|
|
|
|
-@EslEventName(CHANNEL_BRIDGE)
|
|
|
+@EslEventName(CHANNEL_ORIGINATE)
|
|
|
class ChannelOriginateHandler(EslEventHandler):
|
|
|
|
|
|
def __init__(self, inbound_client, bot_agent):
|