Displaying 20 results from an estimated 21 matches for "dring".
Did you mean:
ring
2004 Jun 10
3
Iax2 ringtone problem
...i have a problem with iax2 and ringtone.
Here is the call path
pstn -> asterisk -> iax -> firefly or any iax phone.
My problem is when i receive a call on my iax phone, the ring sound is very distort and bad.
If i open my sip phone, and receive a call from my pstn, the ring is like dring dring, very normal.
Otherwise, it is like a machine gun with iax
Help would be really appreciate on how i can fix my iax issue
JF Thank
2004 Dec 14
8
Verizon PRI Setup Problems
Hi -
Thanks for the fast response!
> Try changing your dial statment to use a group instead such as
> Dial(Zap/g2/3055551212)
Same result:
Spawn extension (from-sip, 000, 1) exited non-zero on 'SIP/2000-8dca'
-- Executing Dial("SIP/2000-a4f1", "Zap/g1/19142246402") in new
stack
Dec 14 22:11:09 NOTICE[1506]: app_dial.c:800 dial_exec: Unable to
create
2010 Jul 10
2
PHP can't insert - Can someone please help
...y syntax probably.
$npaa = "('$_POST[anpa]')";
$nxxa = "('$_POST[anxx]')";
$blocka = "('$_POST[ablock]')";
*$grplist = $npaa.$nxxa.$blocka;*
$sql="INSERT INTO findmefollow(grpnum, strategy, grptime, grppre, grplist,
annmsg_id, postdest, dring, needsconf, remotealert_id, toolate_id, ringing,
pre_ring)
VALUES ('$_POST[grpnum]','ringall','$_POST[grptime]','$_POST[grppre]',$grplist,'0','$_POST[postdest]','','','0','0','Ring','$_POST[pre_ring]')&q...
2010 Jul 12
1
My own FreePBX FollowME module - Stuck at Reload - Anyone else had experience with this?
Hi Everyone,
I have done some php coding to come up with my own FollowME module for
FreePBX. The need for this has some security considerations behind it.
This is what my code does at core:
$sql="REPLACE INTO findmefollow(grpnum, strategy, grptime, grppre, grplist,
annmsg_id,postdest, dring, needsconf, remotealert_id, toolate_id, ringing,
pre_ring) VALUES
('$_POST[grpnum]','ringall','$_POST[grptime]','$_POST[grppre]','$grplist','0','$postdest','','','0','0','Ring','$_POST[pre_ring]'...
2006 Dec 19
1
Distinctive Ring detection and caller ID
I have a line from BT (UK) connected to my asterisk system, on a
TDM400P.
I am able to see either distinctive ring cadences or caller ID but not
both. If I try to enable both, all drings show up as 0,0,0.
This is a pain because, if I make a call out over that line and the
number I call is busy, I can elect to camp on it (ringback), which
results in a different cadence of ring when the called number clears.
At the moment, if I try to do this, my IVR autoattendant picks up the
rin...
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
2004 Aug 28
5
Distinctive ring detection problem
...o get distinctive ring to work on my PSTN with no luck.
I can get 2 different ring codes but it skips the context assigned...
here is my complete zapata.conf:
[channels]
signalling=fxs_ks
usecallerid=yes
rxgain=1.0
txgain=1.0
language=en
context=default
usedistinctiveringdetection=yes
dring1=134,0,0
dring2=137,0,0
dring1context=internal2
dring2context=default
channel => 1
here is the debug output:
Aug 18 10:36:20 NOTICE[1112767280]: chan_zap.c:5053 ss_thread: Got event 2 (Ring/Answered)...
-- Detected ring pattern: 137,0,0
-- Distinctive Ring matched context internal2...
2004 Jun 10
4
How to get the Called id with AGI
Hi all,
Is there a way to get the "called id" (the B number) with AGI perl ?
I know how to get the caller id which is working fine and is just below:
#!/usr/bin/perl
use Asterisk::AGI;
$AGI = new Asterisk::AGI;
my %input = $AGI->ReadParse();
$callerid = $input{'callerid'};
$AGI->say_digits($callerid);
}
Thanks in advance,
Angel.
2004 May 22
14
Caller ID with BT CD50
Hi All,
Having searched the archives, I can see there has been much discussion
at various points regarding capture of caller id information from good
old BT.
If I understand correctly, it seems that not only do the drivers not
currently support it, but my X101P possibly/probably can't do it anyway
due to hardware?
So, that leaves me with the modem route, which seems more and more
unlikely,
2005 Sep 14
1
Distinctive Ring Tones
...d to it, the primary number with the standard ring
cadence: 400,200,400,2000 and the secondary number with the alternative
cadence: 200,400,200,400,200,1600
CLID presentation is working fine and in zapata.conf I have:
usecallerid = yes
usedistinctiveringdetection = yes
I am trying to set up the dring and dringcontext variables in
zapata.conf and am trying to identify the returned codes for the two
ring tones.
Unfortunately, what gets returned in the asterisk console (verbose) is:
-- Starting simple switch on 'Zap/4-1'
-- Detected ring pattern: 0,0,0
for both ring cadences....
2005 Oct 06
2
SIP Dialler
Hi,
Any of you have any experience with SIP softphone dialler that capable
of local recording? (recording to files in harddrive)
So far I only know eyeBeam and Express talk. eyebeam fine but there
are known error with recording. Express talk recording looks ok, but
sometime it doesn't have incoming voice with *.
Cheers
Benni-
2007 Jul 24
1
CallerID from POTS to SIP
...ta.conf, I have these callerid options for the incoming channels:
hidecallerid=no
usecallerid=yes
I also added:
callerid=asreceived
sendcalleridafter=2
Within the context in extensions.conf, I have:
exten => s,1,Dial(SIP/gxp3,20|o)
I'm confused as to why it works for the one line (without dring) and not
for the line with it. The distinctive ring is the only difference I can
see between the lines but then I'm confused as to why the callerid is being
logged correctly but not sent to the SIP phones, regardless of which line
it's on.
Any help that anyone can provide is appreciat...
2010 Mar 04
0
CallerID and distinctive ring detection
Using distinctive ring detection with bell202 cid, is there any way to tell
DAHDI to sometimes expect the cid after the 2nd ring, other times after the
1st?
I just added RingMaster service (2nd DID w/ distinctive ring) to a TDM800P
FXO line. No problem setting dringcontext for the 2nd DID. The 1st DID
works normally, but I get no CallerID on the 2nd because the call is picked
up before the FSK spill is sent.
In both cases, the spill is sent about 2.8 secs after the start of the 1st
ring, and 0.7 secs after the (1st or 2nd) ring ends. But after the default
c...
2007 Aug 11
1
tc and multiple ip on a device
Hi,
i''m sort of testing a configuration and things are not working sa i
planned.
i have the following network diagram: PC1 to 7 cnneced on the same
ethernet hub.
PC1 PC2 PC 3 PC4 PC5 PC6 on network 192.168.5.0
PC6 and PC7 on network 192.168.1.0
so PC6 work as a router. in addition, PC6 is connected to both
network on the same device eth0.
now on PC6, put a tbf on dev eth0 root
2003 Nov 16
5
Distinctive Ring
Hi All,
I was wondering what the status of distinctive ring support in Asterisk
is? I had a google search & read and Mark Spencer wrote some support for
it.
Is distinctive ring different in every country or is it pretty standard?
And for my final question, does the Wildcard FXO card support
distinctive ring?
Essentially what I'm trying to do is route incoming calls with ring #1
to,
2005 May 27
3
Wacko Distinctive Ring Patterns being detected??
Hi All,
I've recently got a "second" number installed on my PSTN line,
trusting the Asterisk distinctive ring detection would work as
expected. It appeared to work fine at the start, as the second number
generated a different ring pattern to 0,0,0 (in the console) only to
realise that almost every phone call to this "second" number generated
a different ring pattern.
2004 Jan 27
1
Distinctive ring Issues
...re is
distinctive ring on these lines. They are are follows:
1. standard ring
2. short ring
3. long ring
4. short ring, long ring, short ring
Based on the information I have been able to find, I have created the
following entries in my zapata.conf file, to
try and weed out some of the timings:
dring1=95,0,0
dring1context=dist_ring1
dring2=95,325,95
dring2context=dist_ring2
dring3=325,0
dring3context=dist_ring3
; If no pattern is matched here is where we go.
context=dist_ring0
channel => 1
I am assuming that "95 ms" is a short ring and "325 ms" is a long ring.
In my e...
2004 Sep 28
7
UK (British Telecom) Caller ID again
I've followed the recent thread on caller id with UK British Telecom
networks (where the caller id data is delivered before the first ring).
My understanding is that if I use a recent CVS head (e.g.
CVS-HEAD-09/18/04-17:45:52) and a TDM400 with FXO modules, all I need to
do is include the line:
usecallerid=uk
In my zapata.conf (in the [channels] section)
I've done this, but I get:
Sep
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...drivers/block/sunvdc.c
+++ b/drivers/block/sunvdc.c
@@ -592,7 +592,7 @@ static int generic_request(struct vdc_port *port, u8 op, void *buf, int len)
return err;
}
-static int __devinit vdc_alloc_tx_ring(struct vdc_port *port)
+static int vdc_alloc_tx_ring(struct vdc_port *port)
{
struct vio_dring_state *dr = &port->vio.drings[VIO_DRIVER_TX_RING];
unsigned long len, entry_size;
@@ -725,7 +725,7 @@ static struct vio_driver_ops vdc_vio_ops = {
.handshake_complete = vdc_handshake_complete,
};
-static void __devinit print_version(void)
+static void print_version(void)
{
static i...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...drivers/block/sunvdc.c
+++ b/drivers/block/sunvdc.c
@@ -592,7 +592,7 @@ static int generic_request(struct vdc_port *port, u8 op, void *buf, int len)
return err;
}
-static int __devinit vdc_alloc_tx_ring(struct vdc_port *port)
+static int vdc_alloc_tx_ring(struct vdc_port *port)
{
struct vio_dring_state *dr = &port->vio.drings[VIO_DRIVER_TX_RING];
unsigned long len, entry_size;
@@ -725,7 +725,7 @@ static struct vio_driver_ops vdc_vio_ops = {
.handshake_complete = vdc_handshake_complete,
};
-static void __devinit print_version(void)
+static void print_version(void)
{
static i...