Displaying 20 results from an estimated 300 matches similar to: "RFC3389 support issue with DG104S"
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 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 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.
2004 Jan 12
4
RFC3389 messages with ATA 186
I'm getting some warnings:
NOTICE[xxx]: File rtp.c, Line 264 (process_rfc3389): RFC3389 support
incomplete. Turn off on client if possible
Asterisk Version: CVS-01/06/04-13:50:26
Cisco ATA 186 version: v3.0.0 atasip (Build 031210A)
Is this something I should be concerned about? Anyone know how to "turn
off" the RFC3389 support on the ata 186?
Thanks!
2004 Apr 01
0
DG104S (MGCP) requies me to reboot often
It seems that the DG "gets lost" and keeps attempting to send RTP packs
to asterisk and it get an icmp deny.
The phones on that port will not work.
Other phones do.
So is this asterisk failing to hang up on the DG, or is DG not seeing a
"call over" message?
It is happening more frequently, but I am not at the location, so it is
tricky to catch the streams live. Whenever I
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 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 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
2004 Sep 21
1
Cisco 7940/7960 and voicemailmain not able to press keys after a hold.
I have noticed a problem with the Cisco 7940/7960 phones where if
you put your voice-mail box on hold using soft keys and come back
you can no longer navigate. I am curious if anyone else can
duplicate this problem. Happens reliably for me with the 7940
phones.
I use rfc2833 for DTMF. I would think it was a Cisco bug, but
for the fact that this did not happen with older version of
2003 Nov 27
4
RFC3389 support incomplete
Hi
When i make a call using IAX2, the log of the remote asterisk say
Nov 17 20:20:12 NOTICE[28686]: File rtp.c, Line 263 (process_rfc3389):
RFC3389 s upport incomplete. Turn off on client if possible
Nov 17 20:20:22 NOTICE[28686]: File rtp.c, Line 263 (process_rfc3389):
RFC3389 s upport incomplete. Turn off on client if possible
Nov 17 20:20:26 NOTICE[28686]: File rtp.c, Line 263
2007 Dec 11
1
RFC3389 message
When making or receiving a SIP call via my service provider, I get the
following message logged by Asterisk:
Dec 11 15:13:37 NOTICE[7392]: rtp.c:331 process_rfc3389: Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: xxx.xxx.xxx.xxx
Since the "client" is at my service provider (who uses CISCO kit, I believe),
I don't have the
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)) {
2004 Jul 09
3
ATA 186, firmware SIP 3.1 and codec g.726
I have a ATA 186 with SIP firmware 3.1 when I changed the configurations to
use the g.726 codec I received many erros and the calls doesn't work.
I changed the fields:
- LBRCodec: 6 <- the code for g.726
- TXCodec: 6
- RxCodec: 6
The errors:
Jul 9 13:15:37 NOTICE[1192491824]: rtp.c:500 ast_rtp_read: Unable to
calculate samples for format G726
Jul 9 13:15:37 NOTICE[1192491824]:
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
2003 Aug 06
1
Behind Firewalls, SonicWalls, etc..
I've searched the archives a bit and have not really come up with
a good answer to my queries.
I have * running on a RH9 box behind a LinkSys NAT box. I can talk
with iConnectHere outbound just fine. I am trying to configure an
inbound Xten softphone from outside. I have that user set as NAT in
sip.conf (seems to help), but I still cannot establish a full session.
I think the problem comes
2003 Mar 09
6
DTMF detection on SIP provider ?
Hi..
I just wondering why DTMF are not recognized by aterisk on incoming calls
from my SIP provider ...
ANy suggesteions ?`
/Mike
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 Dec 17
2
Cisco 7905g TFTP Configuration
I recently got a 7905G w/ Sip software preloaded.
I got it working w/ asterisk with no problem setting it up through the
phone.
I am now trying to make it download the config file from the tftp server. I
have set all of the options in the file and the file is definately named
correctly. But the phone is simply not processing the config file for some
reason.
Two commands Im trying to get
2011 Nov 05
1
glusterfs over rdma ... not.
OK - finished some tests over tcp and ironed out a lot of problems.
rdma is next; should be snap now....
[I must admit that this is my 1st foray into the land of IB, so some
of the following may be obvious to a non-naive admin..]
except that while I can create and start the volume with rdma as
transport:
==================================
root at pbs3:~
622 $ gluster volume info glrdma
2003 Jun 04
5
RTP codec error???
When I make a call using sip, I get the line
NOTICE[327696]: File rtp.c, Line 292 (ast_rtp_read): Unknown RTP codec
19 received
Repeated many times on the console
; SIP Configuration for Asterisk
;
[general]
port = 5060 ; Port to bind to
;bindaddr = 0.0.0.0 ; Address to bind to
context = outgoing ; Default for incoming calls
allow=gsm
allow=ulaw