<?xml version="1.0" encoding="utf-8"?>
<fo:root font-family="Times Roman" font-size="12pt" text-align="justify" xmlns:fo="http://www.w3.org/1999/XSL/Format">

<fo:layout-master-set>
<fo:simple-page-master master-name="right"
	margin-top="20pt" margin-bottom="25pt" margin-left="50pt" margin-right="50pt"  page-width="450pt">
	<fo:region-body margin-bottom="20pt"/>
	<fo:region-after extent="25pt"/>
</fo:simple-page-master>

<fo:simple-page-master master-name="left"
	margin-top="20pt" margin-bottom="25pt" margin-left="50pt" margin-right="50pt" page-height="1000pt" page-width="450pt">
	<fo:region-body margin-bottom="20pt"/>
	<fo:region-after extent="25pt"/>
</fo:simple-page-master>

<fo:page-sequence-master master-name="psmOddEven" >
	<fo:repeatable-page-master-alternatives>
		<fo:conditional-page-master-reference master-name="right"
			page-position="first" />
		<fo:conditional-page-master-reference master-name="left"
			odd-or-even="even" />
		<fo:conditional-page-master-reference master-name="right"
			odd-or-even="odd" />
		<!-- recommended fallback procedure -->
		<fo:conditional-page-master-reference master-name="rest" />
	</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>

</fo:layout-master-set>

<!-- ******** 2. page ************** -->
<fo:page-sequence id="N2528" master-name="psmOddEven">



<fo:static-content flow-name="xsl-region-after">
	<fo:block text-align-last="center" font-size="10pt">
		<fo:page-number/>
	</fo:block>
</fo:static-content>

<fo:flow flow-name="xsl-region-body">
	
            <fo:block font-family="serif" font-size="10pt"
                line-height="14pt" text-align="end">SIP Videoconferencing <fo:page-number/>
		<fo:block background-color="blue" color="white"
		font-family="sans-serif" font-size="18pt"
		line-height="24pt" padding-top="3pt"
		space-after.optimum="15pt" text-align="center">SIP client</fo:block>
            </fo:block>
<fo:block>
	<fo:external-graphic src="sip:" height="400pt" width="400pt"/>
</fo:block>
	    <fo:block font-size="18pt" space-before.optimum="15pt">Instructions</fo:block>
	    <fo:block space-before.optimum="15pt">Above you see the SIP client integrated into X-Smiles.</fo:block>
	    <fo:block space-before.optimum="15pt" space-after.optimum="15pt" >You can contact other people by selecting them from the address book or by using URI such as 'sip:username@hostname'. Of course, the other side also has to have the SIP client online.</fo:block>
	    <fo:block space-after.optimum="15pt" >
	    If you have enabled registration, X-Smiles registers you at startup for 24 hours. 
	    Currently there is no feedback about the success of registration, please see the log for feedback.
	    </fo:block>
	
 </fo:flow>
</fo:page-sequence>






</fo:root>
	  
