简体   繁体   English

OpenIMS-Mobicents AS集成

[英]OpenIMS - Mobicents AS integration

I am newbie to use Mobicents AS and would like to integrate mobicents AS with OpenIMScore. 我是使用Mobicents AS的新手,并且希望将Mobicents AS与OpenIMScore集成。 Could any one referred me link or guide me here 谁能推荐我链接或在这里引导我

Below are my configuration details and running in VM: 以下是我的配置详细信息并在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

I am able to make a Voice/Video call with in the OpenIMS. 我可以在OpenIMS中进行语音/视频通话。 Can any one guide me here please. 谁能指导我在这里。

Regards, -kranti 问候,-kranti

After authentication, the S-CSCF should send a SAR to the HSS. 认证后,S-CSCF应将SAR发送到HSS。 In the response, there should be a Cx-User-Data AVP which contains a XML document with the IMS data for the subscriber. 在响应中,应该有一个Cx-User-Data AVP,其中包含带有订户的IMS数据的XML文档。 As a starting point, you could provision a single InitialFilterCriteria with no TriggerPoints, and a default ApplicationServer which will handle all SIP methods. 作为起点,您可以提供一个没有TriggerPoints的单个InitialFilterCriteria,以及一个将处理所有SIP方法的默认ApplicationServer。

Here's a simple working example from my test bed: 这是我测试床上的一个简单的工作示例:

<?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>

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

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