Displaying 20 results from an estimated 2000 matches similar to: "chan_sccp / 7960: ALERT_INFO?"
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 Apr 16
4
Jabber / facebook chat?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
has anyone managed to establish an XMPP connection to the facebook
Jabber servers?
I'd like to send messages on missed calls vie FB.
- -S
- --
(o_ Stefan Gofferje | SCLT, MCP, CCSA
//\ Reg'd Linux User #247167 | VCP #2263
V_/_ Heckler & Koch - the original point and click interface
-----BEGIN PGP
2005 Jun 04
0
chan_sccp / 7960: Messages key, line / speeddial keys
On Sat, Jun 04, 2005 at 10:09:29AM +0200, Stefan Gofferje arranged a set of bits into the following:
> Hi folks,
>
> there are some 3rd party patches available for chan_sccp which add a
> feature and fix a few problems:
>
> http://www.sineapps.com/news.php?rssid=726
>
> sccp_cli.c.diff <http://www.newace.com/asterisk/sccp_cli.c.diff>
> Adds support for
2014 Apr 11
1
SIP fraud IP blacklist
Hi,
in case, anyone is interested...
I have started compiling a blacklist of hosts and networks from which
SIP fraud attempts occur.
My criteria currently are:
To block an IP:
- Minimum 3 attacks within one week from the same IP
To block a network:
- Attacks from minimum 3 IPs from that network within 2 weeks
Common criteria:
- Provider does not react to complaints OR
- Provider sends autoreply
2005 May 28
1
7960 / chan_sccp: Less than three lines / more than three speeddials possible?
On Sat, May 28, 2005 at 01:51:56AM +0200, Stefan Gofferje arranged a set of bits into the following:
> Hi folks,
>
> I'm trying the latest mayday chan_sccp and found it difficult to have
> more than three speeddials. I have defined only one line but can't get
> more than three SDs. On console, * says
>
> May 28 01:44:12 ERROR[26933]: sccp_actions.c:252
>
2005 Jul 02
2
Colored asterisk -R?
Hi folks,
when I start asterisk directly, I get a colored CLI. When connect to a
already running asterisk with asterisk -R, it's never colored, despite
I'm running both from the same console (tty). Is there a way to force
asterisk -R into color mode?
Regards,
Stefan
--
(o_ Stefan Gofferje | Linux Systems Specialist
//\ Reg'd Linux User #247167 | Network Security
2011 Apr 16
4
Jabber / GTalk / hints
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Are hints not yet implemented in res_jabber?
I have this here:
exten => 3000,hint,gtalk/gtalk_account/mari.xxxxxxx at gmail.com
But the hint doesn't show any difference. It always shows online on the
phone and core show hints always shows that:
6003 at internal : SCCP/6003 State:Unavailable Watchers 0
6002 at internal :
2011 Jun 09
1
SIP/IAX guest access?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I have a general question about SIP access for nonregistered users.
I would like to make it possible for basically anybody to make a SIP
call to my asterisk without having to have a user account, but in a
specific context. So that e.g. somebody could make a SIP call to
SIP/stefan at my.asterix.pbx and it would go like this:
[incoming_guest]
2014 Jun 03
3
Get last dialed number in a context?
Hi,
I would like to implement an auto-redial function in a context. The idea
is about like this:
Dial a number
Hear busy
Hangup
Pick up again
Dial a code like *123
=> jumps into a context which redials until callresult is not busy
Maybe like this:
[autoredial]
exten => s,1,Set(number=${CHANNEL(lastdialed)})
exten => s,2,Dial(SIP/${number}@account,60,g)
exten => s,3,Wait(15)
exten
2014 Mar 02
2
Is this list dead? Or the project?
Hi,
I'm tinkering with Asterisk for * for about 12 years now and since about
10 years, it's my home PBX. I was off the list for something like 7
years - had other things to do.
But... I remember, then, sometimes came over 1000 mails in 24h. Now it's
hardly 50 new mails per week.
Is the list dead? Or is the project dead?
Or is nobody tinkering any more and everybody buying some
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
2004 Jul 14
0
Status of ALERT_INFO and Cisco 7960?
Hi there,
see subject: Am I right that with current CVS "ALERT_INFO" doesn't work
anymore? FYI: This is supposed to select the ring tone on a Cisco 7960.
Cheers, Philipp
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 =>
2006 Mar 16
0
SCCP problem with ATA188, Asterisk@home and chan_sccp
Hi,
This is a message I already posted on the chan_sccp mailing list, but since this list has a lot of active members, I'm hoping someone might be able to help (And my problem is * related, so I guess it's ok if I post it here also ;) ).
I'm trying to get SCCP ATA188s to run with Asterisk.
The Asterisk box uses the latest Asterisk@Home image (Version 2.6).
I have compiled and
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 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 Sep 05
0
Asterisk and SCCP unofficial site
Hi folks,
some of you might know Sergio Chersovani's rewrite of chan-sccp, the
asterisk channel driver for Cisco Skinny phones.
I have put up an unofficial site with some sample configs, a little help
and a webbased forum. Both are just new, so don't expect too much :-).
Everybody is invited to participate especially at the forum. Any
comments, proposals, critics are very welcome.
Find
2011 Apr 19
0
chan_mobile: Dropping incompatible voice frame
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have no audio on chan_mobile but this message repeats continuously:
Dropping incompatible voice frame on Mobile/DNA-54f4 of format slin
since our native format has changed to 0x0 (nothing)
Can somebody point me to the right direction?
Asterisk SVN-branch-1.6.2-r313579
- -Stefan
- --
(o_ Stefan Gofferje | SCLT, MCP, CCSA
//\
2014 Jan 26
0
chan_mobile and Nokie E51 = noise
Hi,
I'm playing with * for about 12 years now and since about 10 years, it's
my home PBX. I can do pretty much everything I want but one thing I
haven't managed yet... Mobile connection via bluetooth...
I'm still using a Nokia E51 and the setup and everything works fine.
However, on the second or third call, the incoming audio is noise.
I have tried alignmentdetection=yes and also
2014 Dec 29
0
Commas is variables problem
Hi,
I'm running into a strange problem with commas is variables. I have the
following contexts:
[messages]
exten => _+.,1,Noop(External SMS)
same => n,Set(ACTUALTO=${CUT(CUT(MESSAGE(to),@,1),:,2)})
same => n,Macro(goip_sendsms,${ACTUALTO},"${MESSAGE(body)}")
same => n,Hangup()
[macro-goip_sendsms] ;Call Macro(goip_sendsms,number,message)
exten => s,1,Noop(SMS