问题标签 [freeswitch]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
691 浏览

xmpp - SIP -> XMPP 呼叫问题

我正在尝试在 SIP 和 XMPP 域之间建立网关。我有一个带有 FreeSWITCH(带有 dingaling 模块)和 OpenFire(FreeSWITCH 在 OF 中注册为组件)的环境。从 XMPP 到 SIP 的呼叫工作正常。从 SIP 到 XMPP 的呼叫会出现问题。主叫方 (SIP) 有铃声,被叫方 (XMPP) 在接听电话后有一个“正在连接...”消息。永远不会建立连接(语音通道)。

您是否有在 SIP 和 XMPP 用户之间进行呼叫的经验,并且知道为什么它不起作用?

在此先感谢, Maciek

0 投票
1 回答
912 浏览

django - 从视图中的 Django 套接字通信

我有一个应用程序,其中一个请求来自 Django 视图,并且需要通过 socekt 与 Freeswitch 通信。我希望已经打开套接字,因为我需要先进行身份验证等。并持有某种队列,所有视图都将使用该队列将请求推送到此套接字并获得结果。

我在哪里可以初始化这种套接字/队列?我应该使用像 Celery 和消息队列这样的东西来解决这个问题吗?

0 投票
4 回答
1111 浏览

voip - freeswitch mod_java 安装问题

我正在尝试在 ubuntu 上安装 mod_java。

  1. 我已经安装了最新的 java(1.6)。
  2. 我已经在 module.conf.xml 中配置了带有 mod_java 模块的 freeswitch

然后当我运行make文件时,它说:

freeswitch_java.h:5:17: 错误: jni.h: 没有这样的文件或目录

我搜索了 java 安装文件夹,但没有找到任何包含文件夹或 jni.h。

谁能帮忙,这里有什么问题。

感谢您阅读这个问题。

0 投票
0 回答
1318 浏览

freeswitch - Send SMS Freeswitch via web interface

I installed the freeswitch and bought a Khomp device to send SMS trought it! I'm able to send sms with the command line inside the freeswitch client(fs_cli). I enabled the XML-RPC module to send it via web, but I'm not able to start an application to send it via web.

Anybody had already heard about sending sms using the xml-rpc connecting to the freeswitch virtual machine and sending it?

Thanks for the help and sorry for my bad english.

0 投票
1 回答
1053 浏览

python - 我正在寻找 python 语言的 vxml (voicexml) 解析器

我正在寻找 python 语言的 vxml (voicexml) 解析器。需要使用解析后的 vxml 标签并与 freeswitch 交互来运行 IVR。任何人都可以帮助我使用任何类型的开源 vxml 解析器吗?

0 投票
2 回答
1397 浏览

voip - 问题:FreeSWITCH 不重新发送“拒绝”或“这里忙”

我有 2 个 UAC 连接到 FreeSWITCH。第 1 方呼叫第 2 方。第 2 方拒绝呼叫(使用“拒绝”或“此处忙”)。但是 FreeSWITCH 不会向第 1 方发送“拒绝”。相反,它会发送带有 SDP 的 OK,这实际上是发起呼叫。

如何解决?

FreeSWITCH 到第 2 方:

然后 FreeSWITCH 到派对 1:

0 投票
1 回答
1008 浏览

publish - FreeSWITCH 回复 404 到 PUBLISH

我正在使用 QuteCom SIP 客户端连接到 FreeSWITCH。客户成功注册后,我通过将状态更改为 BUSY 来发布我的状态。但 FreeSWITCH 回复“404 Not Found”。

发布中的存在信息完全符合RFC4480

我应该配置什么才能使 PUBLISH 工作?

0 投票
1 回答
248 浏览

command - FreeSwitch 无效的会议命令

用户拨号: - 如果会议号码无效,我希望能够从我的 python 脚本执行命令。

用户输入无效。

我可以执行命令将用户踢出会议。命令是“踢”。

我不想将用户踢出去,因为播放的音频会误导用户。

谢谢你

0 投票
1 回答
1158 浏览

voip - FreeSwitch 中的 H323 配置

我想在 FreeSwitch 中安装 mod_h323。我已经安装了以下软件包。ptlib-2.8.2 h323plus-20100525

然后我也在 freeswitch 源目录中执行了以下命令。

制作 mod_h323-clean 制作 mod_h323 制作 mod_h323-install

我已经成功执行了上述所有操作。然后我启动了freeswitch。我已经检查了 mod_h323 模块,但它没有安装。

请帮我..

0 投票
1 回答
899 浏览

sugarcrm - Is there a module for Freeswitch integration with SugarCRM?

I've found a whole bunch of Asterisk modules on SugarForge, but nothing for Freeswitch