restcomm HLR and MSC configuration issue - restcomm

Could you please help me to configure the ss7 stack for HLR and MSC
we are using Restcomm-smsc-7.1.71
How to distinguish HLR associations and MSC associations in order to send separately SRI to HLR and forward-sm to MSC ?
How should i configure the ss7 stack so we can have the result described in the attached sequence diagram ?
Thanks in advance.

Related

ActiveMQ integration with Oracle Service bus(OSB) 12c

we are trying to do the assessment around ActiveMQ to use in OSB 12c as JMS based integration. I did follow few blogs like https://bizzperform.com/blog/?p=686 but this is not helping and generating error like below.
did anyone came across this scenario and did implemented same .. kinldy advise.
<Failed to check whether connection factory LocalConnectionFactory supports XA. Will assume it does not: javax.naming.NoInitialContextException: Cannot instantiate class: org.apache.activemq.jndi.ActiveMQInitialContextFactory [Root exception is java.lang.ClassNotFoundException:
Active MQ client jar is missing from domain class path, you need to download it and add to PRE_CLASSPATH
Thanks, I finally got it working.
two quick changes and that worked
added the jar file in setDomainEnv.cmd like this
set PRE_CLASSPATH=%DOMAIN_HOME%\lib\activemq-all-5.16.3.jar;%PRE_CLASSPATH%
or you can put the complete URL of domain home.
while configuring the JMS on OSB, its always tricky to set the JNDI and I had to use both like below
jms://localhost:7001//
this helped and established a connection.

AWS EKS node group migration stopped sending logs to Kibana

I encounter a problem while using EKS with fluent bit and I will be grateful for the community help, first I'll describe the cluster.
We are running EKS cluster in a VPC that had an unmanaged node group.
The EKS cluster network configuration is marked as "public and private" and
using fluent-bit with Elasticsearch service we show logs in Kibana.
We've decided that we want to move to managed node group in that cluster and therefore migrated from the unmanaged node group to a managed node group successfully.
Since our migration we cannot see any logs in Kibana, when getting the logs manually from the fluent bit pods there are no errors.
I toggled debug level logs for fluent bit to get better look at it.
I can see that fluent-bit gathers all the log files and then I saw that we get messages:
[debug] [out_es] HTTP Status=403 URI=/_bulk
[debug] [retry] re-using retry for task_id=63 attemps=3
[debug] [sched] retry=0x7ff56260a8e8 63 in 321 seconds
Furthermore, we have managed node group in other EKS clusters but we did not migrate to them they were created with managed node group.
The created managed node group were created from the same template we have from working managed node group with the only difference is the compute power.
The template has nothing special in it except auto scale.
I compared between the node group IAM role of working node group logs and my non working node group and the Roles seems to be the same.
As far for my fluent bit configuration I have the same configuration in few EKS clusters and it works so I don't think that the root cause but if anyone thinks something else I can add it if requested.
Someone had that kind of problem? why node group migration could cause such issue?
Thanks in advance!
Lesson learned, always look at the access policy of the resource you are having issue with, maybe it does not match your node group role

"Could not find service em to bind to em-consumer" in SAP Cloud Foundry

Now I am learning Cloud Foundry and I have followed the tutorial for Cloud Foundry Application, but at the end of the procedure I got
Could not find service em to bind to em-consumer
error when cf push in cmd prompt.
Can anybody help me to resolve this? Thanks in advance.
Notice that on here em service is mentioned as a prerequisite which should have been created in a previous video.
If I'm not mistaken, I suppose this tutorial is the one which is mentioned, service instance creation is on the 9th minute.

Restcomm jDiameter: Event Charging Client

I'm new to Mobicents/Restcomm. We need to setup a basic DCCA client application which will receive REST request from clients and send CCR (Event Charging without reservation) to Billing server.
Where can I find some detailed instructions (preferably step by step guide) to start, install, configure, develop/customize and test?
Any help would be really appreciated.
Regards,
Arif
Did you try looking at the documentation at http://documentation.telestax.com/core/diameter/Diameter_User_Guide.html and some of the examples in the project itself https://github.com/RestComm/jdiameter/tree/master/examples ?
You can also look at examples from SIP Servlets using jDiameter https://github.com/RestComm/sip-servlets/tree/master/sip-servlets-examples/diameter-event-charging

Adding custom operations to Admin console in jboss 7.1.1

I want to expose custom operations using jboss console. Like in jboss 4.2, we were using xmbeans to create our own interface & then invoke operations.
I found sample (https://docs.jboss.org/author/display/AS7/Example+subsystem) related to creating custom subsystem but that can be accessed using CLI only.However If its possible to expose the same set of operations and attributes in the web (admin) console?
If not, is there any plan for it?
Thanks for your help.
Best Regards,
Divya Garg