similar to: Grandstream GSX-2000 - dead :-(

Displaying 20 results from an estimated 1000 matches similar to: "Grandstream GSX-2000 - dead :-("

2004 Jul 18
4
Brain-dead Grandstream BT102?
Following a(n apparently) failed attempt to upgrade a BT102, the phone is now brain-dead. Although it still has enough smarts to get a dhcp address and try to download the firmware and config, it never gets past the blue screen, nor will it respond to pings or port 80. Short of sending it back to Grandstream, is there any way to recover the phone? TIA Bruce Komito High Sierra Networks, Inc.
2004 Apr 29
4
Outgoing DTMF on BRI
If I want to send outgoing DTMF over a BRI interface, can I do it with 'isdn4linux' or must I use the 'capi' library? -- . . ___. .__ Posix Systems - Sth Africa /| /| / /__ mje@posix.co.za - Mark J Elkins, Cisco CCIE / |/ |ARK \_/ /__ LKINS Tel: +27 12 807 0590 Cell: +27 82 601 0496 -------------- next part -------------- A non-text attachment was
2004 May 07
5
729 licence on scsi
I Purchased 4 licences for my SCSI only machine. I do have a CDROM - with a mounted CD. The Registration binary gives me a 'Segmentation Fault'. Is this like telling me I can't register the licence? Unfortunately - I only seriously scanned the mailing list after buying the keys.... Seems like the licence insists on using an IDE drive to create some sort of unique serial number.. Has
2004 Apr 16
2
(Newbie) help please?
What I've got... Software: Linux: Slackware 9.1 Asterisk: out of CVS - so its new. isdn4k-utils: to test the ISDN Card Hardware: PII Pentium 400Mhz (Its a test of concept machine) with 320Kb RAM 1 x ISDN BRI Card - DIVA EICON (Installed + working) 2 x Grandstream (Barbie?) BT100 SIP Phones. What Works.. I can call from one phone to the other... get read voicemail... I can
2005 Oct 04
1
SNOM Subscribe/Notify
I'm using a SNOM 360 with Ver 4.3 software. Asterisk is.... Asterisk CVS-D2005.05.02.22.00.00-05/04/05 (BRI Stuff + Head) I've used the wiki info to set up some lines to monitor some internal extensions. When the extension is rung - the lamp comes on, when the call is answered, the lamp goes off.. I was expecting something a little more exciting - like the lamp to flash when the
2004 May 07
1
Voicemail: upgraded?
I'm sure I saw a posting about someone updating the CVS with a more richly featured voicemail system. What happened? Am I wrong? Can't seem to find anything on this... -- . . ___. .__ Posix Systems - Sth Africa /| /| / /__ mje@posix.co.za - Mark J Elkins, Cisco CCIE / |/ |ARK \_/ /__ LKINS Tel: +27 12 807 0590 Cell: +27 82 601 0496 -------------- next part
2004 Jun 12
1
'background' problem
I have a 'day' and a 'night' mode. In the day mode, I play a 'background' message which is interruptable by the pushing of a DTMF key - ie - all is normal. In night mode - I decided to get smarter... I play two backgrounds with a 'sayunixtime' in between and now DTMF does nothing - the menu times out to my 'lets get the operator then'... If I change the
2005 Jan 04
1
Displaying incoming e.164 callers number - how?
I've got asterisk able to make and receive calls via the Internet via E164 lookups. If I get such a call - I'd like to display the original phone number on my phone. In the log is the following - which displayed '601' on my phone. The caller was +886288097680 - am I getting the wrong ClID because of my end or the caller end?
2005 Sep 05
1
User authentication and privileges
I want to authenticate a user before he is able to use the phone. I also want to set his privilege as to where he is allowed to call to... Preferably, the password should be their VoiceMail password, (every extension (or is that user?) can have voicemail defined - even if its not in use?) ...one should be able to enter the password (variable length) as part of the dial sequence - eg the number
2005 May 12
1
ast_yyerror - 'space' in Caller-ID - string comparison
I've some code to manipulate incoming Caller-ID - so its suitable for replying to... [sipdef] exten => s,1,NoOp(FWD SIP: "${CALLERIDNAME}" <${CALLERIDNUM}>) ; Alter incoming calles from pulver - add a '87' exten => s,2,Gotoif($[${CALLERIDNAME} = ${CALLERIDNUM}]?3:4) exten => s,3,SetCIDName(87${CALLERIDNUM}) exten => s,4,SetCIDNum(87${CALLERIDNUM}) exten
2004 Apr 18
2
grandstream and stun
Hi, I noticed some issues with how grandstream handles stun test. GS is running version 1.0.4.50. First I reset the NAT router. Then reboot GS, get results of "restricted cone". Immediately reboot GS, get results "full cone". I tried quite a few public and commercial stun servers. Also tried different model/version of linksys routers. I always got the same issue. Winstun on
2004 May 09
3
DTMF broken
Some CVS upgrade in the last day or two has broken the recognition of DTMF eg in Voicemail. I'm running the latest CVS as of now. I'm getting the error... *CLI> -- Executing VoiceMailMain("SIP/phone1-e0dd", "") in new stack -- Playing 'vm-login' (language 'en') **Here I push a button** May 9 18:26:18 WARNING[98311]: chan_sip.c:5027
2005 Aug 10
4
GrandStream GSX-2000 strangeness
I have a really baffling problem. A couple of months ago I purchased a pair of GrandStream GSX-2000 phones for use with Asterisk. At first all was well. But recently I've noticed terrible sound quality problems. Basically the sound will "glitch" or stutter randomly from time to time. Now, what is interesting is that this happens even with the phone totally disconnected from any
2004 Apr 30
2
Playing with time ranges...
Playing with time ranges - using the examples found in one of the asterisk cook books... (pdf - page 17) ; After Hours include => night_menu|00:00-08:00|Tue-Fri|*|* include => night_menu|17:00-24:00|Mon-Thu|*|* this gives... ... pbx.c:2962 get_timerange: 24:00 isn't a valid end time.... -- Including context 'night_menu|17:00-24:00|Mon-Thu|*|*' in context 'default'
2004 Apr 20
3
Pattern matching rules for least cost routing
I've got two patterns I want to match on making an outgoing call... (one day - to do Least Cost Routing for Cell/Mobile calls) Firstly - I prefer '0' rather than '9' to get an outside line... Either its a call to a mobile No... (072 -or- 082 -or- 083 -or- 084) or its just another number to dial... I added the following... the playback just advises me which 'route' is
2004 Apr 19
1
Speaking digits and time...
-- Executing DateTime("SIP/phone1-07ff", "") in new stack -- Playing '/var/lib/asterisk/sounds/digits/day-1' (language 'en') -- Playing '/var/lib/asterisk/sounds/digits/mon-3' (language 'en') -- Playing '/var/lib/asterisk/sounds/digits/h-19' (language 'en') This works - the pathname is complete - Joy.
2005 Jan 28
1
1.0.2-BRIstuffed-0.2.0-RC2b and '*8' calls dropping
I'm using Asterisk 1.0.2-BRIstuffed-0.2.0-RC2b - when anyone picks up a call with '*8' - the call will drop after about 20 or so seconds. Is this a general problem with Asterisk 1.0.2? As this is the latest release that it appears Klaus-Peter Junghanns has for public consumption - is there anything I can patch for just this problem - or has Klaus-Peter Junghanns (or anyone else) been
2007 Nov 02
1
AEX800 (TDM800 Express) - not detected
I have a AEX800 PCI Express card - sort of a TDM800 with PCI-Express. (or AEX844 - 4FXS & 4FXO) I downloaded Asterisk Now - and have got this loaded on a new motherboard (Intel with 3 PCI, 3 PCI Express - etc). (Downside on PCI-Express is the physical support the express slot gives (very little) compared with an 'old' standard PCI slot!!!) With only this card in the box....
2004 Apr 29
1
i4l --> capi move - how?
I have * with i4l installed and working - on a dumb eicon card. It seems in order to get DTMF out of the BRI (for business banking - etc) - I should change from i4l drivers to capi drivers. wiki help seems to be for the Fritz card only...??? I have ticked the suggested boxes in 'menuconfig', explored the capi4linux websites - etc... but am missing some magic. I've "modprobe
2005 Jan 27
0
Grandstream setup woe and solution
Just added a new Grandstream BT102 to my network. Its running new firmware (Ver 1.0.5.22 of 2005-01-21). I could NOT get the damn thing to (SIP) register.... Gripe 1: The New Firmware does NOT show the current version of all the firmware. You have to ask the phone manually with its menu button. Gripe 2: It does not show '****' in the the two password fields... This is what caught me - I