Open-AudIT
https://www.open-audit.org/phpBB3/

VoIP equipment
https://www.open-audit.org/phpBB3/viewtopic.php?f=9&t=2456
Page 2 of 2

Author:  tcrush [ Thu Nov 04, 2010 3:08 pm ]
Post subject:  Re: VoIP equipment

[quote="seraphielx"]mac converted

[code]
function convert_mac_address($mac){
//mac address should be like this 0024C4BF5D0B 12 chars
$mac = str_split($mac, 2);
$convertedmac = implode(":", $mac);
return $convertedmac;
}
[/code]

appreciate the mac conversion:)

Author:  unomaha [ Wed Feb 23, 2011 5:20 pm ]
Post subject:  Re: VoIP equipment

What is soft voip and how is it different from voip service like skype? Apart from technical details of soft voip, I also want to know how to set it up on my home pc.

Page 2 of 2 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/