Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Restcomm OpenIMS-作为集成的Mobicents_Restcomm_Mobicents_Ims - Fatal编程技术网

Restcomm OpenIMS-作为集成的Mobicents

Restcomm OpenIMS-作为集成的Mobicents,restcomm,mobicents,ims,Restcomm,Mobicents,Ims,我是使用Mobicents AS的新手,希望将Mobicents AS与OpenIMScore集成。有人能给我介绍一下链接或指导我吗 以下是我在VM中运行的配置详细信息: 10.0.0.9 hss.net1.test 10.0.0.10 pcscf.net1.test 10.0.0.11 icscf.net1.test 10.0.0.12 scscf.net1.test 我可以在OpenIMS中使用进行语音/视频通话。 有人能带我到这里吗 问候,, -kranti认证后,S-

我是使用Mobicents AS的新手,希望将Mobicents AS与OpenIMScore集成。有人能给我介绍一下链接或指导我吗

以下是我在VM中运行的配置详细信息:

10.0.0.9    hss.net1.test
10.0.0.10   pcscf.net1.test
10.0.0.11   icscf.net1.test
10.0.0.12   scscf.net1.test
我可以在OpenIMS中使用进行语音/视频通话。 有人能带我到这里吗

问候,,
-kranti

认证后,S-CSCF应向HSS发送SAR。在响应中,应该有一个Cx用户数据AVP,其中包含一个XML文档,其中包含订阅者的IMS数据。作为起点,您可以提供一个没有触发点的InitialFilterCriteria和一个处理所有SIP方法的默认应用程序服务器

下面是我测试床上的一个简单工作示例:

<?xml version="1.0" encoding="UTF-8"?>
<IMSSubscription>
  <PrivateID>ronmcleod@provider1.test</PrivateID>
  <ServiceProfile>
    <PublicIdentity>
      <BarringIndication>0</BarringIndication>
      <Identity>sip:ronmcleod@provider1.test</Identity>
    </PublicIdentity>
    <InitialFilterCriteria>
      <Priority>0</Priority>
      <ApplicationServer>
        <ServerName>sip:defaultapp@tas.core.ims1.test</ServerName>
        <DefaultHandling>0</DefaultHandling>
      </ApplicationServer>
    </InitialFilterCriteria>
  </ServiceProfile>
</IMSSubscription>

ronmcleod@provider1.test
0
抿:ronmcleod@provider1.test
0
抿:defaultapp@tas.core.ims1.test
0

认证后,S-CSCF应向HSS发送SAR。在响应中,应该有一个Cx用户数据AVP,其中包含一个XML文档,其中包含订阅者的IMS数据。作为起点,您可以提供一个没有触发点的InitialFilterCriteria和一个处理所有SIP方法的默认应用程序服务器

下面是我测试床上的一个简单工作示例:

<?xml version="1.0" encoding="UTF-8"?>
<IMSSubscription>
  <PrivateID>ronmcleod@provider1.test</PrivateID>
  <ServiceProfile>
    <PublicIdentity>
      <BarringIndication>0</BarringIndication>
      <Identity>sip:ronmcleod@provider1.test</Identity>
    </PublicIdentity>
    <InitialFilterCriteria>
      <Priority>0</Priority>
      <ApplicationServer>
        <ServerName>sip:defaultapp@tas.core.ims1.test</ServerName>
        <DefaultHandling>0</DefaultHandling>
      </ApplicationServer>
    </InitialFilterCriteria>
  </ServiceProfile>
</IMSSubscription>

ronmcleod@provider1.test
0
抿:ronmcleod@provider1.test
0
抿:defaultapp@tas.core.ims1.test
0

请提供任何与OpenIMS集成的用户指南/Weblink或分步程序。这对我很有帮助。请提供任何与OpenIMS集成的用户指南/网络链接或分步过程。这对我会有帮助的。