Skip to content

Instantly share code, notes, and snippets.

@eccentricbiped
eccentricbiped / keybase.md
Created September 14, 2019 21:23
Keybase

Keybase proof

I hereby claim:

  • I am eccentricbiped on github.
  • I am eccentricbiped (https://keybase.io/eccentricbiped) on keybase.
  • I have a public key ASD4H4R251_vwcvVPKWIBNJernkWoJdX5KoJZy0NcgnNuQo

To claim this, I am signing this object:

@eccentricbiped
eccentricbiped / CallToSip.php
Created January 27, 2022 20:26
CallToSip.php
<?php
echo header('content-type: text/xml');
echo '<?xml version="1.0" encoding="UTF-8"?>';
/** Get sip endpoint list **/
$params=$_REQUEST['SipUser'];
$toNumberList=explode(",",$params);
?>
<Response>
<?php
for($i=0; $i < sizeof($toNumberList) ;$i++) { $to=$toNumberList[$i]; ?>