similar to: Shockwave - any progress?

Displaying 20 results from an estimated 2000 matches similar to: "Shockwave - any progress?"

2007 Feb 20
2
Help! How to get ANSWEREDTIME after DIAL a ZAP channel?
Dear all, I tried to make a call with extensions.conf. exten=> _00[1-9].,1,Dial(zap/g1/${EXTEN}) exten=> _00[1-9].,2,NoOP(ANSWEREDTIME=${ANSWEREDTIME}) exten=> _00[1-9].,102,Hangup But the 2 and 102 will not be executed. So I can get the correct answered time via 2. Is any idea about it? Is it the problem of my ZAP channel's configuration? My zapata.conf is as below:
2006 Jan 07
1
Leisure Suit Larry's Greatest Hits and Misses
I am now at the point where I have one more thing to install before I can scrap my Windows box - and it's Leisure Suit Larry's Greatest Hits and Misses. I have installed the DOS-based parts of it in dosbox, and also used sarien and freesci to handle some of it, but there is a significant part of this collection that needs Windows. Trying an installation with the default Windows version
2008 Apr 02
2
Problems on recent versions of Wine - MS Office 2000 and Shockwave
I don't make that much use of Wine but do sometimes need real MS Word, and sometimes like to play some of the games on the shockwave.com site. However, there have been a number of upgrades recently to Wine and these have now stopped working with the following symptoms: Office: Running applications from an existing install says "This application must be installed to run. Please run Setup
2006 Jan 10
1
Moving wine from one computer to another
Hi I have a working wine installation one one computer including several installed programs. Now I would like to move the .wine folder, which as I understand it contains all the configuration details and windows file and registry, to another conputer. What is the easiest way to do this? I installed already the same wine version (0.9.3) on the other computer. How can I move the .wine
2005 Nov 15
1
MS Office 2000, and Shockwave, under wine 0.9.1
There was a time when I managed to get Office 2000 (or those parts of it I wanted) and Shockwave both installed in wine, using winetools. However, under later versions, that is not suitable. I am wondering if anyone has yet succeeded. My specific problems: Office installer: when I get to the part where I choose the required components, the icon to indicate the installation type selected for
2008 Oct 10
9
How to enable inbound CLI for X-Lite/Asterisk phone.
Hi, I am using asterisk 1.4.18. I am using it for inbound only call center. The SIP phones are X-Lite. Right now when a call is proxied by Asterisk to X-Lite the agent only sees asterisk written on its CLI screen. I want the agents to be able to view the callees number. Is there any way to make this happen. Regards Syed Nasruddin -------------- next part -------------- An HTML
2007 Jan 28
1
Voicemail from sip phones
Hello, I'm having a problem in voicemail check attempts from SIP-based phones. I've searched a ton of docs but don't see anyone else having a similar issue. I have a TDM22B with two non-sip phones connected to it as well as several SIP phones including a GXP-2000 and some X-Lites. Users of the real phones in the same context can pick up and dial *8 to get to VoiceMailMain() just
2007 Feb 26
2
SetCIDNum is not available on 1.4svn
Hello, I am using the SetCIDNum dialplan application on 1.2 and 1.4.0; I've tried it on 1.4svn 56126 and it does not recognise this application. Any idea?... Thanks! __Yehavi:
2007 May 13
1
Zapateller and IAX2
Hi, I have been using Zapateller with a TDM400 no problems at all, but recently I have ported our BT number to a VoIP provider, and have a strange problem. When I phone our number I first get the BT unavailable three tone sound, and then it actually connects the call via IAX2. So, I disabled zapateller in the dialplan and tried again. Would you believe it worked fine. Has anybody else come
2007 Oct 25
2
What to use instead of LookupCIDName?
Hello When using LookupCIDName, Asterisk 1.4 says that it's deprecated, and we should use "${DB(cidname/${CALLERID(num)})}" instead, but I don't know how to use it: ;DEPRECATED exten => s,1,LookupCIDName ;ERROR exten => s,1,${DB(cidname/${CALLERID(num)})} I guess I should use this as a parameter to a function, but which one? Thank you.
2007 May 03
3
FXO recommendation
Hi all, With the gamut of FXO cards out there, I'm looking for a recommendation for home use. I have a nicely working Asterisk 1.4 system that just requires an FXO card to connect my NTL PSTN to it. My previous X101P clone seems to have kicked the bucket. Any suggestions would be greatly appreciated. Regards Kyle -- Kyle Gordon kyle@lodge.glasgownet.com http://lodge.glasgownet.com
2007 Mar 27
5
TDM400p reliability
What are peoples experience with the reliability of the TDM400p. Specifically in the 2 FXO, 2 FXS configuration, which is the 022 (?) model. Is this board prone to random failures? joe a.
2009 Mar 16
3
RepliWeb R-1 Console
I am trying to install RepliWeb R-1 Console, but it is failing. I have a self-extracting installer that I used on my Windows-based laptop but when I try to run that with Wine, this happens: I do: wine R1_win.exe Some extraction happens, then: File not found C:\windows\temp\rw_products>.\check_before_install.exe err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
2007 Aug 31
2
Shortening Context code
Hi All, If I had a large block of code, eg: [outgoing-pstn-gradwell] ; the caller ID convertion assumes that the last two digits of the callers id ; are mapped to the last two digits of the PSTN number. exten => _0.,1,ExecIF($["${RECORDOUTBOUND}"="TRUE"],Monitor,wav|${TIMESTAMP}-${CA LLERID(num)}-${EXTEN}-${UNIQUEID}.WAV) exten =>
2016 May 19
2
Datakam Player (Registrator Viewer)
A few months ago, I tried to get Datakam Player (Registrator Viewer) to work on my Linux system using wine, without success. I have since installed a newer wine, and it now starts and can open the files created by my dashcam, but it does not play them - the video area remains black, there is no sound and the speed and location displays do not change. Short of trying an even newer wine, which
2008 Sep 13
1
What if some phone picks up
Godd evening! What happens if someone calls and asterisk doesn't "Answer()" itself, but another analog phone does? Can I somehow catch this situation in my dialplan. I have an ISDN line, but with it I got a box with an adapter for good old analog phones. This doesn't seems to be directly connected to the ISDN line asterisk sees. But somehow, it must know, that the call
2009 Jul 16
1
Sending things to Jabber but not within an extension
I have set my Asterisk server up to connect to my Jabber server and send messages with the caller ID details in them to the recipients of incoming calls - this is working very nicely. There are a few other things I can think of right now that I would like to send to Jabber but as yet I do not know whether they are possible. They are: (a) a count of messages in a voicemail box - triggered
2009 Mar 27
2
London DDI test request
Greetings list, I'm trying to establish if there's an issue whereby certain telcos in certain countries have not updated the London, UK numbering plan to include some parts of the 020 3 range, despite it being in operation for some two years now. To help with this, I'd be most grateful anyone outside the UK could make a test call to +44 203 3393 7389. This is a simple test number
2009 Mar 19
4
"The number you have called has been disconnected or is no longer in service"
This sort of message is usually preceded by some magic tones that allow direct marketing application to immediately drop a call to a dead phone number. What is the proper terminology for the tones? Where can I find information about how this is implemented? -- Drew Einhorn
2007 Sep 12
2
Generating an old-fashioned dialtone
Is there a way to generate an old-fashioned dial tone with Asterisk? I'm thinking of one that sounds like: http://www.seg.co.uk/telecomm/dialtone.wav -- Phil Reynolds o ____ mail: phil at tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95