similar to: ALERT_INFO issue CVS-HEAD-12/24/04

Displaying 20 results from an estimated 700 matches similar to: "ALERT_INFO issue CVS-HEAD-12/24/04"

2004 Nov 28
1
SetVar ALERT_INFO
Hello, I've got my dialplan configured to do a double ring when a customer service call comes in, and a normal ring when an extension is dialed directly. When a customer service call is transferred, I want to ring to revert back to normal. In the local extension macro, I have the following ; make sure ring is set to default exten => s,n,NoOp(${ALERT_INFO}) exten =>
2005 Sep 06
4
Working example of ALERT_INFO with Cisco ATAs?
I am wondering if there are any tricks getting the Cisco ATAs to do "distinctive rings" via the ALERT_INFO variable? I have seen some contradictory information in the Wiki, and I tried the example there. I then sniffed the connection between the server and the ATA and didn't see the header sent like it is "supposed" to be. If someone out there has a handle on this and
2007 Mar 12
1
deprecated ALERT_INFO var andAMI's Originate command
Since 1.4 ALERT_INFO variable has been deprecated. I used to send this via AMI: Action: Originate Channel: Sip/1234 Application: AgentLogin Data: 1234 Variable: _ALERT_INFO=info=alert-autoanswer Callerid: AutoLogin[1234] In order to send an autologin and autoanswer call to the agent 1234 on an Aastra phone at extension 1234. (just for example). Now in * 1.4 with ALERT_INFO deprecated I
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)
2005 Sep 09
1
ALERT_INFO
A call comes in I set the distinctive ring by setting variable ALERT_INFO then dial a SIP channel. The channel is answered, but then the user forwards the call to another SIP channel. ALERT_INFO is still set. How can I clear the ALERT_INFO variable after the SIP channel is answered so that when the call is forwarded the ring goes back to "normal"?
2005 Aug 02
1
AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFO problems
I have been playing with a 480i with the new firmware 1.2.0.162 I hope to get some form of paging intercom function to work. In the wiki someone post that ALERT_INFO type of paging might be in this version of firmware but I have been unable to find anything on this yet. I have tried sending the ALERT_INFO to the phone a number of ways with no results. I then hooked up my bt100 and tried to dial
2005 Feb 03
3
Can't get Polycom auto-answer to work
Hi All - I'm trying to implement the auto-answer config from the wiki, but the result for me is that the phone just rings as normal. I'm running firmware version 1.4.1 on an IP500. I've added the following to my sip.cfg: <alertInfo voIpProt.SIP.alertInfo.2.value="Ring Answer" voIpProt.SIP.alertInfo.2.class="4"/> and this to my ipmid.cfg
2003 Oct 10
2
ALERT_INFO=1/ Cisco 79x0
Hi, I've just found: http://lists.digium.com/pipermail/asterisk-users/2003-June/014475.html which talks about ALERT_INFO and Cisco phones. How do I actually get this working and what does it do? Do I need to add anything to the configs for the phone or is it just a SetVar(ALERT_INFO=1) - which I tried and it seemed to do nothing at all.. Thanks Andy
2005 Jan 04
4
queue_log
Anyone know how to get app_queue to send logs to MySQL or any other sql server. I found info for cdr's and even configs but nothing on queue_log. If sql is not supported in the current app_queue I will be willing to pay someone to add it. John Bittner Simlab.net
2005 Jul 14
5
Polycom Auto-Answer problems
CVS Head from 07/07/2005 I'm trying to make an IP-501 auto answer a call. exten => 301,1,SetVar(_ALERT_INFO="Ring_Ans") exten => 301,2,SetVar(ALERT_INFO="Ring_Ans") # Tried both combinations exten => 301,3,Dial(SIP/5001,15) exten => 301,4,Hangup Sip.cfg for Polycom phone <alertInfo voIpProt.SIP.alertInfo.2.value="Ring_Ans"
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
2008 Feb 12
3
Nortel 1140E
Anyone get the Nortel 1140E phones working with Asterisk ? These look like great phones and I would like to start using them on our deployments. I know these will work with Asterisk but the sample config files are hard to find. My next step, if I cant find anything on this list is to purchase a Nortel Communication Server for testing. If anyone has a used NCS that works with these phone via SIP
2006 Feb 02
1
Callerid Name
Anyone know why zaptel would ignore a facility message from an ISDN PRI. I am trying to get Callerid name to work. The carrier says it on and I see it in the pri debug but asterisk never gets it. Any help would be appreciated. Thanks John Bittner Simlab.net Protocol Discriminator: Q.931 (8) len=9 > Call Ref: len= 2 (reference 572/0x23C) (Terminator) > Message type: ALERTING (1) >
2007 Oct 27
2
Uniden UIP200 phones
I am trying to get distinctive ringing going again with these phones, depending on the outside line the call comes in on. I had a working 1.0.x Asterisk setup using: SetVar(ALERT_INFO=<http://127.0.0.1/Bellcore-dr2>) Which used the short quick rings. In Asterisk 1.4, I have tried several things, but I think the correct syntax is: Set(_ALERT_INFO=<http://127.0.0.1/Bellcore-dr2>) But
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
2005 Aug 04
1
PolyCom SoundPoint 300 and distinctive ring
I am looking for clues on how to configure distinctive ring for a PolyCom SoundPoint 300. Does ALERT_INFO apply? If so, how? Thanks, David Koski david.nospham@kosmosisland.com
2005 Sep 08
2
Distinctive ringing on Cisco 79xx
Greetings, I am trying to implement distinctive ringing on a Cisco 7960. I have tried setting alert_info to chirp1 or chirp2 before dialing the phone, but it has no affect. If you have successfully implemented distinctive ringing on a 7960, I would really appreciate seeing the snipit of code that works. Thanks in advance Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775)
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
2005 Jul 11
0
Forward the ALERT_INFO
Is asterisk able to forward it's ALERT_INFO data to another asterisk server ? My situation should look like the following: Call comes into asterisk1 in SIP. Asterisk1 sets the ALERT_INFO=Bellcore-r2, Asterisk1 dials Asterisk2 (SIP), Asterisk2 dials our SIP device which should ring with the Bellcore-r2 Any way to pass the ALERT_INFO through to the SIP device? Thanks -- Benjamin
2005 Aug 08
2
AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFOproblems
But where do can you get this later firmware from? I'm still on 1.0.0.78 on my 480i. Regards Lee -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Peter Passchier Sent: 05 August 2005 00:04 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFOproblems