Dear Team

I have collection in gb's ,so I am sending one sample xml along with query.Please give me the tips for performance and please do the need full.


Thanks & Regards
Chandra Sekhar


-----Original Message----- From: Christian Grün
Sent: Wednesday, May 28, 2014 1:29 PM
To: ChandraSekhar
Subject: Re: Reg : Increase Performence

Hi Chandra,

we clearly need more information to give you hints. Did you e.g. check
out the query compilation on the InfoView?

Best,
Christian

PS: To get more information, please write to the basex-talk mailing list.



On Wed, May 28, 2014 at 8:12 AM, ChandraSekhar
<chandrasekha...@intense.in> wrote:
Dear Chirstian

                        Earlier we are using 6.7 version now we are
migrating this into the latest version,compare to the 6.7 and 7.8.2,In
latest version performance was very high.
                    But when my collections are in GB'S(we are running the
query's on multiple collections) .Its taking long time and consuming memory.
Is there any solution that we can handle like this cases.


Thanks & Regards
Chandra Sekhar

--
This message is for the intended recipient only. If you are not the
intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of the
information is strictly prohibited.
__

--
This message is for the intended recipient only. If you are not the intended 
recipient you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of the information is strictly prohibited.
__

<DOCUMENT>{
let $doc :=
(collection("000572517_SEPTEMBER_13_1_AAAfB1AAEAAAjlUAAB")//CONN[@NO =
(9878727704)]/../ITEMIZED/TRANSACTION[@Type = "AT&amp;T 800
Global"]/CALL_TYPES/DATA/R)
for $data in $doc
let $groupByValue1 := data($data/C2)
group by $groupByValue1
order by $groupByValue1
return
<R>{
 <Usage_Type_Id> {distinct-values(data($data/C2))}</Usage_Type_Id>,
 <No_of_calls> {count(data($data/C2))}</No_of_calls>,
 <Total_minutes> {sum(data($data/C9))}</Total_minutes>,
 <Total_Amount> {sum(data($data/C10))}</Total_Amount>,
 <Discount> {sum(data($data/C11))}</Discount>,
 <Dis_Percent> {100*sum(data($data/C11)) div
sum(data($data/C10))}</Dis_Percent>,
 <Net_Amount> {sum(data($data/C10))+sum(data($data/C11))}</Net_Amount>,
 <AvgAmt_per_call> {(sum(data($data/C10))+sum(data($data/C11))) div
sum(data($data/C9))}</AvgAmt_per_call>,<Average_duration>
{sum(data($data/C9)) div count(data($data/C2))}</Average_duration>
}</R>
}</DOCUMENT>
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<SUBCUSTBRK><CONN NO="9999240455"></CONN>
<AccNo NO="000596056"></AccNo>
<DETAIL><TRANSACTION Type="AT&amp;T SDS GSDS" Calls="1" Units="1"
Amt="0.79000"><H1>AT&amp;T SDS GSDS</H1>
<H2><C1 DT="Text">Call Charges</C1>
<C2 DT="Text">Rate Period</C2>
<C3 DT="Number">No.of Calls</C3>
<C4 DT="Number">Units</C4>
<C5 DT="Money">R.O</C5>
</H2>
<SUB_SECTION Type="Larga Distancia Nacional" RP="0" Calls="1" Units="1"
Amt=".79"></SUB_SECTION></TRANSACTION>
<TRANSACTION Type="AT&amp;T 800" Calls="2" Units="7"
Amt="5.53000"><H1>AT&amp;T 800</H1>
<H2><C1 DT="Text">Call Charges</C1>
<C2 DT="Text">Rate Period</C2>
<C3 DT="Number">No.of Calls</C3>
<C4 DT="Number">Units</C4>
<C5 DT="Money">R.O</C5>
</H2>
<SUB_SECTION Type="Larga Distancia Nacional" RP="0" Calls="2" Units="7"
Amt="5.53"></SUB_SECTION></TRANSACTION>
<TRANSACTION Type="AT&amp;T 800 Global" Calls="1" Units="4"
Amt="3.16000"><H1>AT&amp;T 800 Global</H1>
<H2><C1 DT="Text">Call Charges</C1>
<C2 DT="Text">Rate Period</C2>
<C3 DT="Number">No.of Calls</C3>
<C4 DT="Number">Units</C4>
<C5 DT="Money">R.O</C5>
</H2>
<SUB_SECTION Type="Larga Distancia Nacional" RP="0" Calls="1" Units="4"
Amt="3.16"></SUB_SECTION></TRANSACTION>
<TRANSACTION Type="AT&amp;T Larga Distancia" Calls="1" Units="1"
Amt="0.79000"><H1>AT&amp;T Larga Distancia</H1>
<H2><C1 DT="Text">Call Charges</C1>
<C2 DT="Text">Rate Period</C2>
<C3 DT="Number">No.of Calls</C3>
<C4 DT="Number">Units</C4>
<C5 DT="Money">R.O</C5>
</H2>
<SUB_SECTION Type="Larga Distancia Nacional" RP="0" Calls="1" Units="1"
Amt=".79"></SUB_SECTION></TRANSACTION>
<TRANSACTION Type="AT&amp;T Servicio Local" Calls="1" Units="2"
Amt="1.58000"><H1>AT&amp;T Servicio Local</H1>
<H2><C1 DT="Text">Call Charges</C1>
<C2 DT="Text">Rate Period</C2>
<C3 DT="Number">No.of Calls</C3>
<C4 DT="Number">Units</C4>
<C5 DT="Money">R.O</C5>
</H2>
<SUB_SECTION Type="Larga Distancia Nacional" RP="0" Calls="1" Units="2"
Amt="1.58"></SUB_SECTION></TRANSACTION>
<TRANSACTION Type="AT&amp;T Global Conference" Calls="1" Units="1"
Amt="0.79000"><H1>AT&amp;T Global Conference</H1>
<H2><C1 DT="Text">Call Charges</C1>
<C2 DT="Text">Rate Period</C2>
<C3 DT="Number">No.of Calls</C3>
<C4 DT="Number">Units</C4>
<C5 DT="Money">R.O</C5>
</H2>
<SUB_SECTION Type="Larga Distancia Nacional" RP="0" Calls="1" Units="1"
Amt=".79"></SUB_SECTION></TRANSACTION>
</DETAIL>
<ITEMIZED><TRANSACTION Type="AT&amp;T SDS GSDS"><CALL_TYPES TYPE="Larga
Distancia Nacional"><H1>Larga Distancia Nacional</H1>
<H2><C1 DT="Number">MobileNo</C1>
<C2 DT="Text">Usage_Type_Id</C2>
<C3 DT="Number">External_Id</C3>
<C4 DT="Number">External_Id_Type</C4>
<C5 DT="Number">Bill_Class</C5>
<C6 DT="Number">Jurisdiction</C6>
<C7 DT="Number">Origin_num</C7>
<C8 DT="Number">Target_num</C8>
<C9 DT="Number">Primary_Units</C9>
<C10 DT="Money">Amount</C10>
<C11 DT="Money">Discount</C11>
<C12 DT="Date">Transaction_Date</C12>
<C13 DT="Text">Rate_Period</C13>
<C14 DT="Number">Authorization_Code</C14>
<C15 DT="Number">Account_Code</C15>
<C16 DT="Text">Origin_City</C16>
<C17 DT="Text">Target_City</C17>
<C18 DT="Text">Origin_State</C18>
<C19 DT="Text">Target_State</C19>
<C20 DT="Text">Origin_Country</C20>
<C21 DT="Text">Target_Country</C21>
<C22 DT="Number">Conf_Id</C22>
<C23 DT="Number">Participant_Type</C23>
<C24 DT="Number">Tel_Participant</C24>
<C25 DT="Number">Project_Code</C25>
<C26 DT="Text">Cust_Acc</C26>
<C27 DT="Number">Bill_Acc</C27>
<C28 DT="Text">Serv_Acc</C28>
<C29 DT="Text">Serv_Line</C29>
<C30 DT="Text">BillClass_Desc</C30>
<C31 DT="Text">Billing_Cycle</C31>
<C32 DT="Time">Transaction_time</C32>
<C33 DT="Money">Net_Amt</C33>
<C34 DT="Text">Bill_Code</C34>
</H2>
<DATA><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529999240455</C7>
<C8>529838333367</C8>
<C9>1</C9>
<C10>1.79000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>19</C22>
<C23>16</C23>
<C24>17</C24>
<C25>18</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T SDS GSDS</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>0.79000</C33>
<C34></C34>
</R></DATA>
</CALL_TYPES>
</TRANSACTION>
<TRANSACTION Type="AT&amp;T 800"><CALL_TYPES TYPE="Larga Distancia
Nacional"><H1>Larga Distancia Nacional</H1>
<H2><C1 DT="Number">MobileNo</C1>
<C2 DT="Text">Usage_Type_Id</C2>
<C3 DT="Number">External_Id</C3>
<C4 DT="Number">External_Id_Type</C4>
<C5 DT="Number">Bill_Class</C5>
<C6 DT="Number">Jurisdiction</C6>
<C7 DT="Number">Origin_num</C7>
<C8 DT="Number">Target_num</C8>
<C9 DT="Number">Primary_Units</C9>
<C10 DT="Money">Amount</C10>
<C11 DT="Money">Discount</C11>
<C12 DT="Date">Transaction_Date</C12>
<C13 DT="Text">Rate_Period</C13>
<C14 DT="Number">Authorization_Code</C14>
<C15 DT="Number">Account_Code</C15>
<C16 DT="Text">Origin_City</C16>
<C17 DT="Text">Target_City</C17>
<C18 DT="Text">Origin_State</C18>
<C19 DT="Text">Target_State</C19>
<C20 DT="Text">Origin_Country</C20>
<C21 DT="Text">Target_Country</C21>
<C22 DT="Number">Conf_Id</C22>
<C23 DT="Number">Participant_Type</C23>
<C24 DT="Number">Tel_Participant</C24>
<C25 DT="Number">Project_Code</C25>
<C26 DT="Text">Cust_Acc</C26>
<C27 DT="Number">Bill_Acc</C27>
<C28 DT="Text">Serv_Acc</C28>
<C29 DT="Text">Serv_Line</C29>
<C30 DT="Text">BillClass_Desc</C30>
<C31 DT="Text">Billing_Cycle</C31>
<C32 DT="Time">Transaction_time</C32>
<C33 DT="Money">Net_Amt</C33>
<C34 DT="Text">Bill_Code</C34>
</H2>
<DATA><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R>
<R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>5</C9>
<C10>3.95000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>24</C22>
<C23>25</C23>
<C24>26</C24>
<C25>27</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.95000</C33>
<C34></C34>
</R><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529818110156</C7>
<C8>529999240455</C8>
<C9>2</C9>
<C10>1.58000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CAMPECHE</C19>
<C20>CAMPECHE</C20>
<C21>MEXICO</C21>
<C22>28</C22>
<C23>29</C23>
<C24>30</C24>
<C25>31</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>1.58000</C33>
<C34></C34>
</R></DATA>
</CALL_TYPES>
</TRANSACTION>
<TRANSACTION Type="AT&amp;T Larga Distancia"><CALL_TYPES TYPE="Larga
Distancia Nacional"><H1>Larga Distancia Nacional</H1>
<H2><C1 DT="Number">MobileNo</C1>
<C2 DT="Text">Usage_Type_Id</C2>
<C3 DT="Number">External_Id</C3>
<C4 DT="Number">External_Id_Type</C4>
<C5 DT="Number">Bill_Class</C5>
<C6 DT="Number">Jurisdiction</C6>
<C7 DT="Number">Origin_num</C7>
<C8 DT="Number">Target_num</C8>
<C9 DT="Number">Primary_Units</C9>
<C10 DT="Money">Amount</C10>
<C11 DT="Money">Discount</C11>
<C12 DT="Date">Transaction_Date</C12>
<C13 DT="Text">Rate_Period</C13>
<C14 DT="Number">Authorization_Code</C14>
<C15 DT="Number">Account_Code</C15>
<C16 DT="Text">Origin_City</C16>
<C17 DT="Text">Target_City</C17>
<C18 DT="Text">Origin_State</C18>
<C19 DT="Text">Target_State</C19>
<C20 DT="Text">Origin_Country</C20>
<C21 DT="Text">Target_Country</C21>
<C22 DT="Number">Conf_Id</C22>
<C23 DT="Number">Participant_Type</C23>
<C24 DT="Number">Tel_Participant</C24>
<C25 DT="Number">Project_Code</C25>
<C26 DT="Text">Cust_Acc</C26>
<C27 DT="Number">Bill_Acc</C27>
<C28 DT="Text">Serv_Acc</C28>
<C29 DT="Text">Serv_Line</C29>
<C30 DT="Text">BillClass_Desc</C30>
<C31 DT="Text">Billing_Cycle</C31>
<C32 DT="Time">Transaction_time</C32>
<C33 DT="Money">Net_Amt</C33>
<C34 DT="Text">Bill_Code</C34>
</H2>
<DATA><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529999240455</C7>
<C8>529818110156</C8>
<C9>1</C9>
<C10>1.79000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CAMPECHE</C19>
<C20>CAMPECHE</C20>
<C21>MEXICO</C21>
<C22>20</C22>
<C23>21</C23>
<C24>22</C24>
<C25>23</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T Larga Distancia</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>0.79000</C33>
<C34></C34>
</R></DATA>
</CALL_TYPES>
</TRANSACTION>
<TRANSACTION Type="AT&amp;T 800 Global"><CALL_TYPES TYPE="Larga Distancia
Nacional"><H1>Larga Distancia Nacional</H1>
<H2><C1 DT="Number">MobileNo</C1>
<C2 DT="Text">Usage_Type_Id</C2>
<C3 DT="Number">External_Id</C3>
<C4 DT="Number">External_Id_Type</C4>
<C5 DT="Number">Bill_Class</C5>
<C6 DT="Number">Jurisdiction</C6>
<C7 DT="Number">Origin_num</C7>
<C8 DT="Number">Target_num</C8>
<C9 DT="Number">Primary_Units</C9>
<C10 DT="Money">Amount</C10>
<C11 DT="Money">Discount</C11>
<C12 DT="Date">Transaction_Date</C12>
<C13 DT="Text">Rate_Period</C13>
<C14 DT="Number">Authorization_Code</C14>
<C15 DT="Number">Account_Code</C15>
<C16 DT="Text">Origin_City</C16>
<C17 DT="Text">Target_City</C17>
<C18 DT="Text">Origin_State</C18>
<C19 DT="Text">Target_State</C19>
<C20 DT="Text">Origin_Country</C20>
<C21 DT="Text">Target_Country</C21>
<C22 DT="Number">Conf_Id</C22>
<C23 DT="Number">Participant_Type</C23>
<C24 DT="Number">Tel_Participant</C24>
<C25 DT="Number">Project_Code</C25>
<C26 DT="Text">Cust_Acc</C26>
<C27 DT="Number">Bill_Acc</C27>
<C28 DT="Text">Serv_Acc</C28>
<C29 DT="Text">Serv_Line</C29>
<C30 DT="Text">BillClass_Desc</C30>
<C31 DT="Text">Billing_Cycle</C31>
<C32 DT="Time">Transaction_time</C32>
<C33 DT="Money">Net_Amt</C33>
<C34 DT="Text">Bill_Code</C34>
</H2>
<DATA><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529838333367</C7>
<C8>529999240455</C8>
<C9>4</C9>
<C10>3.16000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22>12</C22>
<C23>13</C23>
<C24>14</C24>
<C25>15</C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T 800 Global</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>3.16000</C33>
<C34></C34>
</R></DATA>
</CALL_TYPES>
</TRANSACTION>
<TRANSACTION Type="AT&amp;T Servicio Local"><CALL_TYPES TYPE="Larga
Distancia Nacional"><H1>Larga Distancia Nacional</H1>
<H2><C1 DT="Number">MobileNo</C1>
<C2 DT="Text">Usage_Type_Id</C2>
<C3 DT="Number">External_Id</C3>
<C4 DT="Number">External_Id_Type</C4>
<C5 DT="Number">Bill_Class</C5>
<C6 DT="Number">Jurisdiction</C6>
<C7 DT="Number">Origin_num</C7>
<C8 DT="Number">Target_num</C8>
<C9 DT="Number">Primary_Units</C9>
<C10 DT="Money">Amount</C10>
<C11 DT="Money">Discount</C11>
<C12 DT="Date">Transaction_Date</C12>
<C13 DT="Text">Rate_Period</C13>
<C14 DT="Number">Authorization_Code</C14>
<C15 DT="Number">Account_Code</C15>
<C16 DT="Text">Origin_City</C16>
<C17 DT="Text">Target_City</C17>
<C18 DT="Text">Origin_State</C18>
<C19 DT="Text">Target_State</C19>
<C20 DT="Text">Origin_Country</C20>
<C21 DT="Text">Target_Country</C21>
<C22 DT="Number">Conf_Id</C22>
<C23 DT="Number">Participant_Type</C23>
<C24 DT="Number">Tel_Participant</C24>
<C25 DT="Number">Project_Code</C25>
<C26 DT="Text">Cust_Acc</C26>
<C27 DT="Number">Bill_Acc</C27>
<C28 DT="Text">Serv_Acc</C28>
<C29 DT="Text">Serv_Line</C29>
<C30 DT="Text">BillClass_Desc</C30>
<C31 DT="Text">Billing_Cycle</C31>
<C32 DT="Time">Transaction_time</C32>
<C33 DT="Money">Net_Amt</C33>
<C34 DT="Text">Bill_Code</C34>
</H2>
<DATA><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529999240455</C7>
<C8>529838333367</C8>
<C9>2</C9>
<C10>1.58000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22></C22>
<C23></C23>
<C24></C24>
<C25></C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T Servicio Local</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>1.58000</C33>
<C34></C34>
</R></DATA>
</CALL_TYPES>
</TRANSACTION>
<TRANSACTION Type="AT&amp;T Global Conference"><CALL_TYPES TYPE="Larga
Distancia Nacional"><H1>Larga Distancia Nacional</H1>
<H2><C1 DT="Number">MobileNo</C1>
<C2 DT="Text">Usage_Type_Id</C2>
<C3 DT="Number">External_Id</C3>
<C4 DT="Number">External_Id_Type</C4>
<C5 DT="Number">Bill_Class</C5>
<C6 DT="Number">Jurisdiction</C6>
<C7 DT="Number">Origin_num</C7>
<C8 DT="Number">Target_num</C8>
<C9 DT="Number">Primary_Units</C9>
<C10 DT="Money">Amount</C10>
<C11 DT="Money">Discount</C11>
<C12 DT="Date">Transaction_Date</C12>
<C13 DT="Text">Rate_Period</C13>
<C14 DT="Number">Authorization_Code</C14>
<C15 DT="Number">Account_Code</C15>
<C16 DT="Text">Origin_City</C16>
<C17 DT="Text">Target_City</C17>
<C18 DT="Text">Origin_State</C18>
<C19 DT="Text">Target_State</C19>
<C20 DT="Text">Origin_Country</C20>
<C21 DT="Text">Target_Country</C21>
<C22 DT="Number">Conf_Id</C22>
<C23 DT="Number">Participant_Type</C23>
<C24 DT="Number">Tel_Participant</C24>
<C25 DT="Number">Project_Code</C25>
<C26 DT="Text">Cust_Acc</C26>
<C27 DT="Number">Bill_Acc</C27>
<C28 DT="Text">Serv_Acc</C28>
<C29 DT="Text">Serv_Line</C29>
<C30 DT="Text">BillClass_Desc</C30>
<C31 DT="Text">Billing_Cycle</C31>
<C32 DT="Time">Transaction_time</C32>
<C33 DT="Money">Net_Amt</C33>
<C34 DT="Text">Bill_Code</C34>
</H2>
<DATA><R><C1>9999240455</C1>
<C2>Larga Distancia Nacional</C2>
<C3>2</C3>
<C4>4</C4>
<C5>29504</C5>
<C6></C6>
<C7>529999240455</C7>
<C8>529838333367</C8>
<C9>1</C9>
<C10>1.79000</C10>
<C11>1</C11>
<C12>20-Aug-13</C12>
<C13>U</C13>
<C14></C14>
<C15>NULL</C15>
<C16>MERIDA</C16>
<C17>MERIDA</C17>
<C18>MEXICO</C18>
<C19>CHETUMAL</C19>
<C20>CHETUMAL</C20>
<C21>MEXICO</C21>
<C22></C22>
<C23></C23>
<C24></C24>
<C25></C25>
<C26>000572517</C26>
<C27>000596056</C27>
<C28></C28>
<C29>AT&amp;T Global Conference</C29>
<C30></C30>
<C31> to </C31>
<C32>11:10:00</C32>
<C33>0.79000</C33>
<C34></C34>
</R></DATA>
</CALL_TYPES>
</TRANSACTION>
</ITEMIZED>
</SUBCUSTBRK>

Reply via email to