file vergessen

git-svn-id: svn://svn.cccv.de/engel-system@136 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-08-28 04:31:25 +00:00
parent 39c5125ac4
commit 05c06b6380
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[Engelsystem]
exten => s,1,Playback(demo-abouttotry);

View File

@ -0,0 +1,6 @@
[Engelsystem]
type=user ; friend (allow user to make calls and to be called), peer (user can be only called) or user (user can call only).
auth=md5
secret=password
host=<host ip>
context=Engelsystem

View File

@ -0,0 +1,12 @@
<?PHP
echo "<br>";
if( strpos( $_SERVER["REQUEST_URI"], "?") >0)
$URL = $_SERVER["REQUEST_URI"]. "&SetLanguage=";
else
$URL = $_SERVER["REQUEST_URI"]. "?SetLanguage=";
echo "<a href=\"". $URL. "DE\"><img src=\"./inc/flag/de.gif\" alt=\"DE\"></a> ";
echo "<a href=\"". $URL. "EN\"><img src=\"./inc/flag/en.gif\" alt=\"En\"></a> ";
?>