Bug fix: properly translate dialog PDU information such as result and result-source-diagnostic.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5029 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
oana 2012-04-27 15:39:36 +00:00
parent b25d94adfc
commit e4d0a818b9
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ struct XMLMap {
struct TCAPMap {
const char* path;
bool isPrefix;
bool isPrefix; // for this path, XML children are expected to exist
const String name;
};
@ -7263,7 +7263,7 @@ const TCAPMap XmlToTcap::s_tcapMap[] = {
{"transport.tcap.dialog.type", false, "tcap.dialogPDU.dialog-pdu-type"},
{"transport.tcap.dialog.version", false, "tcap.dialogPDU.protocol-version"},
{"transport.tcap.dialog.userInformation", true, "tcap.dialogPDU.userInformation"},
{"transport.tcap.dialog.", false, "tcap.dialogPDU"},
{"transport.tcap.dialog.", true, "tcap.dialogPDU"},
{"transport.tcap.", true, "tcap.transaction"},
{"application", false, "tcap.dialogPDU.application-context-name"},
{0, ""},