Macro hangup call

Hello, i have created a call file to dial people out and have them join a conference, but the calll hangsup immediately its picked
below are the configs i am using

Dialplan
[reverse-conf]
include => ext-meetme;
Exten => 10,1,Answer
same => ConfBridge(1116)

Logs
Executing [10@reverse-conf:1] Answer(“PJSIP/Asterisk-00000076”, “”) in new stack
– Auto fallthrough, channel ‘PJSIP/Asterisk-00000076’ status is ‘UNKNOWN’
– Executing [h@reverse-conf:1] Macro(“PJSIP/Asterisk-00000076”, “hangupcall,)exten => 1116,1,Macro(user-callerid,”) in new stack
– Executing [s@macro-hangupcall:1] GotoIf(“PJSIP/Asterisk-00000076”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,3)
– Executing [s@macro-hangupcall:3] ExecIf(“PJSIP/Asterisk-00000076”, “0?Set(CDR(recordingfile)=)”) in new stack
– Executing [s@macro-hangupcall:4] NoOp(“PJSIP/Asterisk-00000076”, " montior file= ") in new stack
– Executing [s@macro-hangupcall:5] GotoIf(“PJSIP/Asterisk-00000076”, “1?skipagi”) in new stack
– Goto (macro-hangupcall,s,7)
– Executing [s@macro-hangupcall:7] Hangup(“PJSIP/Asterisk-00000076”, “”) in new stack
== Spawn extension (macro-hangupcall, s, 7) exited non-zero on ‘PJSIP/Asterisk-00000076’ in macro ‘hangupcall’
== Spawn extension (reverse-conf, h, 1) exited non-zero on ‘PJSIP/Asterisk-00000076’

You are missing the priority number on the Confbridge line

Oh Thanks, @david55 , It’s now working,
I Don’t know how I forgot that, guess am pretty tired.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.