Displaying 20 results from an estimated 3000 matches similar to: "X-Asterisk-HangupCause - how to disable this?"
2007 Dec 21
1
Asterisk SIP handling - why 491 Request Pending response
Hi,
I have the following situation
I use asterisk as o gateway between networks.
What is the reason for such response?
What are the criteria for such evaluation?
SIP/2.0 491 Request Pending
Via: SIP/2.0/UDP 192.168.129.74:5160;branch=z9hG4bK17c3.17db29e7.0;received=
192.168.129.74
Via: SIP/2.0/UDP 192.168.129.74;branch=z9hG4bK17c3.23083974.0
Via: SIP/2.0/UDP
2014 Jul 23
1
Any way to get rid of X-Asterisk?
Long story... Would be nice if we can remove this
on BYEs
X-Asterisk-HangupCause: Normal Clearing.
X-Asterisk-HangupCauseCode: 16.
Kind Regards,
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140723/09e97fd1/attachment.html>
2009 May 21
2
MeetMe not working with GSM codec?
Hi,
I am not sure if I am doing something wrong, but I can't get MeetMe to
work with GSM codec (Asterisk 1.6.1 SVN r190371).
My config files below:
---- sip.conf: ----
[general]
context=common
canreinvite=no
bindport=5060
bindaddr=78.105.1.127
disallow=all
allow=alaw
allow=gsm
rtptimeout=600
rtpholdtimeout=3600
rtpkeepalive=30
nat=no
jbenable=yes
tcpenable=no
realm=dev-sip.wima.co.uk
2018 Aug 27
2
feeling n00b again
Retrying, falling of the list some how :-(
-------- Original Message --------
Subject: feeling n00b again
Date: 2018-08-20 09:51
From: asterisk at a-domani.nl
To: asterisk-users at lists.digium.com
Hi all,
Long time ago, I followed a Asterisk training, and both at work and at
home, was able to deploy Asterisk,
make all sorts of internal call (hard/soft voip-phones,
incoming/outgoing,
2015 Oct 07
2
Storing HANGUPCAUSE in CDR
Hi,
I have the following code that operates when a channel is hung-up:
[record-hangupcause]exten => 1,n,Set(CDR(hangupcause)=${HANGUPCAUSE})exten => s,n,Return()
Before the dial a hangup handler is registered:
Set(CHANNEL(hangup_handler_push)=record-hangupcause,s,1)
The routine is called and the variables are being set, however not on the channel's CDR which made the call. I believe this
2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Thanks Dovid!
Indeed looks a bug but regardless of this, this problem made me think that
the HANGUPCAUSE could be used for this purpose with benefits.
I couldn't find an explanation about when DIALSTATUS would actually be
better.
The HANGUPCAUSE was reworked in version 11 (
https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause) but I didn't find
someone actually stating it is a better
2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Hello list,
Hope all doing well!
I've been checking some cases when a Dial fails and dialplan execution
continues to handle this. I am finding it a little confusing how we should
handle the DIALSTATUS and the HANGUPCAUSE in this situation....
More specifically, I am facing a case in version 13.6.0 where I am getting
a DIALSTATUS=BUSY and HANGUPCAUSE=19 after receiving a 480 SIP error. Seems
2015 Oct 09
2
Storing HANGUPCAUSE in CDR
This was always possible in the past, however does not work in the current release.
I believe this is a bug.
To: asterisk-users at lists.digium.com
From: cervajs at fpf.slu.cz
Date: Fri, 9 Oct 2015 10:04:47 +0200
Subject: Re: [asterisk-users] Storing HANGUPCAUSE in CDR
search in archives
save the records to another table like cdr_extended
Dne
2011 May 19
6
ConfBridge - Failed to find a bridge technology to satisfy capabilities
Hi,
I am trying to use ConfBridge application, but it throws "Failed to
find a bridge technology to satisfy capabilities 0x4 (ulaw)" error.
Please see console output below.
-- Executing [501 at services:9] ConfBridge("SIP/OpenSER-00000005",
"1001") in new stack
[May 19 13:36:05] DEBUG[7452]: app_confbridge.c:404
join_conference_bridge: Trying to find conference
2006 Apr 04
5
Hangupcause is not enough on PRI
Hi,
I'm using Asterisk and a TE110P E1 PRI in Chile.
When I call to a disconnected number or any not operational number, the
telco sends the Hangupcause disconnection code and an audio message
notifying the disconnection cause to the user.
Asterisk does not allow the user to hear the audio message form the telco,
instead it cuts the call. Any other legacies PRI PBX I've tested allow
2009 Apr 16
7
How to send "404 Not found" SIP reply?
Hi,
I am trying to send "404 Not found" reply, without any luck with the
following:
exten => 555,1,Playback(you-dialed-wrong-number,noanswer)
exten => 555,n,Playback(check-number-dial-again,noanswer)
exten => 555,n,Congestion()
However the above results in "500 Service Unavailable" being send out.
What would be the correct application/function to generate "404
2019 Nov 16
2
Disable NO_USER_RESPONSE (Hangupcause = 18) for certain SIP peer
Hello.
I have a problem with the native Android SIP client, not acknowledging the
call.
Sent a message to the list for some weeks ago containing a sip debug log,
but it only got stuck in moderation queue due to too large size (and it said
I would get a message if moderators rejected it, but did not get message and
I don't think it got posted to list either)
This ONLY happens when
2019 Nov 16
2
Disable NO_USER_RESPONSE (Hangupcause = 18) for certain SIP peer
What would be the best way to solve this problem? Anyone else that have got the same problem with Android’s native SIP client, especially on Samsung phones?
I do not know if the bug is in Android native SIP, or Samsung’s build of the SIP client, or if the bug is even with the OpenVPN client, or where the bug actually is.
The ACK might even be sent for real, but have the incorrect source IP so
2007 Oct 25
3
Getting SIP Response Code from HANGUPCAUSE
I'd like to grab the SIP response code that comes back from an INVITE. The HANGUPCAUSE gives the converted ISDN cause code. Anyone know of a way to get the SIP response code instead?
Doug.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML
2012 Oct 23
2
Call drop weirdness
I'm running Asterisk 10.7.0 with three sip trunks to my call
termination provider. For the most part everything works great.
However, at apparently random times and usually about 20 mins or so
into the call, the outbound audio stream dies. The call stays
connected and the inbound audio works fine. The thing is, it happens
on such an irregular basis (once or twice per day) that I can't get
2010 Nov 29
0
resending cause codes
hello,
i'm testing sending ISDN cause codes to customer pbx (test scenario for
unallocated number)
topology:
PSTN-E1-AsteriskA-AsteriskB-SOMEPBX
INVITE from SOMEPBX to PSTN
AsteriskA sends to AsteriskB
Status-Line: SIP/2.0 503 Service Unavailable
X-Asterisk-HangupCause: Unallocated (unassigned) number
X-Asterisk-HangupCauseCode: 1
how can i resend HangupCauseCode from AsteriskB to
2006 Nov 08
1
HANGUPCAUSE for unalocated number?
Hello,
On your BRI or PRI's what do you guys get as HANGUPCAUSE when dialing an
unalocated number? I always get 3 (no route) which is less than helpful.
2009 May 17
1
Capture "Server" header in SIP reply.
Hi,
I am trying to capture "Server" header in a 200 OK reply message.
My idea was to use Dail(SIP/user at domain,30,M(GetOtherPartyInfo)),
and inside of GetOtherPartyInfo macro use SIP_HEADER function.
For example:
[default]
exten => _X.,1,Dial(SIP/user at domain,30,M(GetOtherPartyInfo))
exten => _X.,n,Hangup()
[macro-GetOtherPartyInfo]
exten => s,1,NoOp(SIP Server:
2009 Jun 13
1
Dial with r option doesn't use 'ring' tone as defined in indications.conf
Hi,
Just noticed Asterisk is not playing 'ring' tone as defined in
indications.conf when Dial command is used with 'r' option.
For example:
[test]
exten => 123,1,PlayTones(ring)
exten => 123,n,Wait(5)
exten => 123,n,Playback(demo-congrats)
exten => 123,n,Hangup()
exten => 321,1,Dail(LOCAL/123 at test/n,60,r)
When I now dial with a SIP phone - 123 I can hear nice
2010 Dec 22
8
Possible Bug (Include ${HANGUPCAUSE} in CDR)
Ok I can't get my CDR values to set from the h extension in either 1.6.2 or
1.8 What is wrong? Here is what I found in the cdr.conf
; Normally, CDR's are not closed out until after all extensions are
finished
; executing. By enabling this option, the CDR will be ended before
executing
; the "h" extension so that CDR values such as "end" and "billsec" may