我试图将pjsip_event封装到C#中,结构的顶层似乎是正确的,但子部分似乎直接显示在未知的内存中。
试图包装的结构:
struct pjsip_event
{
/** This is necessary so that we can put events as a list. */
PJ_DECL_LIST_MEMBER(struct pjsip_event);
/** The event type, can be any value of \b pjsip_event_id_e.
*/
pjsip_event_id_e type; //ENUM
/**
* The event
我已经完全按照这个链接中给出的所有步骤进行了操作,但最终得到了以下错误:
Error 1 Metadata file 'C:\Users\user\Documents\PJSIP\pjsip-apps\src\pjsua\wp\lib\PjsuaWP.BackEnd.winmd' could not be found C:\Users\user\Documents\PJSIP\pjsip-apps\src\pjsua\wp\pjsua_wp\CSC pjsua_wp
Error 2 error C1083: Cannot open include file:
我从online.It下载的pjsip源代码是在没有任何error.But的情况下运行的,我集成了openssl lib和包含文件到pjsip > ipjsua xcode project.After编译的xcode项目中,我得到的库找不到错误和警告如下,
ld: warning: directory not found for option '-L"/Users/aahlaad/Desktop/swyxpjsip/iospj2/pjproject-2.2.1/pjsip-apps/src/pjsua/ios/../../../../pjlib/lib"'
我正在尝试将PJSIP添加到一个android项目中并进行测试。
我跟踪了
--我在运行项目时遇到了以下错误
E/art: No implementation found for void org.pjsip.pjsua2.pjsua2JNI.swig_module_init() (tried Java_org_pjsip_pjsua2_pjsua2JNI_swig_1module_1init and Java_org_pjsip_pjsua2_pjsua2JNI_swig_1module_1init__)
D/AndroidRuntime: Shutting down VM
E/Androi
我想使用ubuntu13.10中的pjsip库,并尝试了pjsip.org的入门页面中给出的步骤
我尝试使用以下命令序列构建pjsip lib,还编辑了config_site.h,使其包含#define PJMEDIA_HAS_VIDEO行。在运行这些命令之前,我还安装了video4linux2和ffmpeg
cd pjproject
./configure
make dep
make
在我运行最后一个命令后,我得到了以下错误:
make[2]: Entering directory `/home/vk/pjproject/pjsip/build'
make[2]: `../lib/l
我正在尝试升级Debian (8.7)上的星号11到14,当我进行安装时,我得到了以下错误。
错误如下
res_pjsip_transport_management.c: In function ‘monitored_transport_state_callback’:
res_pjsip_transport_management.c:190:8: error: ‘PJSIP_TP_STATE_SHUTDOWN’ undeclared (first use in this function)
case PJSIP_TP_STATE_SHUTDOWN:
^
res_pjsi
在overrided void onIncomingCall中,我打开一个新的后台线程,其中显示了一个new (Popup) Form。我尝试在此表单中接听或拒绝呼叫,但随后收到一个System.AccessViolationException.,似乎当前的呼叫对象已被锁定,无法从另一个表单访问。如果我在onIncomingCall空中使用currentcall.answer(prm),那么调用就成功建立了(不需要另一个窗体和线程)。
public class myaccount : Account
{
public override void onIncomingCall(OnInc
目前,我正在为星号配置交互式拨号计划,因为我已经知道一些LUA,所以我认为走这条路线会更容易。
我有一个像这样的开始延期:
["h"] = function(c,e)
app.verbose("Hung Up")
end;
["s"] = function(c, e)
local d = 0
while d == 0 do
say:hello()
app.read("read_result", nil, 1)
d = channel["read_resul
我在构建pjsip时遇到了以下错误,如本中所提到的
mypc-Mac-mini:android root# /Users/mypc/Documents/FMC/android-ndk-r9b/ndk-build
Android NDK: WARNING: APP_PLATFORM android-16 is larger than android:minSdkVersion 15 in ./AndroidManifest.xml
Android NDK: WARNING:jni/Android.mk:pjsua: non-system libraries in linker f
我尝试在我的react原生项目中安装模块PJSIP。 网址:https://www.npmjs.com/package/react-native-pjsip 但是我的误差越来越小了。 > react-native-pjsip@2.8.0 postinstall /Users/saty/react-native-pjsip
> bash libs.sh
npm WARN react-native-linear-gradient@2.5.6 requires a peer of react-native@>=0.55 but none is installed. You mu
FreePBX 16.0.10.34或直接星号11/16/18.6.0相同,所有带有SIP的手机都出现了奇怪的音频问题,即声音音量不断变化,金属声音以另一种方式发生变化。
Audio Codec: G711 or G729
Dial echo test > record pcap
Wireshark > Voip > show call graph and get out of sequence notation
...........Receive......... ......
我在运行在debian服务器3.4.112上的星号程序(VoIP)上找到了下面的日志行,用于arm
[2016-12-25 01:58:52] NOTICE[12054] res_pjsip/pjsip_distributor.c:
Request 'INVITE' from '"800" <sip:800@46.12.48.90>' failed for
'185.40.4.182:5074' (callid: b4d0d997a0a7d532f0f413fb4973271b) - No
matching en
我尝试创建多个sip帐户,这些帐户应该与不同的服务器一起工作,但只与一个服务器同时工作,当其中一个服务器可用时。我可以很容易地创建具有不同IP和SIP号码的帐户,并且它工作正常。但在这种情况下,我创建了一个具有不同服务器SIP的帐号,但相同的SIP帐户pjsip崩溃,并显示以下错误:
A/DEBUG(200): Abort message: '../src/pj/os_core_unix.c:692: pj_thread_this: assertion "!"Calling pjlib from unknown/external thread. You must