Displaying 20 results from an estimated 8000 matches similar to: "Linksys 962"
2008 Sep 11
5
BLF call pickup on Linksys SPA932
Greetings list,
We recently installed some Linksys SPA962 + SPA932 sidecars into a client's offices. The BLF functionality works fine, but call pickup using the BLF is something of an issue.
Following the advice on voip-info.org, I configured part of their dialplan as follows:
exten => _**2XX,1,Pickup(SIP/${EXTEN:2})
exten => _**2XX,n,Dial(SIP/${EXTEN:2},15,tw)
exten =>
2010 Apr 20
6
Calls drop after 20 seconds
Hi all,
This issue is giving me a lot of grief with my customers. I have 5
asterisk servers running in production, each one with almost 70
simultaneous calls at peak hour. Most of my customers complain that
their calls drop after 20 seconds or so.
After running through my cdr's, I see that the number of 20 second
calls is MUCH larger than any other number. (see below)
billsec count(*)
1 924
2008 May 13
2
Asterisk stops MOH on transfer
Hello,
i?ve a problem i dont find the reason for. An incoming call coming over
iax is connected to a Sip phone. Until the phone picks up the call i
could hear moh without problems. Then the phone sets the call on hold
and opens another call to another extension. The incoming call hears the
Hold music and also the call to the other extension hears another moh.
Everything works so far as it
2009 Feb 20
1
SIP Proxy behind NAT talkinf to ASterisk with public IP
Setup is:
Asterisk --->NAT--> SIP Proxy
I have following entry for SIP Proxy in sip.conf
[Proxy]
type=peer
host=Static IP (NAT Firewalls public IP)
username=xxxx
secret=xxxxx
nat=yes????????????????
canreinvite=no????????
qualify=yes
Proxy sends a call and I get this error
Found no matching peer or user for <NAT's Public IP:70001
NAT is using 70001 as the source port in the
2010 Aug 27
2
Call Forwarding
Hi,
I'm currently programming an interface for my Asterisk service.
I've noticed an issue if someone sets up call forwarding on their sip phone.
Asterisk receives a 302 "Moved Temporarily" message, and forwards the call successfully.
However, the CDR is not correct.
If I set up call forwarding to a mobile on extension 201, and then place a call from extension 202, the call
2010 May 21
3
CANCEL Reason
Hello all,
I need that Asterisk Always use Reason in a CANCEL.
How to do?
thank you
*Fran?ois *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100521/f3a91f36/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: francois.vcf
Type: text/x-vcard
Size: 400
2009 Jul 17
3
dialplan number matching
Hi,
How can I match an extension "ending with 3" (just an example but applicable to any other digit, including * or #)?
exten => _ZX.3,n,...
exten => _ZX.#,n,...
(the above does not work)
Can regular expressions be used in the standard dialplan (end with: "$")?
Thanks,
Vieri
2008 Dec 23
2
outging ---asterisk -bug
Hi everyone,
when i use the automated dial out,I found that once the zap answerd,the
contex will be exectued, but i don't hope do it ,i hope when extern phone
answered ,then ,the context will be exectued.
Anyone can help me solve the problem!
the call file is:
Channel: Zap/g0/15015895665
Context: myivr
RetryTime: 60
MaxRetries: 2
Waittime: 60
Extension: 808
Priority: 1
Callerid:
2010 Dec 28
1
OutCall for Outlook only shows Name from CLID and not Number - hence not pulling contact
Hi Everyone,
I am using OutCall 1.6 (latest) with Asterisk 1.6 and Windows Vista. I can
originate calls see the program login nicely but when a call comes in it
only shows the Name portion of the CLID and not the number hence it pulls up
a new contact on Outlook. The new contact only show name and last name and
no CLID Number again. So, this repeats every-time I call even if I manually
enter a
2008 Oct 09
4
Howto analyze concurrent ISDN channel usage
Hi,
Does anyone have a suggestion how I can analyze the concurrent usage of
ISDN channels? A client complains about their clients sometimes getting
a busy tone when trying to call them. I suspect they just need to add an
additional ISDN2 line but I need some conclusive information that they
are indeed maxing out their ISDN channels.
Thanks,
Patrick
2009 May 14
0
Problem with Asterisk 1.4 and Linksys Spa941/962
Hello,
Yesterday night we have upgraded our Asterisk from 1.2.32 to 1.4.24.1
with lipbri 1.4.10, dahdi-linux-2.2.0-rc4 and dahdi-tools-2.2.0-rc2.
Libpri and dahdi is only for dahdi dummy cause of the meetme function.
After the upgrade we had the problem that some Linksys spa941 phone at
one location could not dial out. incoming calls to the phones works
without any problem, but outbound the
2010 Jul 22
3
My Switch is being attacked using sip scanner tool (Service Abuse Attack)
An attacker is scanning my Asterisk Switch to gain illegitimate access to
VoIP call functionality.
Using a sip scanning tool, *it* sends REGISTERs with random identities. And
when it discovers one identity subscribed in my switch, it tries to
authenticate with random passwords using this user name.
For the moment, I have replaced this account. And also blocked the IP it has
used but each time
2009 Jun 23
5
error in playback of voiceprompt????
Hello,
I am trying to create a simple IVR for testing..
What i did is to create a voice file from asterisk-gui.
And i saw it created that under /var/lib/asterisk/sounds/record/ as
deneme.gsm
Then i tried to make a IVR menu and play that file.
I tried
exten=s,4,Playback(/record/deneme.gsm)
exten=s,4,Playback(record/deneme.gsm)
exten=s,4,Playback(deneme.gsm)
2009 Jul 24
6
dialplan tips
Hi everybody
In advance sorry for my bad english and if my problem was already exposed (I
didn't find any tips in the mailing list archive. Bad luck)
I have some questions about asterisk 1.6 release :
1) how can I do a n+101 priority jumping if a SIP canal is busy ?
I read that the general parameter "priorityjumping" is depreciated in the
1.6 release and I already try the
2010 Dec 22
4
Asterisk hangs up call after 20s
Hello
I have an Asterisk 1.4 server and two XLite softphones, where
Asterisk and the local XLite phone are located in a LAN behind a NAT
router, and the remote XLite phone is located elsewhere on the Net
behind its own NAT router:
http://img252.imageshack.us/img252/3749/asterisknat.png
I'm having the following issue: When the _local_ XLite calls out the
remote XLite, everything works fine;
2007 Jan 26
2
Hello Everybody, my problem with voicemail.conf
Hello everybody i am Ashish here.
i am new to this mailing list.
so dont know rules and regulation, just trying to post my problem of
voicemail.conf
Actuallt right now i am using Asterisk 1.2 on my LAN environment.
i am able to call all my extension very nicely.
Right now i am trying to deploying voicemail facility for all
extensions, so if anybody is not present, then he/she can leave
message,
2009 Jan 27
2
Muted sound on a Linksys 962
Hi,
One of our customers has an issue with the callee not being able to hear them.
It seems to happen very frequently on one number in particular where
there are about 3 IVR menus to dial through
before getting to a live person. However, this does not happen on every call.
Running tcpdump on the RTP packets, I can see that RTP is setting
sent, but the values in the packet
are all very close to
2009 Feb 06
14
Credit Card processing machines
Anyone have much luck with these on ATA's? I have a few sites that use
them succesfully with multi-port Audiocodes boxes, but just connected ten
machines to Linksys 2102s and they are very flaky. Using u-law on a 100Mb
switched network that is barely utilized, then out a T1 on a Sangoma card.
Perhaps there is some tuning on the Linksys or the credit card machine
itself? Going to look
2012 Apr 27
1
No UDPTL ports remaining
Hi all,
Lately, I've been seeing more and more instances where I get a flood of warning
messages like this:
[Apr 26 14:09:50] WARNING[21054] udptl.c: No UDPTL ports remaining
The next thing I know, my server is dropping calls and starting to misbehave.
I use fax via T.38, so I can't just turn udptl off. I could expand the port
range, but I suspect that will just mask the situation.
2008 Jan 08
2
Linksys SPA-9xx Audio Issues
Anyone else have problems with phones like SPA-922, SPA-921, etc?
Inbound audio is perfect but the remote end reports audio quality
issues on the audio the handset is sending out. It's not the
network.... I've tried asterisk 1.2, 1.4. I've used ulaw, G726, G793 &
G729. Ulaw seems to be the least problematic but its still an issue.
Doesn't matter if we send the calls to the PSTN