Displaying 20 results from an estimated 500 matches similar to: "TLS/SRTP calls go to circuit busy."
2011 Feb 24
0
One way dialing over a SIP trunk
I have a SIP trunk built between a Cisco CallManager version 8. I can dial the phones registered to the Asterisk PBX from a phone registered to the Call Manager.
I've tried to keep the config as small as possible to help the troubleshooting process. Attached is he most recent debug.
My Callmanager IP address is 10.169.169.250, Asterisk server is 10.169.169.251
SIP.CONF
[6001]
type=friend
2011 Jan 28
2
How to disable srtp in asterisk 1.8.2.3?
Hi all,
I upgraded one of our servers running asterisk 1.6.X to 1.8.2.3. I
compiled it with SRTP support.
Everything seems to work OK but I am having a weird issue. I cannot
disable SRTP. I tried the /encryption=no/ in /sip.conf /and the
/_SIPSRTP_CRYPTO=disable/ on my dailplan and it keeps trying to use the
SRTP.
Well, right now I have to have/ noload=res_srtp.so/ on my /modules.conf
/otherwise
2011 Jul 23
1
One way calling on asterisk to cisco call manager integration
I'm trying to integrate my Asterisk box with my call manager 8 server. I can call from the call manager to a phone on asterisk, but I can't call from a phone on asterisk to call manager. Any help would be greatly appreciated.
sip.conf
[2000]
type=friend
secret=
dtmfmode=rfc2833
host=dynamic
canreinvite=no
context=myphones
allow=ulaw
nat=yes
[2001]
type=friend
secret=
dtmfmode=rfc2833
2012 Nov 15
1
Detected alarm on channel 5: Red Alarm
Dear,
i using this scenario.
jitsi---> asterisk---->EPABX------> Local Telephone
when i am calling from jitsi to no 88 its giving this message and getting
busy tone.
== Using SIP RTP CoS mark 5
-- Executing [88 at myphones:1] Dial("SIP/sandeep-00000004",
"DAHDI/g0/88,20,rt") in new stack
-- Called g0/88
[Nov 15 09:53:54] WARNING[3169]: chan_dahdi.c:7536
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so
having a hard time getting this started. Here is what I have so far but
isn't working. Can someone help me out? Thanks,
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
[sip]
include => macro-record-on
include => iaxtel
exten
2012 Nov 02
1
Unable to create channel of type 'DAHDI' (cause 17 - User busy)
Hi,
I have 6 Red FXO with TDM2400p in my PC. I have install asterisk and dahdi
driver.
Scenario is
jitsi-----> asterisk server-----> analog PBX ----> landline phone
I configured this scenario as follow
in chan_dahdi.conf file
; General options
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
threewaycalling=yes
transfer=yes
2020 Jan 14
2
SRTP unprotect failed ...
Hi,
I'm getting messages like
res_srtp.c:395 ast_srtp_unprotect: SRTP unprotect failed with replay check failed (index too old), retrying
== SRTP unprotect failed on SSRC 576693764 because of authentication failure 10
== SRTP unprotect failed on SSRC 576693764 because of authentication failure 160
[...]
... after a couple minutes during voice calls after which the connection is being
2011 Aug 03
2
snom and srtp
Hi,
I am running asterisk 1.8.5.0 and have compiled in the srtp module
All but Snom phones are working.
I have set the srtp tag on the snoms to 80 and RTP/SAVP to mandatory and they worked for a few hours. This morning all snoms are reporting this when trying to make a call (this is snom calling snom).
---------snip------------------
== Using SIP RTP CoS mark 5
-- Executing [10000 at
2020 Jan 16
1
SRTP unprotect failed ...
On Thu, Jan 16, 2020 at 11:35 AM hw <hw at gc-24.de> wrote:
> On Tuesday, January 14, 2020 5:29:04 PM CET hw wrote:
> > Hi,
> >
> > I'm getting messages like
> >
> >
> > res_srtp.c:395 ast_srtp_unprotect: SRTP unprotect failed with replay
> check
> > failed (index too old), retrying == SRTP unprotect failed on SSRC
> 576693764
> >
2015 Jan 08
2
Asterisk 13.1.0/PJSIP peer IP address issue
I am following the instructions in
https://wiki.asterisk.org/wiki/display/AST/Basic+PBX+Functionality and I am
trying to make a call from extension Alice (6001) to extension for Bob
(6002). When I make the call, I can hear the ringing on Alice's phone
(caller), but Bob's phone (callee) doesn't ring, or show a call coming in
from Alice. My setup and environment is as follows: Alice, Bob
2003 Apr 07
1
chan_local segfault
Happened twice. There might also be a race condition and some bad
pointers in chan_local.locals_show.
First the segfault.
CLI> show locals
<unowned> -- 6001@default
Segmentation fault (core dumped)
[root@mars asterisk]# ll -tr
total 22260
[...]
Loaded symbols for /usr/lib/asterisk/modules/chan_local.so
#0 __pthread_mutex_lock (mutex=0x5d8) at mutex.c:99
99 mutex.c: No such file
2010 Dec 13
3
Voice mail distribution - missing messages
Hello,
I seem to be having an issue with voice mail on Asterisk 1.6.2.15 (file storage). Whenever someone leaves a message that is distributed to another box (like VoiceMail(1000&1001&1002,u)), but the VM never gets distributed to the intended recipients. Instead, I get the following in the logs:
[Dec 13 11:54:50] NOTICE[15965]: app_voicemail.c:4988 copy_message: Copying message from
2005 Jul 11
1
Snom 360 NOTIFY syntax
I'm rolling out an installation with snom 360s in the near future.
Simple SOHO configuration, 3 FXOs hanging off a TDM400B, 4 snom 360s, a
snom 200, some variant of IAX softphone, and an IAXy or Sipura 2002. I
have the 360's set up to subscribe and notify for the line use lights,
which works like a charm for interoffice calling (between the 360's,
anyway. The IAXy, 200 and,
2011 Oct 12
3
FXS ports on TDM410P card...
My analog card, uses a PCI slot and a 12V power connector, is configured
with 2 FXO and 2 FXS modules. I can ring handsets connected to the FXS
ports but I can't dial out from them. Is extensions.conf where I need
to make changes?
[root at robin asterisk]# cat chan_dahdi.conf
[trunkgroups]
[channels]
[phone](!)
usecallerid = yes
hidecallerid = no
callwaiting = yes
usecallingpres = yes
2015 Jan 08
4
Asterisk 13.1.0/PJSIP peer IP address issue
Thank you for your note, Scott.
I set rewrite_contact=yes for both contacts, and I also had to do
remove_existing=yes because I had to remove the existing contact
information (max_contacts = 1 was preventing new contact information)
using pjsip
qualify demo-alice etc., after which the right IP addresses showed in pjsip
show endpoints. Anyway, it works as expected now, I think. My pjsip.conf is
2014 Nov 02
1
sslv3 alert handshake failure error
Hi All,
I am using "asterisk-11.12.0" version and I am trying to setup secure call
(TLS + SRTP) between two extensions and while making a call, I got
following error
*CLI> == Using SIP RTP CoS mark 5
-- Executing [6004 at from-office:1] Dial("SIP/6003-00000000",
"SIP/6004,20") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/6004
SSL certificate
2015 Jan 08
0
Asterisk 13.1.0/PJSIP peer IP address issue
It would appear that you have the Asterisk server on a public IP address,
your two endpoints are behind a NAT, and you have rewrite_contact enabled
in pjsip.conf.
In which case, what you are seeing is correct. In order to be able to send
a call to an extension where it is behind NAT, Asterisk must update the
contact to have the current IP and port that the phone registered via (i.e.
the WAN IP
2005 Jun 13
1
about timeouts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I've this infrastructure:
|voip services| -- |*| -- |cme| -- |isdn|
the voip services are logged on my *, then forwarded to number 601 on
cme. The isdn calls too are forwarded to 601. On cme I've a timeout X
for call-forward noan (no answer) to a specific number on * (5901) that
is my x-lite software client. If 5901 is
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR
information for calls. Right now I notice that if a call come in and gets
parked the CDR info doesn't how the correct info on who picked that call up,
also when someone transfer a call there isn't a new record being made so the
duration of the call shows up for who received the call and transferred it.
I started
2005 Jul 11
4
Video phone settings???
I have three video phones here for testing:
Extension 6003 is Eyebeam
Extension 6004 is a hard phone (model 8770)
Extension 6005 is a hard phone (model 8882)
Can anybody have a look at my settings and the output I get from all
kinds of dialings, please.
The sip settings for all phones is (user / password different):
[6003]
type=friend
username=6003
secret=pwd
qualify=200
nat=yes
host=dynamic