Displaying 20 results from an estimated 29 matches for "ringcadance".
2018 Apr 23
4
Alias for country in indications.conf
Hello list,
Hope you all doing fine!
I've tried to use the 'alias' directive in the indications.conf file but
apparently it doesn't work....
It looks like maybe this feature was removed, because old sample for the
indications.conf file have example using the alias parameter, but newer
samples don't have it anymore.... also I couldn't find any ticket saying
this parameter
2005 Jan 02
3
Indications UK - cant get away from american sounding dial tone
....e. british ring, dial
tone, busy signal.
Have changed the indications.conf file to default to UK. However this seems
to have no affect. What am i missing. Am using 1.0.3 stable.
Many thanks
Andrew.
----------------------
indications.conf
[general]
country=uk
[uk]
description = United Kingdom
ringcadance = 400,200,400,2000
dial = 350+440
busy = 400/375,0/375
ring = 400+450/400,0/200,400+450/400,0/2000
congestion = 400/400,0/350,400/225,0/525
callwaiting = 440/100,0/4000
dialrecall = 350+440
; XXX Not sure about the RECORDTONE
record = 1400/500,0/10000
info = 950/330,1400/330,1800/330
--------------...
2003 Jun 19
2
Billsec on CDR
I have an X100P and when I place calls to the PSTN which are not answered, the Billsec field of the CDR still logs the seconds that the phone rang.
Can someone please confirm that this has to do with the ringcadance of the indications.conf file? Is there anything else I need to check ?
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030619/ab7100d2/attachment.htm
2006 Feb 24
0
What's with Indications/SetLanguage/Zaptel/RingBack ?
...ec("DIAL $dialstr");
-------------------------------- zaptel.conf -------------------------------
loadzone = us
defaultzone=us
-------------------------------- indications.conf ---------------------------
[general]
country=br
[us]
description = United States / North America
ringcadance = 2000,4000
dial = 350+440
busy = 480+620/500,0/500
ring = 440+480/2000,0/4000
congestion = 480+620/250,0/250
callwaiting = 440/300,0/10000
dialrecall =
!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
record = 1400/500,0/15000
info = !950/330,!1400/330,!1800/330,0
[br...
2003 Oct 15
4
indications.conf
Hi, I?m trying to make * work with Brazilian analog signalling..
I?m using the following in indications.conf file...
[br]
description = Brasil
ringcadence = 1000,4000
dial = 425
busy = 425/250,0/250
ring = 425/1000,0/4000
callwaiting = 425/60,0/250,425/60,0/5000
I changed zaptel.conf to
loadzone=br
#loadzone=fr
#loadzone=de
#loadzone=uk
#loadzone=fi
#loadzone=jp
#loadzone=sp
#loadzone=no
2005 Jan 15
2
No sound with X100P (clone)
...en I ring my home number, connected to the x100p Asterisk picks up and
performs all priorities, but I hear nothing. CLI show all applications being
performed (answer, playback of file, call of extension...).
These are my setting:
indications.conf
[general]
country=au
[au]
description = Australia
ringcadance = 400,200,400,2000
dial = 425*25
busy = 400@-30,425@-30;10(.375/.375/1+2)
ring = 425*25/400,0/200,425*25/400,0/2000
; XXX Congestion: Should reduce by 10 db every other cadence XXX
congestion = 400/375,0/375
callwaiting = 425/100,0/100,525/100,0/4700
dialrecall = !425*25/100!0/100,!425*25/100,!0/10...
2005 Aug 26
1
bridging sip to capi, no playtones back to caller
I've the following setup :
sip phone -> ser (auth and routing) -> asterisk with capi isdn
when I call a pstn number everything works fine, but I can't hear
anything till the called answer.
this is the output from a test call :
-- Executing Playtones("SIP/2.7.184.61-08152880", "dial") in new stack
-- Executing Dial("SIP/2.7.184.61-08152880",
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
When I try to connect to * using a Cisco ATA 188 configured with a MGPC firmware (v3.1.1), I just
keep getting this message every 30 seconds or so :
May 10 10:08:21 NOTICE[7913]: chan_mgcp.c:1509 find_subchannel: Gateway '192.168.1.27' (and thus its
endpoint '*') does not exist
Using tcpdump, I have checked that the ATA188 (with IP 192.168.1.27 and port 2427) sends UDP packets
to
2008 Jun 06
1
Asterisk not picking up incoming calls from TDM400P
Hi,
I am having some issues with a new server install in Singapore.
Outbound calls work fine.
Inbound calls are not picked up by Asterisk.
Zaptel 1.2.25 and Asterisk 1.2.28 both built from source.
libpri installed
wctdm and zaptel load without error
Jun 6 23:34:03 fs01 kernel: [211138.372933] Zapata Telephony Interface
Registered on major 196
Jun 6 23:34:03 fs01 kernel: [211138.372937]
2004 Jul 14
1
Digium X100P card to a brazilian analog line
...lo,
I have a problem with connecting a Digium X100P card to a Brazilian analog
line.
Can somebody help me out with this problem?
My /etc/zaptel.conf is
loadzone=br
defaultzone=br
fxsks=1
My /etc/asterisk/indications.conf
[general]
country=br
[br]
description = Brazil
ringcadance = 1000,4000
dial = 425
busy = 425/250,0/250
ring = 425/1000,0/4000
congestion = 425/250,0/250,425/750,0/250
callwaiting = 425/50,0/1000
dialrecall = 350+440
record = 425/250,0/250
info = 950/330,1400/330,1800/330
I get the following error
[root@US040712 etc]# modprobe zaptel
[root@...
2005 Jan 07
4
can the dialtone be changed after pressing 9?
extensions.conf has
ignorepat => 9
exten => _9X.,1,Dial(Zap/G2/${EXTEN:1})
The first user to try it asked if instead of keeping the same dialtone
after pressing 9, if I could play a different dialtone. Can this be
done? I'm running asterisk 1.0.0 in case that matters.
2005 Dec 26
5
Asterisk Christmas Help request
...for Asterisk? Currently the system time is
correct but when I dial *60 it reports a different time (out by many hours).
Zapata.conf
added
;Added by RB
loadzone=th
defaultzone=th
busydetect=yes
callprogress=yes
indications.conf
Changed
[general]
country=th
Added
[th]
description = Thailand
ringcadance = 2000,4000
dial = 400*33
busy = 400/500,0/500
ring = 400/1000,0/4000
congestion = 400/100,0/100,400/100,0/100,400/100,0/100,400/300,0/100
callwaiting = 400/300,0/10000
;These below are made up.
dialrecall =
!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
record = 1400/500,0/150...
2004 Aug 25
3
Distinctive Ring Cadences
Hello All,
I am looking for a way to do priority call ringing. That is when a
caller places a call to another party, they can indicate that the call
is a priority and get a different ring to occur (ring cadence) on the
called parties phone. This would be synonymous to an intercom ring on a
key system.
After some investigation, I have come across the ability of the GS
BT101 which will ring
2003 Mar 05
1
Asterisk & X100P in Finland?
...ish specifications (well, I think I
got the specs correctly :-), but still no go..
Has anybody used * in Finland? Does your * detect POTS hangup (which
plays the "busy" -tone)? How did you do it? :-)
Currently my indications.conf reads:
[general]
country=fi
[fi]
description = Finland
ringcadance = 1000,4000
dial = 425
busy = 425/300,0/300
ring = 425/1000,0/4000
congestion = 425/200,0/200
; "special information tone" is 950/330,0/30,1400/330,0/30,1800/330,0/1000
; and is defined as "called number cannot be reached for reasons which
; cannot be considered as temporary"....
2003 Nov 11
1
Call indicators for Brazil and other countries
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20031111/8683cced/attachment.pgp
2004 Apr 06
1
indications.conf settings for spain
Aqu? tienes,
[es]
description = Spain
ringcadence = 1500,3000
dial = 425
busy = 425/200,0/200
ring = 425/1500,0/3000
congestion = 425/200,0/200,425/200,0/200,425/200,0/600
callwaiting = 425/175,0/175,425/175,0/3500
dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425
record = 1400/500,0/15000
info = 950/330,0/1000
dialout = 500
Sergio Serrano Revuelto
Avanzada 7
Original Message:
2004 May 31
1
Where is my normal dialtone? With DLINK DG-104S (MGCP)
...erwise 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
dial = 350+440
busy = 480+620/500,0/500
ring = 440+480/2000,0/4000
congestion = 480+620/250,0/250
callwaiting = 440/300,0/10000
dialrecall =
!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
record = 1400/...
2004 Jul 21
0
X100P only dials a single digit
...ext=default
usecallerid=no
echocancel=yes
rxgain=6.0
txgain=5.3
group=0
signalling=fxs_ks
context=incoming
channel => 1
-----------------------------------
My /etc/asterisk/indications.conf looks like this:
-----------------------------------
[general]
country=au
[au]
description = Australia
ringcadance = 400,200,400,2000
dial = 425*25
busy = 400/375,0/375
ring = 425*25/400,0/200,425*25/400,0/2000
congestion = 400/375,0/375
callwaiting = 425/100,0/100,525/100,0/4700
dialrecall = !425*25/100!0/100,!425*25/100,!0/100,!425*25/100,!0/100,425*25
record = 1400/425,0/14525
info = 400/2500,0/500
--------...
2005 Jan 15
0
X100P no sound problem
...en I ring my home number, connected to the x100p Asterisk picks up and
performs all priorities, but I hear nothing. CLI show all applications being
performed (answer, playback of file, call of extension...).
These are my setting:
indications.conf
[general]
country=au
[au]
description = Australia
ringcadance = 400,200,400,2000
dial = 425*25
busy = 400@-30,425@-30;10(.375/.375/1+2)
ring = 425*25/400,0/200,425*25/400,0/2000
; XXX Congestion: Should reduce by 10 db every other cadence XXX
congestion = 400/375,0/375
callwaiting = 425/100,0/100,525/100,0/4700
dialrecall = !425*25/100!0/100,!425*25/100,!0/10...
2005 Jan 16
0
X100P with no sound!
...en I ring my home number, connected to the x100p Asterisk picks up and
performs all priorities, but I hear nothing. CLI show all applications being
performed (answer, playback of file, call of extension...).
These are my setting:
indications.conf
[general]
country=au
[au]
description = Australia
ringcadance = 400,200,400,2000
dial = 425*25
busy = 400@-30,425@-30;10(.375/.375/1+2)
ring = 425*25/400,0/200,425*25/400,0/2000
; XXX Congestion: Should reduce by 10 db every other cadence XXX
congestion = 400/375,0/375
callwaiting = 425/100,0/100,525/100,0/4700
dialrecall = !425*25/100!0/100,!425*25/100,!0/10...