similar to: DG104S (MGCP) requies me to reboot often

Displaying 20 results from an estimated 4000 matches similar to: "DG104S (MGCP) requies me to reboot often"

2004 Jan 23
1
DG104S firmware has error?
I am installing a used DG104S.... I got it to ring from gnophone, but all I got was fast busies. so I upgraded based on Pavel's link: ftp://ftp.dlink.ru/pub/VoIP/DG-104S/Firmware/MGCPDG104.zip So I now have: PROM Version: 3.0B22-D RUNTIME Version: 3.0B44-D But when I pick the phone up I get: ggdbg>000001604 DIM: 0 DSP ERROR: Reason= DIM ERROR: State Timeout 000001604 DIM:
2004 Jan 23
3
RFC3389 support issue with DG104S
I am getting (with older image): RFC3389 support incomplete. Turn off on client if possible How do I turn that off for the DG104s? Or if I can't how do I tweak asterisk? I see posts about ATA-186's having an audiomode, but the closet I came to was inbanddtmf. I tried =0 and =1, no effect. Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2004 Mar 31
1
LARGE BREASTS Handoff back to * from * via IAX?
How do I do this 1) ZAP-> * -> IAX(1) ------> IAX(2) -----> DG104S ------> Handset 2) No Answer on Handset 3) Back to IAX(1) 4) IAX(1) tries a cell phone 5) Still no Answer 6) Local * Voicemail. I have 1 working, and I had 4 working when there was only one box, i.e. when the handset did not answer the DG, asterisk went to the next step. Now that I have step 1 going to another
2004 May 31
1
Where is my normal dialtone? With DLINK DG-104S (MGCP)
I once (for a brief period) had dialtone, but I do know why :) Otherwise I get a boooop-booop-booop sequence. I cannot tell if this is the D-Link doing this, or asterisk... Who should be giving solid US dialtone? My indication.conf says: [general] country=us ... [us] description = United States / North America ringcadance = 2000,4000
2003 Aug 20
1
Asterisk introductory talk: Portland, OR USA
For those of you that are in the Portland, Oregon area: I am giving a talk today on Asterisk at the PLUG Advanced Topics Meeting. Details below. JT >From: "Zot O'Connor" <zot@whiteknighthackers.com> >To: PLUG LIST <plug@lists.pdxlinux.org>, > PLUG Announcement List <plug-announce@pdxLinux.org> >Organization: White Knight Hacklers >Subject:
2004 Mar 11
3
Have Voice Mail tell the extension?
Is there an easy way to make the voicemail system say the extension number after the directory find (via name)? People want to know the extension once they have found the person to speed up the process. Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2003 Dec 29
1
transfer with MGCP
Hello, I`m try to make the attended transfer work Dlink DG-104S via FLASH, when somebody calls my phone I pickup and press flash to get a second line to call another extension. When I press flash I hear no dialtone, and only a long and then small beep. When I try to dial digits I hear again those long+short beeps, but the extension dialed is not ringing. If I pres flash again I get back to
2003 Jul 30
2
MGCP behind NAT
Hi, After spending some time trying to get a DG-104S working behind NAT, I finally found the problem. I made the incorrect assumption that nat=yes in mgcp.conf works just like sip.conf. The channels within a gateway are treated more closely to zap channels than sip channels (from a .conf standpoint). What this means is that you have to put nat=yes BEFORE any subchannel definitions: This
2004 May 27
1
Dlink DG-104s telnet reboot
Is there any reference for the dg-104 telnet(shell) I need to log into a remote unit and reboot it over telnet. Its shell is not clear. David Hickman TSG Computer Consulting - Auctions 314-865-4752 x2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 287 bytes Desc: not available Url :
2003 Dec 12
2
Dlink DG-104SH
Hello, Anybody has it working with asterisk? Could you share your experience ( good/bad) Thank you -- Anton Yurchenko<phila@dg.net.ua> Digital Generation
2004 Aug 06
0
Parsing the icecast stats log
Hello All, I wrote a PHP function to parse the icecast stats log and return as much information in a structured array as possible (well, as much as I care about, anyway). Because the stats log is not easily machine-parseable, I thought this might be useful to somebody. The log is parsed using Perl-compatible regexps, so it should easily port. I have only my own setup to test this on, so
2005 Jan 18
0
RE: mgcp <-> h323 problem
Hello, I try to place a call between CISCO IP phone 7905 (h323) and an analogue telephone on DLINK DG-104S (mgcp). Call setup is handled ok - both way, but after connection of the call I get both site no-audio, even codec are Set to alow-64 both. The call is terminated with this debug output - Didn't get a frame from channel: MGCP/aaln/1@dlink-1 and is Hanged up. Jan 18 20:32:55
2004 May 13
0
MGCP channel problem
Hello I have a problem with my MGCP voice gateway. I use D-Link DG104S Boot PROM Version 3.0B38-D Firmware Version 3.0T86-D I tried asterisk v 0.7.2 and I am using latest CVS version now. When I dial a number very fast, or when I use a redial function, my asterisk receives coupled digits. My co-worker called number 245005111, these are a few lines of my debug. The identifier of first digit
2007 Apr 18
0
[PATCH][TOOLS]C/S 14864 requies xgettext - so check for it.
Add "chk build" check that we''ve got xgettext since it''s now required. Signed off by: Mats Petersson <mats.petersson@amd.com> -- Mats _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
1999 Feb 12
1
more on dput
I would like to write data so that I can re-read it and reproduce results, preferably in both R and Splus. In the past when I have done this my data has been relatively simple and I've just scan()ed it. Now I have a fairly complicated structure I would like to preserve and I've been trying to use dput and dget. Is there a better way? If not, the following truncation by dput, which I
2005 Apr 12
1
functions(t.test) on variables by groups
Dear R users, I have a data frame with categorical Vars. "Groups" and a couple columns of numeric Vars. I am trying to make two-sample t.test on each variable(s01-s03) by Groups. A data generated as following: zot <- data.frame(Groups=rep(letters[1:2], each=4), s01=rnorm(8), s02=rnorm(8), s03=rnorm(8)) I have written a piece with a for loop. for (i in 1:(length(zot)-1)) {
2003 Dec 05
3
MGCP IADs
Hi, For MGCP users. Is there any success stories with any MGCP IAD vendor. I?m trying to find an IAD which works with Asterisk. I?ve tried the Cisco IAD 2430 without success; but SIP on this IAD works but it?s limited (no authentication, no notify messages, etc) and with higher density IAD (16 or more ports) it?s nice to control using MGCP. Any information will be apreciated ! Thanks. --
2003 Sep 24
3
Dlink DG-104S (chan_mgcp) and configuration w/Asterisk
I have a DG-104S (which I reset to factory settings, it's DHCP'ing off my network, plugged into the WAN port). The system comes up, and I through the web browser set under Call Agent IP Address to: Notify Entry: dlinkgw@[192.168.1.1]:2427 (192.168.1.1 is the * server) I have RGW Name: and DNS IP addres the DNS IP of the MGCP box and DNS State disabled (not sure what to set it to) --
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
The current llvm/llvm-gcc4.2 svn is now fixed with respect to the extra warnings that were being emitted by the gfortran compiler. The gfortran testsuite results under Intel Darwin9 are appended below. Jack Native configuration is i686-apple-darwin9 === gfortran tests === Running target unix/-m32 FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL:
2009 Aug 23
0
[LLVMdev] x86_64 darwin multilib gfortran testresults
Using the proposed patch for enabling the i386 multilib under the x86_64-apple-darwin build... http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-August/025040.html the following gfortran testsuite results are obtained... Native configuration is x86_64-apple-darwin10 === gfortran tests === Running target unix/-m32 FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL: