similar to: HowTos/PXE/PXE_Setup add?

Displaying 20 results from an estimated 500 matches similar to: "HowTos/PXE/PXE_Setup add?"

2008 Dec 22
2
Contributing on CentOS Wiki
Hello, I'm Vitor Afonso Strabello and I need to be added as a member into the Wiki to edit/create some tips and entries on the Wiki. My userid is VitorStrabello. I would like to contribute on network, configuration and installation (to begin, I'll post something in kickstart section on the wiki...) tips/tricks/how-tos, so on at the CentOS wiki. Also I'm a member of the CentOSBR
2009 Dec 10
1
Asterisk as a PSTN simulator
Hey folks, I'm from Brazil and I have the following doubt. May I use an asterisk box with some cards to act as an PSTN simutator between a little amount of sites? I will start to think about it in a voice lab for my studies. Kind regards, Vitor -- Vitor Afonso Strabello MSN: vstrabello at hotmail.com
2010 Apr 13
2
how to debug pxe boot problems
Hi all, I'm trying to get a pxeboot server up and running, according to the instructions on the WIKI (http://wiki.centos.org/HowTos/PXE/PXE_Setup & http://wiki.centos.org/HowTos/PXE/PXE_Setup/Menus) Here's my /tftpboot/pxepxelinux.cfg/default : default menu.c32 prompt 1 timeout 300 ONTIMEOUT local MENU TITLE PXE Menu label Dos Bootdisk MENU LABEL ^Dos bootdisk
2007 Aug 14
0
Possible typo in HowTos/PXE/PXE_Setup/Menus
Hi, in the section where take reference to x86 Servers Menu the file says x86_64_Servers. ... /tftpboot/pxelinux.cfg/x86_64_Servers MENU TITLE x86 Server Menu ... Should it say x86_Servers instead ? Cheers, al.
2016 Aug 18
2
Updating PXE documentation for CentOS wiki
I was just looking at the CentOS Wiki at https://wiki.centos.org/HowTos/PXE/PXE_Setup, and it's pretty seriously out of date. It neglects the existence of the "syslinux-tftpboot" RPM, and the hand editing of xinetd config files for tftpd ignores the availability of "chkconfig" and "service" to manage that service. For more sophisticated users, it doesn't
2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used. The problem can be the version of Asterisk? I use Asterisk 13 instead of 11. 2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have changed this > [dongle0] > audio=/dev/ttyUSB1 > data=/dev/ttyUSB2 > > To > > [dongle0] > imei=123456789012345 > > and imei exact same as on your device ? > > On Fri, Feb 12, 2016
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
I tried this [dongle0] ;audio=/dev/ttyUSB1 ; tty port for audio connection; no default value ;data=/dev/ttyUSB2 ; tty port for AT commands; no default value ; or you can omit both audio and data together and use imei=123456789012345 and/or imsi=123456789012345 ; imei and imsi must contain exactly 15 digits ! ; imei/imsi discovery is available on Linux only
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes, I used IMEI. But in CLI appearing nothing and it not register. 2016-02-12 14:27 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have you tried imei discovery > imei=123456789012345 > > > write imei number instaed of 12345... > > On Fri, Feb 12, 2016 at 8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >>
2007 May 04
3
Lotus Notes 6.5 fail to install in Wine
Hi, I'm trying to install Lotus Notes Client 6.5 in Brazilian Portuguese with Wine 0.9.36 and its doesn't work. I find in http://wiki.winehq.org/LotusNotes that this version of wine can install and run the Lotus Notes 6.0, 6.5, and 7 Windows clients without any special effort. And don't find any bugs related to that. Someone know something about? Thanks, Vitor ubuntu 7.04
2016 Aug 29
4
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
Oh! In that case ignore it. Asterisk won't rebind the adapter if you've only changed parameters. The message is misleading -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Vitor Mazuco Sent: Monday, August 29, 2016 10:41 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:
2016 Mar 04
2
How to recive Incoming calls in Chan Dongle ?
Hi! How can I setup my Chan Dongle recived calls in my Asterisk? I have to setup in dongle.conf ? Or in extensions.conf? And the code for recive I found this site http://asterisk-service.com/page/chan-dongle-use I have to To save Subscriber Number before? See the error log in my Asterisk pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to invalid extension but no
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply But whats is the code in parkedcalls context. Please, can you give an example? Thanks very much. 2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>: > On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >> >> I tried to use Parking Calls >> >> I use Asterisk
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Ah no, I'm asking what code I put inside of parkedcalls? This example works? [ramais] include => parkedcalls [parkedcalls] exten => 700,1,ParkedCall(701) exten => 702,1,ParkedCall(702) exten => 703,1,ParkedCall(703) exten => 704,1,ParkedCall(704) This exten works? 2016-02-03 17:27 GMT-02:00, Doug Lytle <support at drdos.info>: >>>> On Feb 3, 2016, at
2016 Feb 04
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, so this context parkedcalls is inside on features.conf? 2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>: >>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote: > >>>> Ah no, I'm asking what code I put inside of parkedcalls? > > Nothing, > > The context parkedcalls is generated by features.conf, you just
2010 Dec 15
2
XEN - VM CPU usage / VM disk corruption
Hi. We have a Xen running on Centos 5.5 on a HP ML 150 G6. We run just one VM (4 CPUS) with (SBS 2000) Windows 2000 Server SP4 + SQL + Exchange We have experiencing some issues: - Slow VM usage. - We have to click icon’s on console twice. - High CPU usage (always 99%) on Xen Monitor with no activity on VM client (below 5%) - VM Disk corruption
2016 Mar 02
3
How to install Huawei E153 in a Asterisk 11 or 13?
Hi everyone! I tried to install chan_dongle for Asterisk 11 in a Ubuntu 14.04, but my Huawei E153 is not working in my Asterisk. I fallow this rules http://blog.denisbondar.com/post/asterisk11-chan_dongle_e1550-ubuntu14 But not successes. Thanks in advanced,
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Hi! I tried to use Parking Calls I use Asterisk 13, but I can't park any calls and it returns me [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 ast_context_verify_includes: Context 'ramais' tries to include nonexistent context 'parkedcalls' What is the correct code for put in extensions.conf? Can be this example below? [parkedcalls] exten => 700,1,ParkedCall(701) exten
2015 Dec 16
2
Help with CDR-Stats
Humm whats is the diferent? Em 16/12/2015 14:19, "Annus Fictus" <annusfictus at gmail.com> escreveu: > CDR-STATS is for reporting. > > A2Billing is for billing... > > Regards > > El 16/12/2015 a las 11:15, Vitor Mazuco escribi?: > >> Hi everyone! >> >> I'm trying to install CDR-Stats (cdr-stats.org), but it very difficult. >>
2016 May 09
4
VoipRaider is true for FREE calls?
VoipRaider the site, says calls to landlines in Brazil is FREE within the freedays period. Log in to the website and hire the service, it says that I have 90 days of freedays paying for cheaper service is $ 10.. That is from what I understand, I will pay 10 dolares for unlimited call in landlines for a period of 90 days? Is that it? Has anyone tested it there? How many simultaneously calls can
2004 Dec 19
6
IPSEC vs OpenVPN
While I have concentrated on support for 2.6 native IPSEC in release 2.2.0, I am still of the opinion that unless you absolutely need IPSEC compatibility that OpenVPN is a much easier (and in the case of roadwarriors, a much better) solution. Having already generated all of the required X.509 certificates, it took me less than 1/2 hr to replace my IPSEC testbed with an OpenVPN one using the new