<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=SV link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Well, I&#8217;ve been working mostly with SMS and USSD and not so much with the location parts. To get the location information you could use MAP signaling depending on what you want to do, the call would &nbsp;be MAP-PROVIDE-SUBSCRIBER-Info . Could also be that your carrier provide some other interface for location based services. I guess you want to be able to detect if a phone is active in the network or not before setting up call to it?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>To work with MAP you need SCCP, TCAP and MAP protocol layers on top of libss7, I don&#8217;t know of any open source implementation of them. I&#8217;ve used Dialogic&#8217;s products for that kind of things but it&#8217;s not easy to work with.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>/Sverker<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> mosbah abdelkader [mailto:mosbah.abdelkader@gmail.com] <br><b>Sent:</b> den 8 februari 2011 2:24<br><b>To:</b> sverker@abrahamsson.com<br><b>Cc:</b> asterisk-ss7@lists.digium.com<br><b>Subject:</b> Re: Using libss7 to connect to an GMSC or STP<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal style='margin-bottom:12.0pt'>Hi,<o:p></o:p></p><pre><br>&gt; I suppose you would use just normal ISUP to do the call via GMSC.<br><br><b>Ok. </b><br><br>&gt; To act as a VMSC is a completely different thing and would not be possible to<br>accomplish on an asterisk without extensive development in which case you<br><br><o:p></o:p></pre><pre>would also need MAP handling.<br><br><br><b>Ok. MAP will be used to get for example the status/location of the mobile subscriber. I understand that this part is not implemented in Asterisk.</b><o:p></o:p></pre><p class=MsoNormal><o:p>&nbsp;</o:p></p><pre><b>Have you experienced such a case. If yes, please share your experience?<br><br><o:p></o:p></b></pre><pre><b><br><br>And what about the case of an STP in the place of a GMSC?<br><br><br>Thank you.</b><o:p></o:p></pre><p class=MsoNormal><br>--<br>BR<br><br>Abdelkader Mosbah.<o:p></o:p></p></div></div></div></body></html>