Forum Post: RE: HMP 4.0 BICC how to bridge 2 calls
Add more information: I already start ipmedia with DATA_IP_TDM_BIDIRECTIONAL
View ArticleForum Post: RE: Streaming audio-only conference call to web
Hi there, It looks like your app does not set all necessary fields in the MEDIAINFO. Consider the following generic code: IPM_MEDIA_INFO mi; int i = 0; // audio mi.MediaData .eMediaType =...
View ArticleForum Post: RE: HMP 4.0 BICC how to bridge 2 calls
Ok, just to verify you are waiting for the IPMEV get xmit slot slot events to come back first prior to calling the ipm_listen on either channel?
View ArticleForum Post: RE: decodeMsg error endless loop
So after I started doing reject in offered state for inbound calls with Forbidden403 reason it became good and no more "decodeMsg" happened. However after 5 days of testing I got same issue with...
View ArticleForum Post: RE: decodeMsg error endless loop
Looks like you system might be leeking call-legs, or all have been consumed and non are available for new calls. There might be some additional issue unknown occurring on your system right now leading...
View ArticleForum Post: RE: decodeMsg error endless loop
That is understandable. Thank you regardless.
View ArticleForum Post: PowerMedia XMS Release 2.4 Service Update 7 Now Available
Software is available at: http://www.dialogic.com/en/products/downloads/xms/xms2.4_sla.aspx (Note that a valid XMS contract is required) Release notes are available at:...
View ArticleForum Post: RE: HMP 4.0 BICC how to bridge 2 calls
Hi Jeff, I already received IPMEV_GET_XMITTS_INFO when I get timeslot TDM of ipm channel, then I ipm_listen between devH of channel 1 and timeslot info of channel2 but get 11-Internal Error, should I...
View ArticleForum Post: RE: HMP 4.0 BICC how to bridge 2 calls
Thank you very much Jeff, I moved ipm_Lisen after received event IPMEV_GET_XMITTS_INFO and now imp_listen success. But unfortunately when A talk, B don't hear anything, B talk A don't hear anything...
View ArticleForum Post: RE: HMP 4.0 BICC how to bridge 2 calls
Add more information, this is my code: case IPMEV_GET_XMITTS_INFO: traceLog("[%s] IPMEV_GET_XMITTS_INFO\n", timeNow); int nEventType = sr_getevttype(); int nDeviceID = sr_getevtdev(); void* pVoid =...
View ArticleForum Post: RE: decodeMsg error endless loop
Updating for those who may fall into the same issue: My application not expecting GCEV_EXTENSION events neither SUBSCRIBE or NOTiFY. However those "bad" inbound callers also sending those as I...
View ArticleForum Post: RE: decodeMsg error endless loop
Yea, I was going to ask about other unhandled messages (notify/subscribe) in this case which might be sent to the system. That commonly happens when connected to gateways/switches. Thus you are...
View ArticleForum Post: RE: HMP 4.0 BICC how to bridge 2 calls
From above at beginning, you had: scts2.sc_numts = 2; scts2.sc_tsarrayp = &ts2; if ( ipm_GetXmitSlot(voice[index_voice2].deviceInfo[IPM].devH, &scts2, EV_ASYNC) 0 ) { The line should be:...
View ArticleForum Post: RE: How to set active_talker_region and active_talker_interval...
Hi Swetha, It works - thank you again! I have yet another question that refers to XMSClientLibrary component. I think I see a bug in the XMSRestConnector class - org.apache.http Connection throws...
View ArticleForum Post: RE: How to set active_talker_region and active_talker_interval...
Hi Tom, Yes, that would be great. Please send the logs to americas.support@dialogic.com, I will look into them and make necessary changes to the Client Library. I cannot give you a confirmed date on...
View ArticleForum Post: RE: How to set active_talker_region and active_talker_interval...
is this something blocking you from proceeding with your development? Not immediately, I've created a workaround that should be sufficient for a couple of weeks. I will send the logs and our code...
View ArticleForum Post: RE: HMP 4.0 BICC how to bridge 2 calls
Hi Jeff, Thank you very much. I change as you success and I receive IPM_LISTEN now: [2015-12-03 09:57:59] tag msg=BRIDGE [2015-12-03 09:57:59] Service POKER_CALL: Bridge call between 0x5010003 and...
View ArticleForum Post: RE: Fax Remote Abort by SU14
We found an unreliable solution for this issue by installing SDK 5.5 leaving all other SU14 stuff installed. This way the service was returned to less "Fax Remote Abort" errors again. Can anyone tell...
View ArticleForum Post: How to decode V110 Status changes in the Diagnostics trace file
Hi, I am analyzing a V.110 data call using the Diva Diagnostics tools looking for V.110 state changes: in the trace file I can find this rows [C1f,28] V110STATUS 83d0 which seems to be a V.110 status...
View Article