Displaying 2 results from an estimated 2 matches for "webpagee".
Did you mean:
webpage
2005 May 26
1
Little Php question
> -----Original Message-----
> From: Ronald [mailto:asterisk107@gmail.com]
> Sent: 26 May 2005 10:47
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [Asterisk-Users] Little Php question
>
>
> Hi
> I'm trying to make a call from a local webpagee through my
> xlite softphone
> (xlite1)
> BTW when I'm trying to do it through telnet it works
>
> For this I'm using a php script I found
>
> <PRE>
> <?php
> $socket = fsockopen("192.168.1.1","5038");
> $uname = "test"...
2005 May 26
0
SV: Little Php question
...lelse-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Ronald
Sendt: 26 May 2005 11:47
Til: Asterisk Users Mailing List - Non-Commercial Discussion
Emne: [Asterisk-Users] Little Php question
Hi
I'm trying to make a call from a local webpagee through my xlite softphone
(xlite1)
BTW when I'm trying to do it through telnet it works
For this I'm using a php script I found
<PRE>
<?php
$socket = fsockopen("192.168.1.1","5038");
$uname = "test";
$secret = "test";
#$exten = 12345678;...