While making the same Sign-In API Call, I get the following error each time:
Response as string: {"responseMessage":"Failure: Invalid session. The session may have expired. Sign in again or enter a valid JSESSIONID.","responseCode":4021}
I have asked this question in this community too: Un-able to Sign-In using Media Sense SIgn-In API Call
Can anyone guide me regarding this error ? I may share my code too.
Thanks in Advance
I suggest you clear your browser cache and attempt the signin again. Are you able to signin using Poster?
In Mozzila Adds On, I am un-able to make https calls that each time returns with 'No response received .... '
@delender
I want to create a simple call recording App that I want to record call made on specific agent extension. I am using this API call: http://192.168.200.204:8440/ora/controlService/control/startRecording
with body:
{
"requestParameters": {
"deviceRef": "42021",
"mediaStreams": [
{
"mediaType": "AUDIO"
}
]
}
}
Now, I want to record calls received on extension '42021'. But I am un-able to find out where it stores the recoreded file ? Or what else I need to do If I am missing anything ? or any sample app or tutorial link will also be appreciated.
Thanks,
I am new in Mediasense, I want to create a simple call recording App that I
want to record call made on specific agent extension. I am using this API
call: http://192.168.200.204:8440/ora/controlService/control/startRecording
with body:
{
"requestParameters": {
"deviceRef": "42021",
"mediaStreams": [
{
"mediaType": "AUDIO"
}
]
}
}
Now, I want to record calls received on extension '42021'. But I am un-able
to find out where it stores the recoreded file ? Or what else I need to do
If I am missing anything ? or any sample app or tutorial link will also be
appreciated.
Thanks,