similar to: Webdav and read only

Displaying 20 results from an estimated 2000 matches similar to: "Webdav and read only"

2006 Mar 25
2
Asterisk billing from CDR database
I am copying the Master.csv file to another server and importing to mysql. I am looking for a simple billing application that will produce a bill for a give account code for a give period, based on a rate table. Is this available? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM:
2006 Mar 26
9
Script to kill dictionary spam attacks
Does anyone have a script that will notice a Rumplestiltskin type spam attack (where they try every name possible) and drop the sending into a block list? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com -- This message has been scanned for viruses and
2006 Feb 11
2
Logging Bind answers
I am having a mail server problem where the mail to one domain is being sent to the wrong server. When I use "dig masonc.com mx", I get ;; ANSWER SECTION: masonc.com. 86400 IN MX 5 mail.masonc.com. ;; AUTHORITY SECTION: masonc.com. 86400 IN NS ns1.picadoo.com. masonc.com. 86400 IN NS ns2.picadoo.com. ;;
2006 Jan 10
3
CDR problem - incorrect time
We have a billing system that depends on the CDRs. We had a guest that made a one minute call to a local cellphone, this call went out Zap channel through our channel bank. The CDR recorded a 200 minute call, but I checked with the Telco's records and it had terminated after one minute. What can cause this and what can I do to prevent it? -- Chris Mason NetConcepts (264) 497-5670 Fax:
2005 Jul 28
4
Public phone
A client wants to put phones in a semi-public place, using a Calling Card solution. What kind of hardware is suitable? I'm looking for a wall mounted booth, a SIP phone that can't easily be broken, but I might just use cheap analog phones and a channel bank. What do you suggest for the calling card software? This installation will be outside the US. -- Chris Mason NetConcepts (264)
2005 Jul 16
1
Voicemail macro?
For our hotel application, we don't want to have to write 50 voicemail entries, is there a way to do a voicemail macro in the same way as a standard extension macro? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com
2005 Mar 29
1
Fail over
For all my PBX installations I want to have Fail Over on the main incoming PSTN line so that a power outage does not leave the offices stranded. Is there any commercial solution to this? I would rather a finished product than a home soldering project. Chris Mason masonc@masonc.com Box 340, The Valley, Anguilla, British West Indies Tel. (264) 497-5670 - Cell: (264) 235-5670 - Also (305)-735-3483
2006 May 24
2
WebDav on rails
I am trying to do webdav on rails. I already did it with PHP so it should not be much difference. However I have some problems. 1) When Word sends PROPFIND it sends GET request with XML inside the request body. However I cannot seem to get this information. request.body returns no such method even though request.inspect shows there is instance variable called @body. How can I access that? 2)
2005 Jun 29
1
Teliax Problems
One might also conclude that during the outage the support people were focusing on getting the system back up and were not near phones. At least that is what I would bet on. Just a thought considering how most of the smaller ITSPs seem to work. Cheers, Wiley -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
2006 Mar 18
3
Sipura 3000 DMTF
I have three Sipura 3000 FXO untis for incoming PSTN lines on a small pbx. There is an IVR to select the extension. The DTMF tones are not being sensed so the IVR does not work and incoming calls are not being answered. I have listed my sip.conf entries. Is there any solution to this? ;Sipura units [101] type=friend host=dynamic context=default secret=mysecret mailbox=101 dtmfmode=inband
2006 Feb 27
1
Snare
What is the function of the snare daemon? I just found it on a machine and never heard of it before. -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla at yahoo.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be
2006 Mar 15
0
Call go on hold for no reason
I am trying to use ChanIsAvail to detect the best route for a call. I am testing by dialing an extension that is then forwarded to the DID. Normally it will be an incoming PSTN call that is forwarded. When I try it, I get put on hold for a few seconds and miss the beginning of the recorded message. Any ideas what is going on? -- Executing ChanIsAvail("SIP/501-304d",
2006 Mar 19
0
Bizzare DTMF on channel bank
I have incoming PSTN lines on an Adtran 750 channel bank. Calls are evaluated by an agi script based on callerid and forwarded to an international DID through Voxee. There is an IVR at that number that asked to user to enter a selection. When the user presses a key, my pbx puts the call on hold and tries to start music on hold. What's doing this? I have no backgrounds, no listen, the call
2006 Mar 23
0
Billing from CDR files
I have a Astlinux system that can't run mysql. I want to bill calls by extension but all I have is the raw CDR files. Is there any software that cal produce a simple call accounting from text CDR files? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com --
2006 May 09
0
Using ChanIsAvail and SIP
I am trouble finding a configuration that works for ChanIsAvail and SIP. My two providers are Voxee and Teliax. I have these lines in a macro exten => s,n,ChanIsAvail(SIP/teliax&SIP/voxee) exten => s,n,Cut(CH=AVAILCHAN,-,1) exten => s,n,NoOp(AVAILCHAN= ${CH}) ; Dial the available Channel exten => s,n,Dial(${CH}/${ARG1},60,t) Looking at the execution, I can see what the AVAILCHAN
2006 Feb 24
0
Patch and re-compile kernel rpm
I need to make changes to the kernel for a firewall application I am running. Can anyone point me to a howto on downloading the rpm, building the source, patching the source, and building the new kernel rpm? I am a bit confused by changes in teh way things are done and not sure of the correct procedure. -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax:
2006 Feb 25
1
Looking for kernel 2.6.11 source rpm
Where could I get a source rpm for this kernel version? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla at yahoo.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2005 Jul 04
2
Extensions will not go to voicemail
I have a remote installation that connects via IAX from my office pbx. When I call an extension on the remote pbx, after the dial period, the call is terminated. Nothing I do in configuration of that extension seems to matter: -- Executing NoOp("IAX2/netconcepts@nnn.nnn.nnn.nnn:4569-5", ""Dial 710"") in new stack -- Executing
2006 Mar 24
4
Multi-ISP - rules for one interface
I have two external interfaces in a Multi-ISP config. I allow access to port 81 for a webcam, but I only want that to work for one of the interfaces, and I want to limit the connections to it by maximum time for one user, or failing that, maximum connections, as people just leave it running on their desk all day (it''s a Caribbean beach so people sit and dream). ow do I do that as
2005 Jul 19
0
Polycom phone configuration script available for download
I have tidied up the script and added some help text, feel free to download and maybe improve. http://www.masonc.com/phoneconf Usage: Usage: ./phoneconf [config|help] phonemacaddress extention username context ./phoneconf help will print syntax info ./phoneconf 0004f201aa11 500 MyPhone defaulot will configure the phone with that mac with one extension (500), and add the phone to sip.conf.