Re: [asterisk-users] Hangup handler gosub error with asterisk 16.4.0.

2019-06-01 Thread Harley Peters



On 6/1/19 9:18 AM, Harley Peters wrote:

I am receiving the following errors on any hangup handler subroutines.

[2019-05-31 18:22:13.958] VERBOSE[23943][C-0009] app_stack.c: 
PJSIP/104090401-000a Internal Gosub(PreventForwardingLoop,s,1)) start
[2019-05-31 18:22:13.958] NOTICE[23943][C-0009] pbx.c: No such label 
'1)' in extension 's' in context 'PreventForwardingLoop'
[2019-05-31 18:22:13.958] WARNING[23943][C-0009] pbx.c: Priority 
'1)' must be a number > 0, or valid label
[2019-05-31 18:22:13.958] ERROR[23943][C-0009] app_stack.c: Gosub 
address is invalid: 'PreventForwardingLoop,s,1)'


Dialplan:
exten => 
_1NXXNXX,n,Set(CHANNEL(hangup_handler_push)=PreventForwardingLoop,s,1))



[PreventForwardingLoop]
exten => 
s,1,Set(DELETEKEY=${DB_DELETE(PreventForwardingLoop/${USER}/${CALLERID(num)})}) 


exten => s,n,Return()

This is one example it fails on all of them.

I have no problems with asterisk-16.2.1 and earlier.
Any idea what the problem is or is this a bug?

Harley Peters






Well now I just feel stupid.
There's an extra closing parenthesis

exten => 
_1NXXNXX,n,Set(CHANNEL(hangup_handler_push)=PreventForwardingLoop,s,1)) 
<- shouldn't be there.


It must have been running okay this way for years.

Harley Peters

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Hangup handler gosub error with asterisk 16.4.0.

2019-06-01 Thread Harley Peters

I am receiving the following errors on any hangup handler subroutines.

[2019-05-31 18:22:13.958] VERBOSE[23943][C-0009] app_stack.c: 
PJSIP/104090401-000a Internal Gosub(PreventForwardingLoop,s,1)) start
[2019-05-31 18:22:13.958] NOTICE[23943][C-0009] pbx.c: No such label 
'1)' in extension 's' in context 'PreventForwardingLoop'
[2019-05-31 18:22:13.958] WARNING[23943][C-0009] pbx.c: Priority 
'1)' must be a number > 0, or valid label
[2019-05-31 18:22:13.958] ERROR[23943][C-0009] app_stack.c: Gosub 
address is invalid: 'PreventForwardingLoop,s,1)'


Dialplan:
exten => 
_1NXXNXX,n,Set(CHANNEL(hangup_handler_push)=PreventForwardingLoop,s,1))



[PreventForwardingLoop]
exten => 
s,1,Set(DELETEKEY=${DB_DELETE(PreventForwardingLoop/${USER}/${CALLERID(num)})})

exten => s,n,Return()

This is one example it fails on all of them.

I have no problems with asterisk-16.2.1 and earlier.
Any idea what the problem is or is this a bug?

Harley Peters





--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users