我需要从我的应用程序调用内部使用ESL,使用nodejs 'modesl‘模块
ESL api调用响应NORMAL_CLEARING为什么?
origination_uuid=e0911776-e4bf-11eb-862f-d3d81f5727e2,hangup_after_bridge=true}sofia/internal/1000@domain {ignore_early_media=true,origination_uuid=e0911776-e4bf-11eb-862f-d3d81f5727e2,message,hangup_after_bridge=true}sofia/internal/1000@domain&ignore_early_media=true( originate_timeout=60 )
响应
headers: [
{ name: 'Content-Type', value: 'api/response' },
{ name: 'Content-Length', value: 21 }
],
hPtr: null,
type: undefined,
subclass: undefined,
body: '-ERR NORMAL_CLEARING\n'
}```发布于 2021-07-15 08:03:22
根据API调用的内容,外发调用在播放结束后会自动挂起。
https://stackoverflow.com/questions/68381897
复制相似问题