Questions tagged [ims]

The IP Multimedia Subsystem or IP Multimedia Core Network Subsystem (IMS) is an architectural framework for delivering IP multimedia services. For IBM Mainframe related IMS questions use either the [ims-db] or [ims-tm] tags.

61 questions
1
vote
1 answer

Boghe IMS client automation

I was trying to automate Boghe IMS client on python 2.7.9, Can anyone help me how to find the co-ordinates of Boghe GUI and also how to pass "string" over that co-ordinates. UserA(Boghe GUI) to UserB(Boghe GUI) IMS call has established manually.…
1
vote
1 answer

SIP: In what cases method ID in Request URI is different form cseq method ID?

Could some-one explain in what cases, method ID in Request URI is different from cseq header method ID? Regards, KNP
Pradeep KN
  • 26
  • 3
1
vote
0 answers

Turn off error messages android

Does anyone know any apps that let you turn off error messages ie: com.soandsoapp.whatever has stopped. I'm on a rooted android system and am guessing there's some way to make the annoying ones go away. I'm not reinstalling imslogger.
1
vote
1 answer

P-CSCF is adding an extra paramater ( i=1) in the via header field before forward the registration request to next hop

Generate a registration request from TP-2000 and P-CSCF successfully accept the request and add its own entry in the via header field before forwarding the request to wards the I-CSCF. P-CSCF should not add any junk field to the via header field…
0
votes
1 answer

Are the DBD and PSB load modules in IMS executable programs or just control blocks?

When a DBA defines a new IMS database, they follow a two step DBD generation process where they assemble a list of DBDGEN control statements, which are nothing but assembler macros, into an object module link the object module with IMS libraries to…
0
votes
1 answer

Read all records from the database using call functions in ims

I want to write a batch program with IMS that can get all the records in the database. The structure of my database is as follows: a root segment and a segment below it that has several occurrences and another segment under the second segment that…
0
votes
0 answers

Lanunching IMS Settings App of Samsung Mobiles Programmatically

I need to open IMS Settings app programmitcally using java code. My app already has carrier privileges. I tried the following code: Intent intent = new Intent("com.samsung.android.action.SECRET_CODE", …
Abdulrahman
  • 45
  • 1
  • 6
0
votes
0 answers

Routing CxDx messages in FreeDiameter?

I am trying to send CxDx Messages from Kamailio(I-CSCF) to our HSS in production, the issue is that HSS accepts SCTP whilst the Kamailio Diameter module (CDP) only supports TCP (grrr)..... I came up with the great idea of using freeDiameter as a DRA…
0
votes
0 answers

Powershell Invoke-WebRequest IMS Path + Credentials

I have some problems passing an IMS url to my powershell command invoke-webrequest http://ims-bs:7001/si/viewrevision?projectName=/blabla/project.pj&selection=my%5fsoftware%5fv1.1.zip 1.Right now I am stuck at &. I get an error even if I wrap the &…
Lodes
  • 21
  • 6
0
votes
1 answer

IMS - Forwarding calls flow in SIP - SDP negotiation

I'm trying to understand how forwarding should work in an IMS deploy. Forwarding is performed by an AS in the middle of the SIP path, for example when the original called subscriber doesn't answer the call. In that case, the AS cancels the call…
0
votes
1 answer

kamailio: Kamailio not routing ACK after 200 OK

Could any one help me on this kamailio issue, i am using kamailio as a proxy & router, PSTN route works fine, but have a problem with the ACK in response to 200OK which is not being forwarded by kamailio. below the SIP flow at client side. …
Sheldon
  • 169
  • 1
  • 2
  • 16
0
votes
2 answers

How to make a LMS platform LTI 1.3 compliant and integrate a learning tool with it?

Our LMS is currently LTI 1.1 compliant. We need to make it LTI 1.3 compliant. What all changes I'll have to make in order to make our platform LTI 1.3 compliant and how to get a tool configured using it.
0
votes
1 answer

VOIP/SIP Call Hold related questions

1) How many types of call holds are there in SIP/VOIP? 2) Does SDP parameter changes for reinvite during call hold? 3) Does RTP packets flow during call hold?
0
votes
0 answers

some proplems about test openimscore

Is there any good choose to test the openimscore like OpenIC_Lite or x-lite 、uctimsclient, I have tried all of them, but not succeed in installing them on ubuntu16 or windows? I can't find the OpenIC_Lite package, because of the…
pxy
  • 1
0
votes
3 answers

What is the difference between the INVITE field and the To field in a SIP INVITE message?

In a SIP INVITE message, what is the difference between the INVITE field address and the To field in the Message Header? Shouldn't the SIP URI in the INVITE field the same as SIP URI in the 'To' field in the message header? Thanks
user3166042