SIP based geo-location functionality
Hi,I have an application that allows SIP based phone calls where being able to geographically locate the recipient of a call would be useful for security purposes.I see there are RFCs for geo-location...
View ArticleRE: SIP based geo-location functionality
Hi there.HMP does not define specifically any geolocation services as a part of its API, but it provides means to set and read any arbitrary SIP headers and MIME bodies, where appropriate, in...
View ArticleRE: Do HMP 3.0 in 1pcc have support for incoming ReInvites without SDP...
Hi Leonid!Sorry I have not been able to make new error captures (due to our testing environment setup) and I had also problems increasing the rtf-logs to your desired level. Still, I have some old...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Hi there,Are you trying to send an SMS in a context of established SIP call (session)? Not sure why to do it this way; usually SIP MESSAGE is sent as unsubscribed out-of-dialog message. In HMP terms it...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Hi Leonid! Thanks for your response!We are supporting phones with displays set into them and want to show messages like remaining credit on this screen. Our hardware partners have told us the phones...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Yes, it is supported, sorry for confusion.I'm doing some demo now. so far looks good, SIP MESSAGE goes out and hits the other part. Some parsing errors on the receiver, fixing now.Do you see the SMS...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Yes, it seems to be working now. Here is my code: GC_PARM_BLKP parameterBlock = nullptr; GC_PARM_BLKP mimeBlock = nullptr; GC_PARM_BLKP returnBlock = nullptr; char *contentType = "Content-Type:...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Yeps, works for me, too. I'd still recommend to use the board handle and send out of dialog messages to be independent from call load. Also, please note that you can send as many simultaneous MESSAGE...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
In my case I am trying to send messages to the display of a phone while that phone is active.The user will be in an IVR and the messages will relate to that IVR. The phone hardware supports this.I'm...
View ArticleSIP Instant Messaging via Dialogic HMP
Hi,I am trying to use Dialogic HMP Win 3.0 to send SIP IM messages (RFC 3428).I believe the code will look similar to this: long crn; // initialised by gc_MakeCall() GC_PARM_BLKP parameterBlock =...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Yes, the GCTGT_GCLIB_CRN is a right target for in-dialog SIP MESSAGE
View ArticleRE: Do HMP 3.0 in 1pcc have support for incoming ReInvites without SDP...
Hi,Thank you for detailing the call flow for me.Yes, the scenario is not too straight-forward, but I've seen something similar before, usually, with Cisco gateways or CMs.The 3.a is not an error, it is...
View ArticleRE: Do HMP 3.0 in 1pcc have support for incoming ReInvites without SDP...
Hi,I did not know that it was allowed to send two different voice-codecs (ALaw,ULaw) in the final SDP-ACK. I believed that the negotiation should lead to one defined voice codec.The RemotePart in this...
View ArticleSlow API response during application startup
Dear all,When I started my application, the HMP API has slow response, for example,It takes 15 seconds to complete the ipm_Open.From the system message log, it has SOME warning messages. Any idea on...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Hi Leonid! Thanks for your response!We are supporting phones with displays set into them and want to show messages like remaining credit on this screen. Our hardware partners have told us the phones...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Hi Leonid.We have been asked to show "remaining credit" after a person has hung up.This operation we can't do with GCTGT_GCLIB_CRN because the call is dropped when we come to send this message.Could...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Well, in this case you will need to use GCTGT_GCLIB_CHAN with the board handle to send out of dialog message, as we discussed before. It looks like the original Call-Id has been released, so you only...
View ArticleD4PCIU4SEQ
I have a D4PCIU4SEQ I am running it on windows server 2012. I have installed the drivers and Windows sees the card. I can start the card and the system. I want to get the Windows Fax server to see...
View ArticleRE: D4PCIU4SEQ
Hello Dean,D4PCIU4SEQ – This board does not have fax features. Even if it had fax features, the Windows Fax Service will not detect it because it does not run in modem mode.Diva board – Assuming this...
View ArticleRE: The Dialogic System Service service terminated with service-specific...
Hi Jeff did you ever fix this?
View Article