Displaying 20 results from an estimated 1000 matches similar to: "Asterisk 1.8.15 distintive ringtone for internal calls"
2009 Mar 05
1
Snom Aler-info Ringtone
Have someone running fine Alert-Info with a Snom 370
( System Information:
Phone Type: snom370-SIP
MAC-Address: 0004132661BD
IP-Address: 192.168.10.170
Firmware-Version: snom370-SIP 7.3.14 14961)
i've tried
exten => 200,1,SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-external)
exten => 200,n,Dial(SIP/${EXTEN},30)
Can see into the phone SIP trace is
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
I'm trying to change the ring tone on my 7960 from the dialplan. I've
tried the example on the wiki but it doesn't seem to work. Something like:
exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer
exten => 3010,2,Dial(SIP/3010,15)
I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried
replacing ALERT_INFO with another ring tone
2006 Jan 25
4
Setting ringtone on Polycoms
Hi,
I'm having trouble setting the ringtone on my Polycom 501.
The relevant entry in extensions.conf is:
exten => 801,hint,SIP/creative1
exten => 801,1,SetVar(ALERT_INFO="Test")
exten => 801,2,Dial(SIP/creative1,20,Ttr)
In the sip.cfg:
<alertInfo voIpProt.SIP.alertInfo.1.value="Test"
voIpProt.SIP.alertInfo.1.class="13"/>
and
<TEST
2006 Mar 29
5
Problem with setting ringtones on Cisco 7960 phone.
Hi All,
I am running into a problem setting the ringtones via _ALERT_INFO on the
Cisco 7960 phone.
I am using * 1.2.1 and have tried setting the variable to several
values. I have also tried setting the phone's software to both 7.5 and
8.2 thinking that it might be a version issue, but with no success.
I have examined the packets and do see the ALERT_INFO header being sent,
but the
2005 Jan 14
1
voice quality with asterisk
hello list ,
my set up is like this
ip device -->ser ---> asterisk(astcc) --> pstn gatewsy
my asterisk version is 1.0.2
iam using the ser as registration and asterisk aa the
prepaid one with the help of the astcc.
now my problem is the destination people
i.e the pstn line s are listening low voice
and also the blurr sound quality along with
the audio of the ip device at
2005 Dec 22
3
snom Firmware 5.0.
Hi,
Snom phones firmware 5.0 is now out. Try it if you like:
http://www.snom.com/wiki/index.php/Main_Page.
Regards,
---------------------------------------------------------------------
Usman Tahir
snom technology AG
www.snom.com
---------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 27
6
polycom custom ring tones (slightly OT)
Hi all,
Has anyone made up custom ring tones for the Polycom SIP phones? We use
different rings for different lines, but the ones it comes with are all very
similar. In the interesting of sharing, here's one I made up for paging:
<PAGE_BEEP se.pat.ringer.13.name="Page Beep"
se.pat.ringer.13.inst.1.type="chord" se.pat.ringer.13.inst.1.value="12"
2010 Sep 29
2
Alert-Info advice
Hi guys
I'm using asterisk 1.4 and going on to Snom phones. I'm trying to add a
sip header to make the Snom phone use a different ring tone on one
particular incoming number. I have added the following to the dial plan
of the incoming context
+------+------------------+-------+----------+--------------+-------------------------+
| id | context | exten | priority | app
2003 Dec 30
3
SIP phone as intercom
(new asterisk user - currently setting up Polycom IP600 phones)
Does anyone know if it's possible to make a sip phone instantly pick up
on speakerphone when a particular call comes in? Eg so that you can
quickly bother someone across the office without making them reach for
their phone?
2005 Aug 10
6
USB handset wanted
Hello all asterisk users!
Question: Does anybody know about any good USB handset that would
understand SIP and Asterisk and will run with Linux?
I have found tons of them, but they are mainly only supported in Windows
environment.
I would like to set up new phone system in our company that would be
based on asterisk acting as PBX and SIP.
If you have any suggestions, please let me know. Any
2019 Apr 05
2
Deep Replicable Bug With AMD Threadripper MultiCore
The following program is whittled down from a much larger program that
always works on Intel, and always works on AMD's threadripper with
lapply but not mclappy. With mclapply on AMD, all processes go into
"suspend" mode and the program then hangs. This bug is replicable on an
AMD Ryzen Threadripper 2950X 16-Core Processor (128GB RAM), running
latest ubuntu 18.04. The R version
2014 Sep 22
1
SIPAddHeader from a realtime databse
Hi Guys
I'm using asterisk 1.8.23.1
When I add a SIP Header from inside the extensions.conf
(SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-internal\;x-line-id=0)
) it works fine.
When I try to do the same thing from within a database table, all of the
string apart from x-line-id=0 gets ignored. I've tried escaping the
semicolon and not escaping it and the result is
2004 Aug 01
1
distinctive ring on SNOM 200
Hi,
I'm trying to set up my SNOM 200 with extensions, with different
ringtones - but it doesn't seem to work.
I've defined two extensions for it in Asterisk and in the SNOM 200
configuration. In the SNOM home>settings>SIP>Lines config page, I have
set the ringer for the first extension to "ringer1", and "ringer6" for
the second. In
2011 Jul 19
2
KIN-1500AP RM + Windows 2008 64-bit Standard R2 SP1 (nut 2.6.1)
I have only RS-232 on the box (meanwhile, it was manufactured on march of
2011)
Here is my configs:
nut.conf:
*
*
MODE = netserver
ups.conf:
*
*
[KIN1500]
driver = powercom
port = notUsed
desc = "Powercom KING PRO KIN-1500AP RM"
upsd.conf:
*
*
LISTEN 192.168.1.2 3493
upsd.users:
*
*
[monuser]
password = xxxxxxxx
upsmon master
2013 Jul 24
2
What is my syntax error here?
I have thsi code in a dial plan. The purpose of which is to set
distinctive ring tones for internal and transferred calls.
exten => _.,1,Noop(CALLERID_ALL=${CALLERID(all)})
exten => _.,n,Set(CallerIDNum=${CALLERID(num)})
; This just shows a list of interesting variables and their values
; Comment it out when finished debugging
;include => macro-dumpvars
;exten =>
2013 Jul 22
2
Set ringtone by dialed number
Would it be possible to set the ringtone based on the number that was dialed?
Example of what the goal is:
Dial Denver number
Incoming calls ring with ringtone 1
Dial main number
Incoming calls ring with ringtone 2
We are currently using Digium D40, D50, D70 phones.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jan 03
2
dialplan -> dial command -> custom ringtone
i could add "r" option in dial command. this will generate a ringtone during connection. could i change this default ringtone?
i tried indications.conf but not success.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/77a4d48f/attachment.htm>
2006 Nov 20
1
alert_info + Linksys 9xx + custom ringtone
Hello,
I have uploaded a custom ringtone to our SPA-922's for the purpose of
sounding like a door bell chime when the doorbell is pressed. I am using
__alert_info to set this ringtone. It appears that I can only set the
ringtone via alert_info for the ringtones that come from Linksys. Has anyone
else seen this issue?
I am doing the following:
exten => 100,1,SetVar(_ALERT_INFO=doorbell)
2011 Jan 21
0
Polycom SoundPoint IP 650 freezes on boot after adding just one custom ringtone
Hi I'm new to this list, so please forgive me off-topic or RTFM-questions.
I have an asterisk/elastix driven phone-environment using Polycom
SoundPoint IP 650 as extensions. When adding just one custom ringtone
(~57KB) in a proper format (ML.wav: RIFF (little-endian) data, WAVE
audio, ITU G.711 mu-law, mono 8000 Hz) the phone boots well. But after I
have chosen the custom ringtone as my
2013 Sep 25
1
Generating a different countries ringtone on a per call basis
We can use the Dial() command with the 'r' option in order to generate
the UK ringtone (as we are UK based the default is UK).
How do we generate a USA ringtone for example?
I have tried setting the CHANNEL(language) and CHANNEL(tonezone) to 'us'
(and calling Progress() beforehand) and although this works for
Playtones() the Dial command still continues to play the UK ringtone.