ARI not working with ring groups or queues

Hi all,

we are trying to implement an “emergency call” feature where we call a ring group using ARI with the request “http://{our ip}:8088/ari/channels?extension={working extension}&endpoint=local/{ring group number}@from-internal” when our code detects an error in our system. The goal is to call our employees one after another (hunt strategy) until one of them answers. Nobody has to be on the other line, the employee is just supposed to be alerted through the call.

When the ring group is called from a regular phone (i.e. not programmatically), everything works as expected. However, when the request is made, we observe very unusual behavior. Sometimes not even the first employee is called, sometimes the first employee only gets an SMS stating that he has been called, sometimes the first employee is called but when they do not answer the second employee is not called and sometimes even if the call gets to the second employee, when the second employee does not answer the third employee in the ring group is not called.

We also tried this with a queue instead of a ring group but that did not work either.

Any ideas what we could be doing wrong?

What do the logs show?

116906	[2022-05-17 12:04:54] VERBOSE[21209] dial.c: Called {ring group number}@from-internal	
116907	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:1] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?cid") in new stack	
116908	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:2] PlayTones("Local/{ring group number}@from-internal-000001a9;2", "ring") in new stack	
116909	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:3] Progress("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
116910	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:4] Macro("Local/{ring group number}@from-internal-000001a9;2", "user-callerid,") in new stack	
116911	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] Set("Local/{ring group number}@from-internal-000001a9;2", "TOUCH_MONITOR=1652789094.1342") in new stack	
116912	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/{ring group number}@from-internal-000001a9;2", "CHANCONTEXT=from-internal-000001a9;2") in new stack	
116913	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:3] Set("Local/{ring group number}@from-internal-000001a9;2", "CHANCONTEXT=from") in new stack	
116914	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] Set("Local/{ring group number}@from-internal-000001a9;2", "CHANEXTENCONTEXT={ring group number}@from-internal-000001a9;2") in new stack	
116915	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:5] Set("Local/{ring group number}@from-internal-000001a9;2", "CHANEXTEN={ring group number}") in new stack	
116916	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{ring group number}@from-internal-000001a9;2", "CALLERID(number)=") in new stack	
116917	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:7] Set("Local/{ring group number}@from-internal-000001a9;2", "AMPUSER=") in new stack	
116918	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:8] Set("Local/{ring group number}@from-internal-000001a9;2", "HOTDESCKCHAN={ring group number}@from-internal-000001a9;2") in new stack	
116919	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:9] Set("Local/{ring group number}@from-internal-000001a9;2", "HOTDESKEXTEN={ring group number}@from") in new stack	
116920	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:10] Set("Local/{ring group number}@from-internal-000001a9;2", "HOTDESKCALL=0") in new stack	
116921	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:11] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(HOTDESKCALL=1)") in new stack	
116922	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:12] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(CALLERID(name)=)") in new stack	
116923	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:13] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?report") in new stack	
116924	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:14] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "1?Set(REALCALLERIDNUM=)") in new stack	
116925	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:15] Set("Local/{ring group number}@from-internal-000001a9;2", "AMPUSER=") in new stack	
116926	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:16] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?limit") in new stack	
116927	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:17] Set("Local/{ring group number}@from-internal-000001a9;2", "AMPUSERCIDNAME=") in new stack	
116928	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:18] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(__CIDMASQUERADING=TRUE)") in new stack	
116929	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:19] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?report") in new stack	
116930	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,28)	
116931	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:28] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Macro Depth is 1") in new stack	
116932	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:29] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?report2:macroerror") in new stack	
116933	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,30)	
116934	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:30] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?continue") in new stack	
116935	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:31] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "1?Set(__CALLEE_ACCOUNCODE=)") in new stack	
116936	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:32] Set("Local/{ring group number}@from-internal-000001a9;2", "__TTL=64") in new stack	
116937	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:33] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?continue") in new stack	
116938	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,49)	
116939	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:49] Set("Local/{ring group number}@from-internal-000001a9;2", "CALLERID(number)=") in new stack	
116940	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:50] Set("Local/{ring group number}@from-internal-000001a9;2", "CALLERID(name)=") in new stack	
116941	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:51] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?cnum") in new stack	
116942	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,53)	
116943	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:53] Set("Local/{ring group number}@from-internal-000001a9;2", "CDR(cnum)=") in new stack	
116944	[2022-05-17 12:04:54] VERBOSE[21209] dial.c: Local/{ring group number}@from-internal-000001a9;1 is making progress	
116945	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:54] Set("Local/{ring group number}@from-internal-000001a9;2", "CHANNEL(language)=en") in new stack	
116946	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:5] Macro("Local/{ring group number}@from-internal-000001a9;2", "blkvm-setifempty,") in new stack	
116947	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?init") in new stack	
116948	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-blkvm-setifempty,s,4)	
116949	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] Set("Local/{ring group number}@from-internal-000001a9;2", "__BLKVM_CHANNEL=Local/{ring group number}@from-internal-000001a9;2") in new stack	
116950	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:5] Set("Local/{ring group number}@from-internal-000001a9;2", "SHARED(BLKVM,Local/{ring group number}@from-internal-000001a9;2)=TRUE") in new stack	
116951	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{ring group number}@from-internal-000001a9;2", "GOSUB_RETVAL=TRUE") in new stack	
116952	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:7] MacroExit("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
116953	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:6] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?skipov") in new stack	
116954	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (from-internal,{ring group number},9)	
116955	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:9] Set("Local/{ring group number}@from-internal-000001a9;2", "RRNODEST=") in new stack	
116956	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:10] Set("Local/{ring group number}@from-internal-000001a9;2", "__NODEST={ring group number}") in new stack	
116957	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:11] GosubIf("Local/{ring group number}@from-internal-000001a9;2", "1?sub-rgsetcid,s,1()") in new stack	
116958	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] Goto("Local/{ring group number}@from-internal-000001a9;2", "s-fixed,1") in new stack	
116959	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (sub-rgsetcid,s-fixed,1)	
116960	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "1?Set(__TRUNKCIDOVERRIDE=022032021687)") in new stack	
1169{second number in ring group}	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] Return("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
116962	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:12] Gosub("Local/{ring group number}@from-internal-000001a9;2", "sub-record-check,s,1(rg,{ring group number},never)") in new stack	
116963	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?initialized") in new stack	
116964	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/{ring group number}@from-internal-000001a9;2", "__REC_STATUS=INITIALIZED") in new stack	
116965	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:3] Set("Local/{ring group number}@from-internal-000001a9;2", "NOW=1652789094") in new stack	
116966	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] Set("Local/{ring group number}@from-internal-000001a9;2", "__DAY=17") in new stack	
116967	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:5] Set("Local/{ring group number}@from-internal-000001a9;2", "__MONTH=05") in new stack	
116968	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{ring group number}@from-internal-000001a9;2", "__YEAR=2022") in new stack	
116969	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:7] Set("Local/{ring group number}@from-internal-000001a9;2", "__TIMESTR=20220517-120454") in new stack	
116970	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:8] Set("Local/{ring group number}@from-internal-000001a9;2", "__FROMEXTEN=unknown") in new stack	
116971	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:9] Set("Local/{ring group number}@from-internal-000001a9;2", "__MON_FMT=wav") in new stack	
116972	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:10] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Recordings initialized") in new stack	
116973	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:11] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(ARG3=dontcare)") in new stack	
116974	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:12] Set("Local/{ring group number}@from-internal-000001a9;2", "REC_POLICY_MODE_SAVE=") in new stack	
116975	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:13] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(REC_STATUS=NO)") in new stack	
116976	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:14] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "2?checkaction") in new stack	
116977	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (sub-record-check,s,17)	
116978	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:17] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?sub-record-check,rg,1") in new stack	
116979	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:18] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Generic rg Recording Check - unknown {ring group number}") in new stack	
116980	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:19] Gosub("Local/{ring group number}@from-internal-000001a9;2", "recordcheck,1(never,rg,{ring group number})") in new stack	
116981	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Starting recording check against never") in new stack	
116982	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] Goto("Local/{ring group number}@from-internal-000001a9;2", "never") in new stack	
116983	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (sub-record-check,recordcheck,14)	
116984	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:14] Set("Local/{ring group number}@from-internal-000001a9;2", "__REC_POLICY_MODE=NEVER") in new stack	
116985	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:15] Goto("Local/{ring group number}@from-internal-000001a9;2", "stoprec") in new stack	
116986	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (sub-record-check,recordcheck,24)	
116987	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:24] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Stopping recording: rg, {ring group number}") in new stack	
116988	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:25] Set("Local/{ring group number}@from-internal-000001a9;2", "__REC_STATUS=STOPPED") in new stack	
116989	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:26] System("Local/{ring group number}@from-internal-000001a9;2", "/var/lib/asterisk/bin/stoprecording.php "Local/{ring group number}@from-internal-000001a9;2"") in new stack	
116990	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:27] Return("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
116991	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:20] Return("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
116992	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:13] Set("Local/{ring group number}@from-internal-000001a9;2", "RingGroupMethod=hunt") in new stack	
116993	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:14] Set("Local/{ring group number}@from-internal-000001a9;2", "__RG_CONFIRM=1") in new stack	
116994	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:15] Set("Local/{ring group number}@from-internal-000001a9;2", "__ALT_CONFIRM_MSG=") in new stack	
116995	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:16] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?RGVQANNOUNCE:NORGVQANNOUNCE") in new stack	
116996	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (from-internal,{ring group number},17)	
116997	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [{ring group number}@from-internal:17] Macro("Local/{ring group number}@from-internal-000001a9;2", "dial-confirm,40,HhTtrQ(NO_ANSWER),{first number in ring group}#-{second number in ring group},{ring group number}") in new stack	
116998	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] Set("Local/{ring group number}@from-internal-000001a9;2", "DB(RG/{ring group number}/Local/{ring group number}@from-internal-000001a9;2)=RINGING") in new stack	
116999	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/{ring group number}@from-internal-000001a9;2", "__UNIQCHAN=Local/{ring group number}@from-internal-000001a9;2") in new stack	
117000	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:3] Set("Local/{ring group number}@from-internal-000001a9;2", "USE_CONFIRMATION=TRUE") in new stack	
117001	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] Set("Local/{ring group number}@from-internal-000001a9;2", "RINGGROUP_INDEX={ring group number}") in new stack	
117002	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:5] Set("Local/{ring group number}@from-internal-000001a9;2", "FORCE_CONFIRM=") in new stack	
117003	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{ring group number}@from-internal-000001a9;2", "ARG4=") in new stack	
117004	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:7] Macro("Local/{ring group number}@from-internal-000001a9;2", "dial,40,HhTtrQ(NO_ANSWER),{first number in ring group}#-{second number in ring group}") in new stack	
117005	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Blind Transfer: , Attended Transfer: , User: , Alert Info: ") in new stack	
117006	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(ALERT_INFO=)") in new stack	
117007	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:3] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(ALERT_INFO=)") in new stack	
117008	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(ALERT_INFO=)") in new stack	
117009	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:5] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(CHANNEL(musicclass)=)") in new stack	
117010	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:6] AGI("Local/{ring group number}@from-internal-000001a9;2", "agi://127.0.0.1/dialparties.agi") in new stack	
117011	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Starting New Dialparties.agi	
117012	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Caller ID name is 'unknown' number is 'unknown'	
117013	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: CW Ignore is:	
117014	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: CF Ignore is:	
117015	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: CW IN_USE/BUSY is: 1	
117016	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Ringgroup confirm is : 1	
117017	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Methodology of ring is 'hunt'	
117018	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Added extension {first number in ring group}# to extension map	
117019	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Added extension {second number in ring group} to extension map	
11{ring group number}0	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension {first number in ring group}# cf is disabled	
11{ring group number}1	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension {second number in ring group} cf is disabled	
11{ring group number}2	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension {second number in ring group} do not disturb is disabled	
11{ring group number}3	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Filtered ARG3: {first number in ring group}-{second number in ring group}	
11{ring group number}4	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: RVOL_MODE ''	
11{ring group number}5	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: RVOL is:	
11{ring group number}6	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: RVOLPARENT is:	
11{ring group number}7	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] res_agi.c: <Local/{ring group number}@from-internal-000001a9;2>AGI Script agi://127.0.0.1/dialparties.agi completed, returning 0	
11{ring group number}8	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:7] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?huntdial") in new stack	
11{ring group number}9	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-dial,s,33)	
117030	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:33] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Returned from dialparties with 2 hunt members to dial") in new stack	
117031	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:34] Set("Local/{ring group number}@from-internal-000001a9;2", "HuntLoop=0") in new stack	
117032	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:35] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(HuntMembers=0)") in new stack
117033	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:36] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?a30") in new stack	
117034	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-dial,s,39)	
117035	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:39] Set("Local/{ring group number}@from-internal-000001a9;2", "HuntMember=HuntMember0") in new stack	
117036	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:40] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "1?a32:a35") in new stack	
117037	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-dial,s,41)	
117038	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:41] Set("Local/{ring group number}@from-internal-000001a9;2", "CT_EXTEN={first number in ring group}") in new stack	
117039	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:42] Set("Local/{ring group number}@from-internal-000001a9;2", "__EXTTOCALL={first number in ring group}") in new stack	
117040	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:43] Set("Local/{ring group number}@from-internal-000001a9;2", "__PICKUPMARK={first number in ring group}") in new stack	
117041	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:44] Set("Local/{ring group number}@from-internal-000001a9;2", "DB(CALLTRACE/{first number in ring group})=unknown") in new stack	
117042	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:45] Goto("Local/{ring group number}@from-internal-000001a9;2", "s,huntstart") in new stack	
117043	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx_builtins.c: Goto (macro-dial,s,54)	
117044	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:54] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Hunt Dial Start") in new stack	
117045	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:55] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(HASH(__SIPHEADERS,Alert-Info)=Normal;volume=)") in new stack	
117046	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:56] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(HASH(__SIPHEADERS,Alert-Info)=Normal;volume=)") in new stack	
117047	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:57] Macro("Local/{ring group number}@from-internal-000001a9;2", "dial-hunt-predial-hook,") in new stack	
117048	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] MacroExit("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
117049	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:58] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(CWRING=r(callwaiting)):Set(CWRING=)") in new stack	
117050	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:59] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(ds=,40,HhTtrQ(NO_ANSWER)g)") in new stack	
117051	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:60] Dial("Local/{ring group number}@from-internal-000001a9;2", "Local/RG-{ring group number}*-{first number in ring group}#@from-internal,40,HhTtrQ(NO_ANSWER)b(func-apply-sipheaders^s^1),") in new stack	
117052	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] app_stack.c: Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1 Internal Gosub(func-apply-sipheaders,s,1) start	
117053	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1", "Applying SIP Headers to channel Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1") in new stack	
117054	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1", "TECH=Local") in new stack	
117055	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:3] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1", "SIPHEADERKEYS=") in new stack	
117056	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] While("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1", "0") in new stack	
117057	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] app_while.c: Jumping to priority 12	
117058	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:13] Return("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1", "") in new stack	
117059	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] app_stack.c: Spawn extension (from-internal, {ring group number}, 1) exited non-zero on 'Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1'	
117060	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] app_stack.c: Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1 Internal Gosub(func-apply-sipheaders,s,1) complete GOSUB_RETVAL=	
1170{second number in ring group}	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] app_dial.c: Called Local/RG-{ring group number}*-{first number in ring group}#@from-internal	
117062	[2022-05-17 12:04:54] VERBOSE[21209] dial.c: Local/{ring group number}@from-internal-000001a9;1 is ringing	
117063	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [RG-{ring group number}*-{first number in ring group}#@from-internal:1] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "CDR_PROP(disable)=true") in new stack	
117064	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [RG-{ring group number}*-{first number in ring group}#@from-internal:2] Macro("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "dial,40,HhTtrQ(NO_ANSWER)M(confirm^^^{ring group number}),-{first number in ring group}#") in new stack	
117065	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "Blind Transfer: , Attended Transfer: , User: , Alert Info: ") in new stack	
117066	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:2] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(ALERT_INFO=)") in new stack	
117067	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:3] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(ALERT_INFO=)") in new stack	
117068	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:4] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(ALERT_INFO=)") in new stack	
117069	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:5] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(CHANNEL(musicclass)=)") in new stack	
117070	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:6] AGI("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "agi://127.0.0.1/dialparties.agi") in new stack	
117071	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Starting New Dialparties.agi	
117072	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Caller ID name is 'unknown' number is 'unknown'	
117073	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: CW Ignore is:	
117074	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: CF Ignore is:	
117075	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: CW IN_USE/BUSY is: 1	
117076	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Ringgroup confirm is : 1	
117077	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Methodology of ring is 'none'	
117078	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Added extension to extension map	
117079	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Added extension {first number in ring group}# to extension map	
117080	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension cf is disabled	
117081	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension {first number in ring group}# cf is disabled	
117082	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension do not disturb is disabled	
117083	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: EXTENSION_STATE: 1 (INUSE_ORIGINATOR)	
117084	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension has ExtensionState: 1	
117085	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Checking CW and CFB status for extension	
117086	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension is not available to be called	
117087	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Extension has call waiting disabled	
117088	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: Filtered ARG3: {first number in ring group}	
117089	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: RVOL_MODE ''	
117090	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: RVOL is:	
117091	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: agi://127.0.0.1/dialparties.agi: RVOLPARENT is:	
117092	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] res_agi.c: <Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2>AGI Script agi://127.0.0.1/dialparties.agi completed, returning 0	
117093	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:7] GotoIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "1?normdial") in new stack	
117094	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx_builtins.c: Goto (macro-dial,s,10)	
117095	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:10] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "Returned from dialparties with groups to dial") in new stack	
117096	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:11] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "ringall array ") in new stack	
117097	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:12] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "ds= Local/{first number in ring group}@from-internal/n,40,HhTtrQ(NO_ANSWER)M(confirm^^^{ring group number}) ") in new stack	
117098	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:13] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "dsextra= ") in new stack	
117099	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:14] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "ds=Local/{first number in ring group}@from-internal/n,40,HhTtrQ(NO_ANSWER)M(confirm^^^{ring group number})") in new stack	
117100	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:15] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "ds= Local/{first number in ring group}@from-internal/n,40,HhTtrQ(NO_ANSWER)M(confirm^^^{ring group number})") in new stack	
117101	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:16] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "__FMGL_DIAL=") in new stack	
117102	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:17] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "LOOPCNT=1") in new stack	
117103	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:18] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "ITER=1") in new stack	
117104	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:19] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "__EXTTOCALL={first number in ring group}") in new stack	
117105	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:20] NoOp("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "Working with {first number in ring group}") in new stack	
117106	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:21] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(HASH(__SIPHEADERS,Alert-Info)=Normal;volume=)") in new stack	
117107	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:22] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(HASH(__SIPHEADERS,Alert-Info)=Normal;volume=)") in new stack	
117108	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:23] Set("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "ITER=2") in new stack	
117109	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:24] GotoIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?ndloopbegin") in new stack	
117110	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:25] Macro("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "dial-ringall-predial-hook,") in new stack	
117111	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:1] MacroExit("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "") in new stack	
117112	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:26] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(CWRING=r(callwaiting)):Set(CWRING=)") in new stack	
117113	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:27] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(ds=Local/{first number in ring group}@from-internal/n,40,HhTtrQ(NO_ANSWER)M(confirm^^^{ring group number})g)") in new stack	
117114	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:28] Dial("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "Local/{first number in ring group}@from-internal/n,40,HhTtrQ(NO_ANSWER)M(confirm^^^{ring group number})b(func-apply-sipheaders^s^1),") in new stack	
117115	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] app_stack.c: Local/{first number in ring group}@from-internal-000001ab;1 Internal Gosub(func-apply-sipheaders,s,1) start	
117116	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/{first number in ring group}@from-internal-000001ab;1", "Applying SIP Headers to channel Local/{first number in ring group}@from-internal-000001ab;1") in new stack	
117117	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/{first number in ring group}@from-internal-000001ab;1", "TECH=Local") in new stack	
117118	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:3] Set("Local/{first number in ring group}@from-internal-000001ab;1", "SIPHEADERKEYS=") in new stack	
117119	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:4] While("Local/{first number in ring group}@from-internal-000001ab;1", "0") in new stack	
117120	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] app_while.c: Jumping to priority 12	
117121	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:13] Return("Local/{first number in ring group}@from-internal-000001ab;1", "") in new stack	
117122	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] app_stack.c: Spawn extension (from-internal, RG-{ring group number}*-{first number in ring group}#, 1) exited non-zero on 'Local/{first number in ring group}@from-internal-000001ab;1'	
117123	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] app_stack.c: Local/{first number in ring group}@from-internal-000001ab;1 Internal Gosub(func-apply-sipheaders,s,1) complete GOSUB_RETVAL=	
117124	[2022-05-17 12:04:54] VERBOSE[21221][C-0000011f] app_dial.c: Called Local/{first number in ring group}@from-internal/n	
117125	[2022-05-17 12:04:54] VERBOSE[21210][C-0000011f] app_dial.c: Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1 is ringing	
117126	[2022-05-17 12:04:54] VERBOSE[21209] dial.c: Local/{ring group number}@from-internal-000001a9;1 is ringing	
117127	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:1] Macro("Local/{first number in ring group}@from-internal-000001ab;2", "user-callerid,LIMIT,EXTERNAL,") in new stack	
117128	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] Set("Local/{first number in ring group}@from-internal-000001ab;2", "TOUCH_MONITOR=1652789094.1346") in new stack	
117129	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CHANCONTEXT=from-internal-000001ab;2") in new stack	
117130	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CHANCONTEXT=from") in new stack	
117131	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:4] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CHANEXTENCONTEXT={first number in ring group}@from-internal-000001ab;2") in new stack	
117132	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:5] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CHANEXTEN={first number in ring group}") in new stack	
117133	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CALLERID(number)=") in new stack	
117134	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:7] Set("Local/{first number in ring group}@from-internal-000001ab;2", "AMPUSER=") in new stack	
117135	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:8] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HOTDESCKCHAN={first number in ring group}@from-internal-000001ab;2") in new stack	
117136	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:9] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HOTDESKEXTEN={first number in ring group}@from") in new stack	
117137	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:10] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HOTDESKCALL=0") in new stack	
117138	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:11] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(HOTDESKCALL=1)") in new stack	
117139	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:12] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERID(name)=)") in new stack	
117140	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:13] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?report") in new stack	
117141	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:14] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?Set(REALCALLERIDNUM=)") in new stack	
117142	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:15] Set("Local/{first number in ring group}@from-internal-000001ab;2", "AMPUSER=") in new stack	
117143	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:16] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?limit") in new stack	
117144	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:17] Set("Local/{first number in ring group}@from-internal-000001ab;2", "AMPUSERCIDNAME=") in new stack	
117145	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:18] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(__CIDMASQUERADING=TRUE)") in new stack	
117146	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:19] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?report") in new stack	
117147	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,28)	
117148	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:28] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "Macro Depth is 1") in new stack	
117149	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:29] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?report2:macroerror") in new stack	
117150	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,30)	
117151	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:30] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?continue") in new stack	
117152	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,49)	
117153	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:49] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CALLERID(number)=") in new stack	
117154	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:50] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CALLERID(name)=") in new stack	
117155	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:51] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?cnum") in new stack	
117156	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-user-callerid,s,53)	
117157	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:53] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CDR(cnum)=") in new stack	
117158	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:54] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CHANNEL(language)=en") in new stack	
117159	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:2] Gosub("Local/{first number in ring group}@from-internal-000001ab;2", "sub-record-check,s,1(out,{first number in ring group},dontcare)") in new stack	
117160	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "7?initialized") in new stack	
1171{second number in ring group}	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (sub-record-check,s,10)	
117162	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:10] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "Recordings initialized") in new stack	
117163	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:11] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(ARG3=dontcare)") in new stack	
117164	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:12] Set("Local/{first number in ring group}@from-internal-000001ab;2", "REC_POLICY_MODE_SAVE=NEVER") in new stack	
117165	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:13] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(REC_STATUS=NO)") in new stack	
117166	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:14] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "3?checkaction") in new stack	
117167	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (sub-record-check,s,17)	
117168	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:17] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?sub-record-check,out,1") in new stack	
117169	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (sub-record-check,out,1)
117170	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "Outbound Recording Check from unknown to {first number in ring group}") in new stack	
117171	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:2] Set("Local/{first number in ring group}@from-internal-000001ab;2", "RECMODE=") in new stack	
117172	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?Goto(routewins)") in new stack	
117173	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (sub-record-check,out,7)	
117174	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:7] Gosub("Local/{first number in ring group}@from-internal-000001ab;2", "recordcheck,1(dontcare,out,{first number in ring group})") in new stack	
117175	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "Starting recording check against dontcare") in new stack	
117176	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:2] Goto("Local/{first number in ring group}@from-internal-000001ab;2", "dontcare") in new stack	
117177	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (sub-record-check,recordcheck,3)	
117178	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] Return("Local/{first number in ring group}@from-internal-000001ab;2", "") in new stack	
117179	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:8] Return("Local/{first number in ring group}@from-internal-000001ab;2", "") in new stack	
117180	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:3] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0 ?Set(CDR(accountcode)=)") in new stack	
117181	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:4] Set("Local/{first number in ring group}@from-internal-000001ab;2", "_ROUTEID=1") in new stack	
117182	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:5] Set("Local/{first number in ring group}@from-internal-000001ab;2", "_ROUTENAME=ToNetcologne") in new stack	
117183	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:6] Set("Local/{first number in ring group}@from-internal-000001ab;2", "MOHCLASS=default") in new stack	
117184	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:7] Set("Local/{first number in ring group}@from-internal-000001ab;2", "_CALLERIDNAMEINTERNAL=") in new stack	
117185	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:8] Set("Local/{first number in ring group}@from-internal-000001ab;2", "_CALLERIDNUMINTERNAL=") in new stack	
117186	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:9] Set("Local/{first number in ring group}@from-internal-000001ab;2", "_EMAILNOTIFICATION=FALSE") in new stack	
117187	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:10] Set("Local/{first number in ring group}@from-internal-000001ab;2", "_NODEST=") in new stack	
117188	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [{first number in ring group}@from-internal:11] Macro("Local/{first number in ring group}@from-internal-000001ab;2", "dialout-trunk,1,{first number in ring group},,off") in new stack	
117189	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] Set("Local/{first number in ring group}@from-internal-000001ab;2", "DIAL_TRUNK=1") in new stack	
117190	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:2] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(DIAL_OPTIONS=Hhtr)") in new stack	
117191	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] GosubIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?sub-pincheck,s,1()") in new stack	
117192	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:4] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERID(num)=)") in new stack	
117193	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:5] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?disabletrunk,1") in new stack	
117194	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{first number in ring group}@from-internal-000001ab;2", "DIAL_NUMBER={first number in ring group}") in new stack	
117195	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:7] Set("Local/{first number in ring group}@from-internal-000001ab;2", "DIAL_TRUNK_OPTIONS=HhTtr") in new stack	
117196	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:8] Set("Local/{first number in ring group}@from-internal-000001ab;2", "OUTBOUND_GROUP=OUT_1") in new stack	
117197	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:9] Set("Local/{first number in ring group}@from-internal-000001ab;2", "DIAL_TRUNK_OPTIONS=T") in new stack	
117198	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:10] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?nomax") in new stack	
117199	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-dialout-trunk,s,12)	
117200	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:12] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?skipoutcid") in new stack	
117201	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:13] Macro("Local/{first number in ring group}@from-internal-000001ab;2", "outbound-callerid,1") in new stack	
117202	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "") in new stack	
117203	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:2] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "TRUE") in new stack	
117204	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] NoOp("Local/{first number in ring group}@from-internal-000001ab;2", "off") in new stack	
117205	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:4] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERPRES(name-pres)=)") in new stack	
117206	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:5] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERPRES(num-pres)=)") in new stack	
117207	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:6] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HOTDESCKCHAN={first number in ring group}@from-internal-000001ab;2") in new stack	
117208	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:7] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HOTDESKEXTEN={first number in ring group}@from") in new stack	
117209	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:8] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HOTDESKCALL=0") in new stack	
117210	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:9] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(HOTDESKCALL=1)") in new stack	
117211	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:10] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERID(name)=)") in new stack	
117212	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:11] Set("Local/{first number in ring group}@from-internal-000001ab;2", "ALLOWTHISROUTE=NO") in new stack	
117213	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:12] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(ALLOWTHISROUTE=YES)") in new stack	
117214	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:13] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Hangup()") in new stack	
117215	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:14] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?Set(REALCALLERIDNUM=)") in new stack	
117216	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:15] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(AMPUSER=unknown)") in new stack	
117217	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:16] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?normcid") in new stack	
117218	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-outbound-callerid,s,20)	
117219	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:20] Set("Local/{first number in ring group}@from-internal-000001ab;2", "USEROUTCID=") in new stack	
117220	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:21] Set("Local/{first number in ring group}@from-internal-000001ab;2", "EMERGENCYCID=") in new stack	
117221	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:22] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(EMERGENCYCID=)") in new stack	
117222	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:23] Set("Local/{first number in ring group}@from-internal-000001ab;2", "TRUNKOUTCID=2203202160") in new stack	
117223	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:24] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?trunkcid") in new stack	
117224	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-outbound-callerid,s,30)	
117225	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:30] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?Set(CALLERID(all)=2203202160)") in new stack	
117226	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:31] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERID(all)=)") in new stack	
117227	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:32] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?Set(CALLERID(all)=022032021687)") in new stack	
117228	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:33] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERID(all)=)") in new stack	
117229	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:34] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERID(all)=)") in new stack	
117230	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:35] Set("Local/{first number in ring group}@from-internal-000001ab;2", "TIOHIDE=no") in new stack	
117231	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:36] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERPRES(name-pres)=prohib_passed_screen)") in new stack	
117232	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:37] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERPRES(num-pres)=prohib_passed_screen)") in new stack	
117233	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:38] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERPRES(name-pres)=prohib_passed_screen)") in new stack	
117234	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:39] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CALLERPRES(num-pres)=prohib_passed_screen)") in new stack	
117235	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:40] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CDR(outbound_cnum)=022032021687") in new stack	
117236	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:41] Set("Local/{first number in ring group}@from-internal-000001ab;2", "CDR(outbound_cnam)=") in new stack	
117237	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:14] GosubIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?sub-flp-1,s,1()") in new stack	
117238	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:15] Set("Local/{first number in ring group}@from-internal-000001ab;2", "OUTNUM={first number in ring group}") in new stack	
117239	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:16] Set("Local/{first number in ring group}@from-internal-000001ab;2", "custom=PJSIP") in new stack	
117240	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:17] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default)T)") in new stack	
117241	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:18] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(DIAL_TRUNK_OPTIONS=TM(confirm))") in new stack	
117242	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:19] Macro("Local/{first number in ring group}@from-internal-000001ab;2", "dialout-trunk-predial-hook,") in new stack	
117243	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] MacroExit("Local/{first number in ring group}@from-internal-000001ab;2", "") in new stack	
117244	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:20] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?bypass,1") in new stack	
117245	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:21] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CONNECTEDLINE(num,i)={first number in ring group})") in new stack	
117246	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:22] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CONNECTEDLINE(name,i)=CID:022032021687)") in new stack	
117247	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:23] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CONNECTEDLINE(name,i)=CID:(Hidden)022032021687)") in new stack	
117248	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:24] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?customtrunk") in new stack	
117249	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:25] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(DIAL_TRUNK_OPTIONS=)") in new stack	
117250	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:26] Set("Local/{first number in ring group}@from-internal-000001ab;2", "HASH(__SIPHEADERS,Alert-Info)=unset") in new stack	
117251	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:27] Dial("Local/{first number in ring group}@from-internal-000001ab;2", "PJSIP/{first number in ring group}@NetCologne-Trunk,300,Tb(func-apply-sipheaders^s^1,(1))U(sub-send-obroute-email^{first number in ring group}^{first number in ring group}^1^^^022032021687)") in new stack	
117252	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] app_stack.c: PJSIP/NetCologne-Trunk-000001ea Internal Gosub(func-apply-sipheaders,s,1(1)) start	
117253	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]ply-sipheaders:1] NoOp("PJSIP/NetCologne-Trunk-000001ea", "Applying SIP Headers to channel PJSIP/NetCologne-Trunk-000001ea") in new stack	
117254	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:2] Set("PJSIP/NetCologne-Trunk-000001ea", "TECH=PJSIP") in new stack	
117255	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] Set("PJSIP/NetCologne-Trunk-000001ea", "SIPHEADERKEYS=Alert-Info") in new stack	
117256	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:4] While("PJSIP/NetCologne-Trunk-000001ea", "1") in new stack	
117257	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:5] Set("PJSIP/NetCologne-Trunk-000001ea", "sipheader=unset") in new stack	
117258	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:6] ExecIf("PJSIP/NetCologne-Trunk-000001ea", "0?SIPRemoveHeader(Alert-Info:)") in new stack	
117259	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:7] ExecIf("PJSIP/NetCologne-Trunk-000001ea", "1?Set(PJSIP_HEADER(remove,Alert-Info)=)") in new stack	
117260	[2022-05-17 12:04:54] ERROR[13634] res_pjsip_header_funcs.c: No headers had been previously added to this session.	
1172{second number in ring group}	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:8] ExecIf("PJSIP/NetCologne-Trunk-000001ea", "0?Set(sipheader=<http://127.0.0.1>;info=unset)") in new stack	
117262	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:9] ExecIf("PJSIP/NetCologne-Trunk-000001ea", "0?Set(sipheader=<http://127.0.0.1>unset)") in new stack	
117263	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:10] ExecIf("PJSIP/NetCologne-Trunk-000001ea", "0?SIPAddHeader(Alert-Info:unset)") in new stack	
117264	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:11] ExecIf("PJSIP/NetCologne-Trunk-000001ea", "0?Set(PJSIP_HEADER(add,Alert-Info)=unset)") in new stack	
117265	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:12] EndWhile("PJSIP/NetCologne-Trunk-000001ea", "") in new stack	
117266	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:4] While("PJSIP/NetCologne-Trunk-000001ea", "0") in new stack	
117267	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:13] Return("PJSIP/NetCologne-Trunk-000001ea", "") in new stack	
117268	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] app_stack.c: Spawn extension (from-pstn, {first number in ring group}, 1) exited non-zero on 'PJSIP/NetCologne-Trunk-000001ea'	
117269	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] app_stack.c: PJSIP/NetCologne-Trunk-000001ea Internal Gosub(func-apply-sipheaders,s,1(1)) complete GOSUB_RETVAL=	
117270	[2022-05-17 12:04:54] VERBOSE[21224][C-0000011f] app_dial.c: Called PJSIP/{first number in ring group}@NetCologne-Trunk	
117271	[2022-05-17 12:04:58] VERBOSE[21224][C-0000011f] app_dial.c: PJSIP/NetCologne-Trunk-000001ea is making progress passing it to Local/{first number in ring group}@from-internal-000001ab;2	
117272	[2022-05-17 12:04:58] VERBOSE[21221][C-0000011f] app_dial.c: Local/{first number in ring group}@from-internal-000001ab;1 is making progress passing it to Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2	
117273	[2022-05-17 12:04:58] VERBOSE[21224][C-0000011f] app_dial.c: PJSIP/NetCologne-Trunk-000001ea is ringing	
117274	[2022-05-17 12:04:58] VERBOSE[21221][C-0000011f] app_dial.c: Local/{first number in ring group}@from-internal-000001ab;1 is ringing	
117275	[2022-05-17 12:04:58] VERBOSE[21210][C-0000011f] app_dial.c: Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;1 is ringing	
117276	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] app_macro.c: Spawn extension (macro-dial, s, 60) exited non-zero on 'Local/{ring group number}@from-internal-000001a9;2' in macro 'dial'	
117277	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] app_macro.c: Spawn extension (macro-dial-confirm, s, 7) exited non-zero on 'Local/{ring group number}@from-internal-000001a9;2' in macro 'dial-confirm'	
117278	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Spawn extension (from-internal, {ring group number}, 17) exited non-zero on 'Local/{ring group number}@from-internal-000001a9;2'	
117279	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] Macro("Local/{ring group number}@from-internal-000001a9;2", "hangupcall") in new stack	
117280	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:1] GotoIf("Local/{ring group number}@from-internal-000001a9;2", "0?theend") in new stack	
117281	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:2] NoOp("Local/{ring group number}@from-internal-000001a9;2", "Deleting: RG/{ring group number}/Local/{ring group number}@from-internal-000001a9;2 RINGING") in new stack	
117282	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] app_macro.c: Spawn extension (macro-dial, s, 28) exited non-zero on 'Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2' in macro 'dial'	
117283	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx.c: Spawn extension (from-internal, RG-{ring group number}*-{first number in ring group}#, 2) exited non-zero on 'Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2'	
117284	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:1] Macro("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "hangupcall") in new stack	
117285	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:1] GotoIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "1?theend") in new stack	
117286	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx_builtins.c: Goto (macro-hangupcall,s,3)	
117287	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] app_macro.c: Spawn extension (macro-dialout-trunk, s, 27) exited non-zero on 'Local/{first number in ring group}@from-internal-000001ab;2' in macro 'dialout-trunk'	
117288	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx.c: Spawn extension (from-internal, {first number in ring group}, 11) exited non-zero on 'Local/{first number in ring group}@from-internal-000001ab;2'	
117289	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] Macro("Local/{first number in ring group}@from-internal-000001ab;2", "hangupcall") in new stack	
117290	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:1] GotoIf("Local/{first number in ring group}@from-internal-000001ab;2", "1?theend") in new stack	
117291	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx_builtins.c: Goto (macro-hangupcall,s,3)	
117292	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:3] ExecIf("Local/{ring group number}@from-internal-000001a9;2", "0?Set(CDR(recordingfile)=)") in new stack	
117293	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Executing [[email protected]:4] Hangup("Local/{ring group number}@from-internal-000001a9;2", "") in new stack	
117294	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'Local/{ring group number}@from-internal-000001a9;2' in macro 'hangupcall'	
117295	[2022-05-17 12:05:24] VERBOSE[21210][C-0000011f] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on 'Local/{ring group number}@from-internal-000001a9;2'	
117296	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:3] ExecIf("Local/{first number in ring group}@from-internal-000001ab;2", "0?Set(CDR(recordingfile)=)") in new stack	
117297	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx.c: Executing [[email protected]:4] Hangup("Local/{first number in ring group}@from-internal-000001ab;2", "") in new stack	
117298	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'Local/{first number in ring group}@from-internal-000001ab;2' in macro 'hangupcall'	
117299	[2022-05-17 12:05:24] VERBOSE[21224][C-0000011f] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on 'Local/{first number in ring group}@from-internal-000001ab;2'	
117300	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:3] ExecIf("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "0?Set(CDR(recordingfile)=)") in new stack	
117301	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx.c: Executing [[email protected]:4] Hangup("Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2", "") in new stack	
117302	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2' in macro 'hangupcall'	
117303	[2022-05-17 12:05:24] VERBOSE[21221][C-0000011f] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on 'Local/RG-{ring group number}*-{first number in ring group}#@from-internal-000001aa;2'

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