微信搜索superit|邀请体验:大数据, 数据管理、OLAP分析与可视化平台 | 赞助作者:赞助作者

 分类:未分类

c#一些配置

builder.Services.AddControllersWithViews().AddNewtonsoftJson(); #if !DEBUG //发布状态下把模板拿出来 builder.Services.AddMvc().AddRazorRuntimeCompilatio...

1周前 (04-28) 2℃ 0评论

freeswitch安装配置

https://www.opensourcelisting.com/how-to-install-freeswitch-on-ubuntu-22-04/#google_vignette 1.conf/vars.xml 修改external_rtp_ip 、external...

1周前 (04-27) 2℃ 0评论

nginx freeswitch配置

stream { log_format proxy '$proxy_protocol_addr $remote_addr [$time_local] ' '$protocol $status $bytes_sent $bytes_received ' ...

1周前 (04-27) 1℃ 0评论

oracle odbc安装过程

https://blog.csdn.net/m0_74139794/article/details/137729146 https://blog.itpub.net/29990276/viewspace-2650071/ https://www.oracle.com/techne...

1周前 (04-27) 1℃ 0评论

freeswitch db操作

local FreeSwitchDB = {} FreeSwitchDB.__index = FreeSwitchDB function FreeSwitchDB:new()     local instance = setmetatable({}, FreeSwitchDB)...

2个月前 (03-04) 2℃

docker安装后导致的网络问题及解决

在uat环境中某台机子上安装了docker后,发现公司的办公网络到这条uat的机子就ping不通了,测试环境的网络也ping不通uat了。 相关环境 本地ip:172.17..,windows系统 测试ip:172.17..,ubuntu16系统 uat的ip:10.3..、1...

2个月前 (02-28) 3℃

压测freeswitch–安装sipp

压测freeswitch–安装sipp
压测freeswitch–安装sipp   1.sipp下载 下载链接:https://sourceforge.net/projects/sipp/files/ 此处我们下载sipp3.3为例 2.linux系统下编译sipp 安装sipp 可以四...

2个月前 (02-28) 2℃

freeswitch挂断原因处理

因为在挂断的时候,会有一个特殊的env对象产生,所以: diaplan添加: <action application=”set” data=”api_hangup_hook=lua hook-test.lua”/> ...

2个月前 (02-25) 2℃

cursor生成的一个页面

<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=de...

3个月前 (02-16) 2℃

deepseek生成的一个页面

deepseek生成的一个页面   <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" c...

3个月前 (02-12) 3℃

.Net Core appsettings.json详解 (多环境配置)

.Net Core appsettings.json详解 (多环境配置)
前言 在实际开发中一般分为开发环境与生产环境,不同环境下部分配置会有所不同,例如数据库连接字符串等。.Net Core 框架中提供了三个值,Development(开发), Staging(分阶段), Production(生产环境),可以根据这三个值配置不同环境。 创建a...

3个月前 (01-22) 2℃

freeswitch编译安装

  https://blog.csdn.net/shizidushu/article/details/141127680 https://blog.csdn.net/lxcw_sir/article/details/136905959 https://www.open...

4个月前 (01-13) 5℃

密码保护:fss

    <include> <extension name="welcome_ivr2910"> <condition field="destination_number" expression="^2910$">...

4个月前 (12-31) 53℃

freeswitch编码协商过程

https://zhuanlan.zhihu.com/p/494943681     根据以上实验我们得出以下结论 1) 当主叫与被叫支持相同的2个及以上编码方式时,以主叫可支持方式的优先级与fs进行交集,选择主叫最优先的编码方式且fs支持的为最后的编码方式。...

5个月前 (12-20) 4℃

opensips2.4.9安装的依赖问题

    libmysqlclient20:     libcurl: https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/curl/7.81.0-1/curl_7.81.0....

5个月前 (11-29) 6℃

wsl使用

  wsl -d ubuntu -u root passwd root 修改 /etc/apt/source.list: mirrors.aliyun.com apt update   wsl –set-default-version 2 &nbs...

5个月前 (11-29) 8℃

freeswitch端口防火墙开启

freeswitch端口防火墙开启
  如果使用NAT,请注意打开一下端口,比如RTP的端口,如果不打开,将会导致freeswitch的playback异常,听不到提示音。都是亲身经历的。。。修改rtprtp端口范围 conf/autoload_configs/switch.conf.xml <pa...

5个月前 (11-29) 7℃

Nlog的使用

  NLOG NLOG.EXTENTIOSNS.LOGGING .net framework用1.0.2 .net core 查文档 创建nlog.config, 属性->始终复制   <?xml version="1.0" encoding="u...

5个月前 (11-28) 5℃

OpenSIPS + FreeSWITCH 高可用实现方案

https://opensips.org/html/docs/modules/3.4.x/ 官网模块说明   https://www.jianshu.com/p/a768359a81b5 OpenSIPS + FreeSWITCH 高可用实现方案 转载请注明:Super...

5个月前 (11-26) 7℃