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 ArticleRE: 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 placing...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 also...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 correct...
View ArticleRE: 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...
View ArticleRE: 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 ArticleRE: HMP 4.0 BICC how to bridge 2 calls
What you have should be ok now, as its pretty straight forward. What codecs are used on the IP side? Make sure you have the correct IP destination points and that the SS7 cics map back to the correct...
View ArticleRE: HMP 4.0 BICC how to bridge 2 calls
Hi Jeff,I used codecs G711. I will double check IP destination and mapping between cic and ipm then feedback youThank you so much
View ArticleRE: HMP 4.0 BICC how to bridge 2 calls
Ok, I also checked the wireshark trace and don't see the RTP/.UDP sent from the expected port for the IPM devices in question. Maybe its not even streaming? Jeff
View ArticleRE: HMP 4.0 BICC how to bridge 2 calls
Hi Jeff,when I received IPM_LISTEN, but A talk B can't hear anything, I also don't see any RTP when A or B talk. Do we need mm_play at here?I already sent RTP initUp but don't know how to start...
View ArticleRE: dev_PortConnect() failed
Hi, I add more log12/07/2015 10:36:31.116 3865 2931542928 dm3devmgmt ERR1 libdm3devmgmt mmB1C382 ----- FAILED INITIATE CONNECT12/07/2015 10:36:31.164 3865 3013778320...
View ArticleRE: dev_PortConnect() failed
Does your new license also have "Native" audio codec support in this case? That would be another feature besides RTP variants (basic, enhanced, and Multimedia resources.Jeff
View ArticleRE: HMP 4.0 BICC how to bridge 2 calls
Well if you called ipm_startmedia on both channels, then there should be RTP packets flowing to and from those end-points regardless of whether channels are routed or not. Maybe firewall is blocking...
View ArticleRE: dev_PortConnect() failed
Hi Jeff,My license have "Native" audio codec supported. This is my license when I show license in CLI License Options: Voice 550, RTP_G_711 550, IP_Call_Control 550, Native_Audio 550, Native_RTP 550,
View Article