简体   繁体   English

模拟星号中的SIP电话

[英]Simulate SIP phone in asterisk

I've installed GoAutoDial Call Center Software. 我已经安装了GoAutoDial呼叫中心软件。 Due to our ancient phone equipment - until we upgrade it - I'm trying to use it only as a call management software for outbound campaigns. 由于我们的电话设备比较古老-在升级之前-我试图将其仅用作呼出活动的呼叫管理软件。 So I can present the phone number to agent , etc. without actually dialing it. 因此,我可以将电话号码提供给座席等,而无需实际拨打它。 agent will still do that by hand. 代理仍会手动执行此操作。

The problem is that agent disconnects in approx. 问题是代理程序大约会断开连接。 20 seconds (no sip phone present). 20秒(不存在SIP电话)。 I've tracked down this to asterisk. 我已经找到了星号。

From the asterisk log : 从星号日志:

NOTICE[15426] channel.c : Unable to request channel SIP/8001

Is there a way to simulate a dummy sip phone , so it doesn't throw the client out ? 有没有一种方法可以模拟虚拟的sip电话,因此不会将客户端丢弃? Or are there any obscure settings to prevent this (otherwise desirable) behavior ? 还是有任何晦涩的设置来防止这种(否则是理想的)行为? I was looking at /etc/conf/asterisk/sip.conf 我在看/etc/conf/asterisk/sip.conf

You can use local channel to do call via dialplan. 您可以使用本地频道通过Dialplan拨打电话。 After that you can call client, if fail wait, call again etc. As needed 之后,您可以致电客户端,如果失败等待,请再次致电等。

exten => s,1,dial(Local/exten@context/n,,)

You have setup nat correctly so your agents always online and setup at agents phone re-registration inteval to 20 sec or less. 您已经正确设置了nat,因此您的座席始终在线,并且将座席电话重新注​​册间隔设置为20秒或更短。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM