Yes, Dialogic Platform supports UUI. It is a real DID PRI.
but the problem remains same, i an unable to send UUI/ IE information.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
For your information, let me share with you the Envox Application block which can send UUI information:
The SendUUI block is used to send messages to any remote ISDN terminal connected to the Envox system through any regular ISDN telephone network.Messages are sent to the remote terminal over the ISDN data channel using the User-to-User Information protocol (an integral part of the ISDN signaling standard).
When creating a UUI dialog with a remote ISDN terminal, the SendUUI block is used for sending data.
In order to also receive data from a remote terminal, first enable UUI signaling by using the EnableFeature block or by setting the @IsdnUUIEnabled variable to 1. As soon as a UUI message is received, the UUIReceived system event will create an interrupt in script execution. The UUI message received will be available in the @IsdnMessage system variable.
Message. Define the message to be sent to the remote ISDN terminal (maximum 131 characters).
Protocol discriminator. Set the protocol discriminator of the UUI sent from Envox as part of the SETUP message:
$UUIProtocol_Q931. Set to 8 as defined by the Q.931 user-network protocol. This is the default setting.
$UUIProtocol_IA5. Set to 4 as defined by the IA5 character protocol.
$UUIProtocol_UserSpecific. Set to 0.
Send. Choose when the message is to be sent:
Immediately. The message is delivered instantly.
During call setup. The message is delivered as soon a new call is received or made.
During call disconnect. The message is delivered as soon as the current call is disconnected.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am selecting
message = 01010
Protocol discriminator = $UUIProtocol_Q931
send = During call setup
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx