Queue popping routine return error

Hi,

I have this in my logs

[2025-05-30 15:28:52] WARNING[2440942][C-00000037]: app_stack.c:1102
gosub_run: PJSIP/103104-0000007f Abnormal
‘Gosub(calloutside,s,1(PJSIP/tootai_135,del))’
exit. Popping routine return locations.

while calling a queue with B option.

Queue call

exten = 136,20(Start),Set(CHANNEL(LANGUAGE)=fr)
same = n,Set(__EXTERNALMEMBER=B(calloutside,s,1(PJSIP/tootai_135,del)))
same = n,Answer()
same = n(toQueue),Verbose(0,Calls waiting ${QUEUE_WAITING_COUNT(q820)})
same = n,Queue(q820,t${EXTERNALMEMBER},10)
same = n,Verbose(0,Queue=${QUEUESTATUS} Call=${DIALSTATUS})
same = n,GotoIf($[“x${ABANDONNED}” = “xTRUE”]?Verbose(0,END no answer)
same = n,GotoIf($[“x${QUEUESTATUS}” = “xTIMEOUT”]?toQueue)
same = n,ExecIf($[“x${QUEUESTATUS}” != “xFULL”]?Hangup)

[calloutside]
;
exten = s,1,Dial(${ARG1},6,g)
same = n,ExecIf(“${DIALSTATUS}” = “ANSWER”]?Hangup)
same = n,ExecIf($[“x${ARG2}” = “xdel”]?Set(__EXTERNALMEMBER=))
same = n,Wait(1)
same = n,Return

Full logs
;
– Executing [136@from_to-OFFICE:24] Queue(“PJSIP/103104-0000008e”,
“q820,tB(calloutside,s,1(PJSIP/tootai_135,del)),10”) in new stack
– PJSIP/103104-0000008e Internal
Gosub(calloutside,s,1(PJSIP/tootai_135,del)) start

 -- Executing [s@calloutside:1] Dial("PJSIP/103104-0000008e", 

“PJSIP/tootai_135,6,g”) in new stack
– Called PJSIP/tootai_135

               -- PJSIP/tootai_135-0000008f is ringing
 -- PJSIP/tootai_135-0000008f answered PJSIP/103104-0000008e 


 -- Channel PJSIP/tootai_135-0000008f joined 'simple_bridge' 

basic-bridge <00b2836a-3fdf-4181-9126-0f0a0570c666>
– Channel PJSIP/103104-0000008e joined ‘simple_bridge’
basic-bridge <00b2836a-3fdf-4181-9126-0f0a0570c666>
– Channel PJSIP/tootai_135-0000008f left ‘simple_bridge’
basic-bridge <00b2836a-3fdf-4181-9126-0f0a0570c666>

 -- Channel PJSIP/103104-0000008e left 'simple_bridge' basic-bridge 

<00b2836a-3fdf-4181-9126-0f0a0570c666>
– Executing [s@calloutside:2] ExecIf(“PJSIP/103104-0000008e”,
““ANSWER” = “ANSWER”]?Hangup”) in new stack
== Spawn extension (calloutside, s, 2) exited
non-zero on ‘PJSIP/103104-0000008e’
[2025-05-30 15:41:14] WARNING[2445546][C-0000003c]: app_stack.c:1102
gosub_run: PJSIP/103104-0000008e Abnormal
‘Gosub(calloutside,s,1(PJSIP/tootai_135,del))’
exit. Popping routine return locations.

 -- Started music on hold, class 'webradio', on channel 

‘PJSIP/103104-0000008e’
– Called Local/105@q820

As shown above it appears after the Hangup. Also, after the Hangup, the
first permanent member of the queue will have a short ring.

Any clue? Thansk for support

Daniel