! ! ! GTT configuration file ! ! !

rated by 0 users
This post has 9 Replies | 1 Follower

Top 500 Contributor
Posts 22
Points 335
Hi All,

Good Morning,



Please can i have sample config and ms7 file for GTT configuration , and here am attaching the file which i have to make settings accoriding to this file requirements. please suggest r send me the sample file. . .



waiting for ur quick response. . .! ! !

:) :)
Best Regards, varun
  • | Post Points: 35
Top 500 Contributor
Posts 22
Points 335
Hi,



can any body provide me the syntaxes for GT conifugartion and one sample file containing GT configured ms7 file. . . .which is present in live server, so that i can get a clear idea about GT configuration. . . . .



M-t7745-i0000-fef-d33-r8000-p080b120000120400000000000009065164000012041c0622222222222200





Please expand this parameter area and reply me, waiting 4 ur urgent revertal. . . .



Regards,

Varu
Best Regards, varun
  • | Post Points: 5
Top 10 Contributor
Posts 2,014
Points 22,501
Dialogic Employee
The secrets are in the SCCP Programmer's manual. In general, a parameter field is made up of a series of individual parameters that have the format name, length, data bytes. So in your case:

p080b120000120400000000000009065164000012041c0622222222222200

breaks down to:
08 0b 1200001204000000000000
09 06 516400001204
1c 06 222222222222
00

Which means:
08 = SCPPN_TARGET_ADDR
  0b = length 11
    1200001204000000000000 (address data, coded as described for SCPPN_TARGET_ADDR)

09 = SCPPN_PRIMARY_ADDR
  06 = length 6
    516400001204 (address data, coded as described for SCPPN_PRIMARY_ADDR)

1c = SCPPN_GTT_MASK
  06 = length 6
    222222222222 (address mask, coded as for SCPPN_GTT_MASK)

00 = end of parameters

In terms of your XLS file: I'm not quite sure from this what you want to translate from and to, but it doesn't look like you need a GTT_MASK, you just need to decide which number is the global title and put this in the SCPPN_TARGET_ADDR, and decide which combination of address, pointcode, SSN etc this should be translated to, and put this in SCPPN_PRIMARY_ADDR.




  • | Post Points: 20
Top 10 Contributor
Posts 2,014
Points 22,501
Dialogic Employee
By the way, there's also a useful message called SCP_MSG_GTT_TEST, 0x774c, (also documented in the SCCP Programmer's Manual) that you can use to test whether the GTT translation is having the expected effect. You can also send this message from a file with s7_play.
  • | Post Points: 20
Top 500 Contributor
Posts 22
Points 335
Thank you very much
Best Regards, varun
  • | Post Points: 5
Not Ranked
Posts 8
Points 115
Dear Martin,



I tried to use SCP_MSG_GTT_TEST command. Can you give me a sample message, since I don't seem to be using correct format?



SCCP manual, section 10.11 says use SCPPN_CALLED_ADDR . I tried to test this adress - which I know was processed successfully by our stack:



Called party address

09 00001101 Length indicator 13

10 00010010 Address indicator see below

11 00001000 Subsystem number 8 (MSC)

12-22 Global title 0100 see below

12 00000000 Translation type 0

13 0001.... Numbering plan 1 (ISDN/telephony numbering plan)

....0001 Encoding scheme 1 (BCD odd)

14 0....... spare 0

.0000100 Nature of address indicator 4 (international number)

15-22 Address signals 338966560185007



so I used the following message with s7_play:



M-t774c-i0000-fef-d33-r8000-p0d1208001104339866651058000700



however, I am getting response with status code s06 which presumably means translation wasn't successful:



S7L:I0000 M t374c i0000 0x33->0xef s06 e00000000 p0d1208001104339866651058000700



Can you see what am I doing wrong? Thank you for your help



- Vadim




  • | Post Points: 35
Top 50 Contributor
Male
Posts 141
Points 2,174

What is message 774c ?

And how do you do your GTT translations settings ? ms7 file and t7745 messages ?

 


Regards

Khalid Sweeseh

  • | Post Points: 5
Top 10 Contributor
Posts 2,014
Points 22,501
Dialogic Employee
VadimG - 2008-09-22 19:57

I tried to use SCP_MSG_GTT_TEST command. Can you give me a sample message, since I don't seem to be using correct format?

:

M-t774c-i0000-fef-d33-r8000-p0d1208001104339866651058000700

:





Hi Vadim, you seem to be missing the '05' for the SCPPN_CALLED_ADDR. Try this:



M-t774c-i0000-fef-d33-r8000-p050d1208001104339866651058000700




  • | Post Points: 5
Not Ranked
Posts 2
Points 40

Thank you very much for a detailed explanation. This really helps.  One question though is that , is there any tool with which I can form/decode these entries in the ms7 file. Also can this be replaced by config.txt, if so where can i find the necessary help to go about it ?

 

regds

Sri

  • | Post Points: 20
Top 25 Contributor
Male
Posts 247
Points 3,785
Page 1 of 1 (10 items) | RSS