[ISSUE] International Inbound route

Good afternoon,

I’m trying to set up an incoming route to send international calls to another extension. In particular calls from Germany

Almenia numbers start with +49.
I have tried to put in the incoming route, Caller ID Number, the following

.
_0049XXXXXXXXXX
_0049.
_049.
_049XXXXXXXXXX
_ + 49.

  • 49XXXXXXXXXX

But none have worked for me.
In the asterisk log I can see that the number of the sender is + 49XXXXXXXXXX.

Could they help us?

Incoming route caller ID sounds like a GUI concept. If you are using a GUI, please take this to the support channel for the GUI, otherwise, please provide the relevant part of extensions.conf.

Hi!

Yes its a GUI, but i have extensions.conf

[ext-did-0001]
include => ext-did-0001-custom
exten => fax,1,Goto(${CUT(FAX_DEST,^,1)},${CUT(FAX_DEST,^,2)},${CUT(FAX_DEST,^,3)})
exten => ./.49.,1,Set(__FROM_DID=${EXTEN})
exten => ./.49.,n,Goto(s,1)
exten => s/.49.,1,ExecIf($["${FROM_DID}" = “”]?Set(__FROM_DID=${EXTEN}))
exten => s/
.49.,n,Gosub(app-blacklist-check,s,1)
exten => s/.49.,n,ExecIf($[ “${CALLERID(name)}” = “” ] ?Set(CALLERID(name)=${CALLERID(num)}))
exten => s/
.49.,n,Set(__CALLINGPRES_SV=${CALLERPRES()})
exten => s/.49.,n,Set(CALLERPRES()=allowed_not_screened)
exten => s/
.49.,n(dest-ext),Goto(app-announcement-19,s,1)

You have . when you should have +.

It’s the last test I’ve done but with + don’t work

:frowning:

You’ll also need to provide the console output of a call attempt too.

1 Like

Hi

This is the console output when call in. If it is relevant. Im am from Spain

Executing [934732552@from-trunk:1] Set(“SIP/Ibercom-00002a8c”, “__FROM_DID=934732552”) in new stack
– Executing [934732552@from-trunk:2] Gosub(“SIP/Ibercom-00002a8c”, “app-blacklist-check,s,1”) in new stack
– Executing [s@app-blacklist-check:1] GotoIf(“SIP/Ibercom-00002a8c”, “0?blacklisted”) in new stack
– Executing [s@app-blacklist-check:2] Set(“SIP/Ibercom-00002a8c”, “CALLED_BLACKLIST=1”) in new stack
– Executing [s@app-blacklist-check:3] Return(“SIP/Ibercom-00002a8c”, “”) in new stack
– Executing [934732552@from-trunk:3] ExecIf(“SIP/Ibercom-00002a8c”, “0 ?Set(CALLERID(name)=+491602611003)”) in new stack
– Executing [934732552@from-trunk:4] Set(“SIP/Ibercom-00002a8c”, “__CALLINGPRES_SV=allowed_not_screened”) in new stack
– Executing [934732552@from-trunk:5] Set(“SIP/Ibercom-00002a8c”, “CALLERPRES()=allowed_not_screened”) in new stack
– Executing [934732552@from-trunk:6] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,9,1”) in new stack
– Goto (timeconditions,9,1)
– Executing [9@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,24-31,dec?app-announcement-6,s,1”) in new stack
– Executing [9@timeconditions:2] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,1-3,jan?app-announcement-6,s,1”) in new stack
– Executing [9@timeconditions:3] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,10,1”) in new stack
– Goto (timeconditions,10,1)
– Executing [10@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,5-6,jan?app-announcement-7,s,1”) in new stack
– Executing [10@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,11,1”) in new stack
– Goto (timeconditions,11,1)
– Executing [11@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,12,feb?app-announcement-5,s,1”) in new stack
– Executing [11@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,12,1”) in new stack
– Goto (timeconditions,12,1)
– Executing [12@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,14-17,apr?app-announcement-8,s,1”) in new stack
– Executing [12@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,13,1”) in new stack
– Goto (timeconditions,13,1)
– Executing [13@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,16,may?app-announcement-9,s,1”) in new stack
– Executing [13@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,14,1”) in new stack
– Goto (timeconditions,14,1)
– Executing [14@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “,,24,jun?app-announcement-10,s,1”) in new stack
– Executing [14@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,15,1”) in new stack
– Goto (timeconditions,15,1)
– Executing [15@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “08:00-14:30,,1-2,sep?ivr-3,s,1") in new stack
– Executing [15@timeconditions:2] GotoIfTime(“SIP/Ibercom-00002a8c”, “08:00-14:30,mon-fri,22-31,aug?ivr-3,s,1”) in new stack
– Executing [15@timeconditions:3] GotoIfTime(“SIP/Ibercom-00002a8c”, “08:00-14:30,mon-fri,1-14,aug?ivr-3,s,1”) in new stack
– Executing [15@timeconditions:4] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,21,1”) in new stack
– Goto (timeconditions,21,1)
– Executing [21@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, “14:31-07:59,mon-fri,1-14,aug?app-announcement-11,s,1”) in new stack
– Executing [21@timeconditions:2] GotoIfTime(“SIP/Ibercom-00002a8c”, “14:31-07:59,mon-fri,22-31,aug?app-announcement-11,s,1”) in new stack
– Executing [21@timeconditions:3] GotoIfTime(“SIP/Ibercom-00002a8c”, "14:31-07:59,
,1-2,sep?app-announcement-11,s,1”) in new stack
– Executing [21@timeconditions:4] GotoIfTime(“SIP/Ibercom-00002a8c”, “,sat-sun,1-4,sep?app-announcement-11,s,1") in new stack
– Executing [21@timeconditions:5] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,sat-sun,,aug?app-announcement-11,s,1") in new stack
– Executing [21@timeconditions:6] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,16,1”) in new stack
– Goto (timeconditions,16,1)
– Executing [16@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,,15-19,aug?app-announcement-12,s,1") in new stack
– Executing [16@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,17,1”) in new stack
– Goto (timeconditions,17,1)
– Executing [17@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,,12,oct?app-announcement-13,s,1") in new stack
– Executing [17@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,18,1”) in new stack
– Goto (timeconditions,18,1)
– Executing [18@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,,31,oct?app-announcement-14,s,1") in new stack
– Executing [18@timeconditions:2] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,,1,nov?app-announcement-14,s,1") in new stack
– Executing [18@timeconditions:3] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,19,1”) in new stack
– Goto (timeconditions,19,1)
– Executing [19@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,,6,dec?app-announcement-15,s,1") in new stack
– Executing [19@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,20,1”) in new stack
– Goto (timeconditions,20,1)
– Executing [20@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, "
,,8,dec?app-announcement-16,s,1") in new stack
– Executing [20@timeconditions:2] Goto(“SIP/Ibercom-00002a8c”, “timeconditions,22,1”) in new stack
– Goto (timeconditions,22,1)
– Executing [22@timeconditions:1] GotoIfTime(“SIP/Ibercom-00002a8c”, "09:00-13:30,mon-thu,
,*?ivr-3,s,1”) in new stack
– Goto (ivr-3,s,1)
– Executing [s@ivr-3:1] Set(“SIP/Ibercom-00002a8c”, “MSG=custom/Bienvenidos”) in new stack
– Executing [s@ivr-3:2] Set(“SIP/Ibercom-00002a8c”, “LOOPCOUNT=0”) in new stack
– Executing [s@ivr-3:3] Set(“SIP/Ibercom-00002a8c”, “__DIR-CONTEXT=”) in new stack
– Executing [s@ivr-3:4] Set(“SIP/Ibercom-00002a8c”, “_IVR_CONTEXT_ivr-3=”) in new stack
– Executing [s@ivr-3:5] Set(“SIP/Ibercom-00002a8c”, “_IVR_CONTEXT=ivr-3”) in new stack
– Executing [s@ivr-3:6] GotoIf(“SIP/Ibercom-00002a8c”, “0?begin”) in new stack
– Executing [s@ivr-3:7] Answer(“SIP/Ibercom-00002a8c”, “”) in new stack
– Executing [s@ivr-3:8] Wait(“SIP/Ibercom-00002a8c”, “1”) in new stack
– Executing [s@ivr-3:9] Set(“SIP/Ibercom-00002a8c”, “TIMEOUT(digit)=3”) in new stack
– Digit timeout set to 3.000
– Executing [s@ivr-3:10] Set(“SIP/Ibercom-00002a8c”, “TIMEOUT(response)=2”) in new stack
– Response timeout set to 2.000
– Executing [s@ivr-3:11] Set(“SIP/Ibercom-00002a8c”, “__IVR_RETVM=”) in new stack
– Executing [s@ivr-3:12] ExecIf(“SIP/Ibercom-00002a8c”, “1?Background(custom/Bienvenidos)”) in new stack
– <SIP/Ibercom-00002a8c> Playing ‘custom/Bienvenidos.slin’ (language ‘en’)
– SIP/Ibercom-00002a8b is ringing
– SIP/Ibercom-00002a8b answered SIP/140-00002a8a
– Executing [s@macro-setmusic:1] NoOp(“SIP/Ibercom-00002a8b”, “Setting Outbound Route MoH To: Musica”) in new stack
– Executing [s@macro-setmusic:2] Set(“SIP/Ibercom-00002a8b”, “CHANNEL(musicclass)=Musica”) in new stack
– Locally bridging SIP/140-00002a8a and SIP/Ibercom-00002a8b
– Executing [s@ivr-3:13] WaitExten(“SIP/Ibercom-00002a8c”, “,”) in new stack
– Timeout on SIP/Ibercom-00002a8c, going to ‘t’
– Executing [t@ivr-3:1] NoOp(“SIP/Ibercom-00002a8c”, "Deleting: ") in new stack
– Executing [t@ivr-3:2] Set(“SIP/Ibercom-00002a8c”, “__NODEST=”) in new stack
– Executing [t@ivr-3:3] Goto(“SIP/Ibercom-00002a8c”, “ext-queues,1001,1”) in new stack
– Goto (ext-queues,1001,1)
– Executing [1001@ext-queues:1] Macro(“SIP/Ibercom-00002a8c”, “user-callerid,”) in new stack
– Executing [s@macro-user-callerid:1] Set(“SIP/Ibercom-00002a8c”, “AMPUSER=+491602611003”) in new stack
– Executing [s@macro-user-callerid:2] GotoIf(“SIP/Ibercom-00002a8c”, “0?report”) in new stack
– Executing [s@macro-user-callerid:3] ExecIf(“SIP/Ibercom-00002a8c”, “1?Set(REALCALLERIDNUM=+491602611003)”) in new stack
– Executing [s@macro-user-callerid:4] Set(“SIP/Ibercom-00002a8c”, “AMPUSER=”) in new stack
– Executing [s@macro-user-callerid:5] Set(“SIP/Ibercom-00002a8c”, “AMPUSERCIDNAME=”) in new stack
– Executing [s@macro-user-callerid:6] GotoIf(“SIP/Ibercom-00002a8c”, “1?report”) in new stack
– Goto (macro-user-callerid,s,10)
– Executing [s@macro-user-callerid:10] GotoIf(“SIP/Ibercom-00002a8c”, “0?continue”) in new stack
– Executing [s@macro-user-callerid:11] Set(“SIP/Ibercom-00002a8c”, “__TTL=64”) in new stack
– Executing [s@macro-user-callerid:12] GotoIf(“SIP/Ibercom-00002a8c”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,19)
– Executing [s@macro-user-callerid:19] Set(“SIP/Ibercom-00002a8c”, “CALLERID(number)=+491602611003”) in new stack
– Executing [s@macro-user-callerid:20] Set(“SIP/Ibercom-00002a8c”, “CALLERID(name)=+491602611003”) in new stack
– Executing [s@macro-user-callerid:21] NoOp(“SIP/Ibercom-00002a8c”, “Using CallerID “+491602611003” <+491602611003>”) in new stack
– Executing [1001@ext-queues:2] Answer(“SIP/Ibercom-00002a8c”, “”) in new stack
– Executing [1001@ext-queues:3] Set(“SIP/Ibercom-00002a8c”, “__BLKVM_OVERRIDE=BLKVM/1001/SIP/Ibercom-00002a8c”) in new stack
– Executing [1001@ext-queues:4] Set(“SIP/Ibercom-00002a8c”, “__BLKVM_BASE=1001”) in new stack
– Executing [1001@ext-queues:5] Set(“SIP/Ibercom-00002a8c”, “DB(BLKVM/1001/SIP/Ibercom-00002a8c)=TRUE”) in new stack
– Executing [1001@ext-queues:6] ExecIf(“SIP/Ibercom-00002a8c”, “1?Set(_DIAL_OPTIONS=T tM(auto-blkvm))”) in new stack
– Executing [1001@ext-queues:7] Set(“SIP/Ibercom-00002a8c”, “__NODEST=1001”) in new stack
– Executing [1001@ext-queues:8] Set(“SIP/Ibercom-00002a8c”, “MONITOR_FILENAME=/var/spool/asterisk/monitor/q1001-20170515-105845-1494838718.13690”) in new stack
– Executing [1001@ext-queues:9] Set(“SIP/Ibercom-00002a8c”, “__MOHCLASS=Musica”) in new stack
– Executing [1001@ext-queues:10] Queue(“SIP/Ibercom-00002a8c”, “1001,tn,”) in new stack
– Started music on hold, class ‘Musica’, on SIP/Ibercom-00002a8c
– Executing [100@from-queue:1] Set(“Local/100@from-queue-b817;2”, “QAGENT=100”) in new stack
– Executing [100@from-queue:2] Goto(“Local/100@from-queue-b817;2”, “1001,1”) in new stack
– Goto (from-queue,1001,1)
– Executing [1001@from-queue:1] Goto(“Local/100@from-queue-b817;2”, “from-internal,100,1”) in new stack
– Goto (from-internal,100,1)
– Executing [100@from-internal:1] Set(“Local/100@from-queue-b817;2”, “__RINGTIMER=20”) in new stack
– Executing [100@from-internal:2] Macro(“Local/100@from-queue-b817;2”, “exten-vm,100,100”) in new stack
– Executing [s@macro-exten-vm:1] Macro(“Local/100@from-queue-b817;2”, “user-callerid,”) in new stack
– Executing [s@macro-user-callerid:1] Set(“Local/100@from-queue-b817;2”, “AMPUSER=+491602611003”) in new stack
– Executing [s@macro-user-callerid:2] GotoIf(“Local/100@from-queue-b817;2”, “1?report”) in new stack
– Goto (macro-user-callerid,s,10)
– Executing [s@macro-user-callerid:10] GotoIf(“Local/100@from-queue-b817;2”, “0?continue”) in new stack
– Executing [s@macro-user-callerid:11] Set(“Local/100@from-queue-b817;2”, “__TTL=63”) in new stack
– Executing [s@macro-user-callerid:12] GotoIf(“Local/100@from-queue-b817;2”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,19)
– Executing [s@macro-user-callerid:19] Set(“Local/100@from-queue-b817;2”, “CALLERID(number)=+491602611003”) in new stack
– Executing [s@macro-user-callerid:20] Set(“Local/100@from-queue-b817;2”, “CALLERID(name)=+491602611003”) in new stack
– Executing [s@macro-user-callerid:21] NoOp(“Local/100@from-queue-b817;2”, “Using CallerID “+491602611003” <+491602611003>”) in new stack
– Executing [s@macro-exten-vm:2] Set(“Local/100@from-queue-b817;2”, “RingGroupMethod=none”) in new stack
– Executing [s@macro-exten-vm:3] Set(“Local/100@from-queue-b817;2”, “VMBOX=100”) in new stack
– Executing [s@macro-exten-vm:4] Set(“Local/100@from-queue-b817;2”, “__EXTTOCALL=100”) in new stack
– Executing [s@macro-exten-vm:5] Set(“Local/100@from-queue-b817;2”, “CFUEXT=”) in new stack
– Executing [s@macro-exten-vm:6] Set(“Local/100@from-queue-b817;2”, “CFBEXT=”) in new stack
– Executing [s@macro-exten-vm:7] Set(“Local/100@from-queue-b817;2”, “RT=20”) in new stack
– Executing [s@macro-exten-vm:8] Macro(“Local/100@from-queue-b817;2”, “record-enable,100,IN”) in new stack
– Executing [s@macro-record-enable:1] GotoIf(“Local/100@from-queue-b817;2”, “1?check”) in new stack
– Goto (macro-record-enable,s,4)
– Executing [s@macro-record-enable:4] ExecIf(“Local/100@from-queue-b817;2”, “0?MacroExit()”) in new stack
– Executing [s@macro-record-enable:5] GotoIf(“Local/100@from-queue-b817;2”, “0?Group:OUT”) in new stack
– Goto (macro-record-enable,s,15)
– Executing [s@macro-record-enable:15] GotoIf(“Local/100@from-queue-b817;2”, “1?IN”) in new stack
– Goto (macro-record-enable,s,20)
– Executing [s@macro-record-enable:20] ExecIf(“Local/100@from-queue-b817;2”, “1?MacroExit()”) in new stack
– Executing [s@macro-exten-vm:9] Macro(“Local/100@from-queue-b817;2”, “dial-one,20,T tM(auto-blkvm),100”) in new stack
– Executing [s@macro-dial-one:1] Set(“Local/100@from-queue-b817;2”, “DEXTEN=100”) in new stack
– Executing [s@macro-dial-one:2] Set(“Local/100@from-queue-b817;2”, “DIALSTATUS_CW=”) in new stack
– Executing [s@macro-dial-one:3] GosubIf(“Local/100@from-queue-b817;2”, “0?screen,1”) in new stack
– Executing [s@macro-dial-one:4] GosubIf(“Local/100@from-queue-b817;2”, “1?cf,1”) in new stack
– Executing [cf@macro-dial-one:1] Set(“Local/100@from-queue-b817;2”, “CFAMPUSER=+491602611003”) in new stack
– Executing [cf@macro-dial-one:2] ExecIf(“Local/100@from-queue-b817;2”, “0?Return()”) in new stack
– Executing [cf@macro-dial-one:3] Set(“Local/100@from-queue-b817;2”, “DEXTEN=101#”) in new stack
– Executing [cf@macro-dial-one:4] ExecIf(“Local/100@from-queue-b817;2”, “1?Return()”) in new stack
– Executing [s@macro-dial-one:5] GotoIf(“Local/100@from-queue-b817;2”, “1?skip1”) in new stack
– Goto (macro-dial-one,s,8)
– Executing [s@macro-dial-one:8] GotoIf(“Local/100@from-queue-b817;2”, “0?nodial”) in new stack
– Executing [s@macro-dial-one:9] GotoIf(“Local/100@from-queue-b817;2”, “1?continue”) in new stack
– Goto (macro-dial-one,s,25)
– Executing [s@macro-dial-one:25] GotoIf(“Local/100@from-queue-b817;2”, “0?nodial”) in new stack
– Executing [s@macro-dial-one:26] GosubIf(“Local/100@from-queue-b817;2”, “0?dstring,1:dlocal,1”) in new stack
– Executing [dlocal@macro-dial-one:1] Set(“Local/100@from-queue-b817;2”, “DSTRING=Local/101@from-internal/n”) in new stack
– Executing [dlocal@macro-dial-one:2] Return(“Local/100@from-queue-b817;2”, “”) in new stack
– Executing [s@macro-dial-one:27] GotoIf(“Local/100@from-queue-b817;2”, “0?nodial”) in new stack
– Executing [s@macro-dial-one:28] GotoIf(“Local/100@from-queue-b817;2”, “0?skiptrace”) in new stack
– Executing [s@macro-dial-one:29] GosubIf(“Local/100@from-queue-b817;2”, “1?ctset,1:ctclear,1”) in new stack
– Executing [ctset@macro-dial-one:1] Set(“Local/100@from-queue-b817;2”, “DB(CALLTRACE/101#)=+491602611003”) in new stack
– Executing [ctset@macro-dial-one:2] Return(“Local/100@from-queue-b817;2”, “”) in new stack
– Executing [s@macro-dial-one:30] Set(“Local/100@from-queue-b817;2”, “D_OPTIONS=T tM(auto-blkvm)”) in new stack
– Executing [s@macro-dial-one:31] ExecIf(“Local/100@from-queue-b817;2”, “0?SIPAddHeader(Alert-Info: )”) in new stack
– Executing [s@macro-dial-one:32] ExecIf(“Local/100@from-queue-b817;2”, “0?SIPAddHeader()”) in new stack
– Executing [s@macro-dial-one:33] ExecIf(“Local/100@from-queue-b817;2”, “1?Set(CHANNEL(musicclass)=)”) in new stack
– Executing [s@macro-dial-one:34] GosubIf(“Local/100@from-queue-b817;2”, “0?qwait,1”) in new stack
– Executing [s@macro-dial-one:35] Set(“Local/100@from-queue-b817;2”, “__CWIGNORE=”) in new stack
– Executing [s@macro-dial-one:36] Set(“Local/100@from-queue-b817;2”, “__KEEPCID=TRUE”) in new stack
– Executing [s@macro-dial-one:37] Dial(“Local/100@from-queue-b817;2”, “Local/101@from-internal/n,20,T tM(auto-blkvm)”) in new stack
– Called Local/101@from-internal/n
– Executing [101@from-internal:1] Macro(“Local/101@from-internal-cc36;2”, “exten-vm,101,101”) in new stack
– Executing [s@macro-exten-vm:1] Macro(“Local/101@from-internal-cc36;2”, “user-callerid,”) in new stack
– Executing [s@macro-user-callerid:1] Set(“Local/101@from-internal-cc36;2”, “AMPUSER=+491602611003”) in new stack
– Executing [s@macro-user-callerid:2] GotoIf(“Local/101@from-internal-cc36;2”, “1?report”) in new stack
– Goto (macro-user-callerid,s,10)
– Executing [s@macro-user-callerid:10] GotoIf(“Local/101@from-internal-cc36;2”, “0?continue”) in new stack
– Executing [s@macro-user-callerid:11] Set(“Local/101@from-internal-cc36;2”, “__TTL=62”) in new stack
– Executing [s@macro-user-callerid:12] GotoIf(“Local/101@from-internal-cc36;2”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,19)
– Executing [s@macro-user-callerid:19] Set(“Local/101@from-internal-cc36;2”, “CALLERID(number)=+491602611003”) in new stack
– Executing [s@macro-user-callerid:20] Set(“Local/101@from-internal-cc36;2”, “CALLERID(name)=+491602611003”) in new stack
– Executing [s@macro-user-callerid:21] NoOp(“Local/101@from-internal-cc36;2”, “Using CallerID “+491602611003” <+491602611003>”) in new stack
– Executing [s@macro-exten-vm:2] Set(“Local/101@from-internal-cc36;2”, “RingGroupMethod=none”) in new stack
– Executing [s@macro-exten-vm:3] Set(“Local/101@from-internal-cc36;2”, “VMBOX=101”) in new stack
– Executing [s@macro-exten-vm:4] Set(“Local/101@from-internal-cc36;2”, “__EXTTOCALL=101”) in new stack
– Executing [s@macro-exten-vm:5] Set(“Local/101@from-internal-cc36;2”, “CFUEXT=”) in new stack
– Executing [s@macro-exten-vm:6] Set(“Local/101@from-internal-cc36;2”, “CFBEXT=”) in new stack
– Executing [s@macro-exten-vm:7] Set(“Local/101@from-internal-cc36;2”, “RT=20”) in new stack
– Executing [s@macro-exten-vm:8] Macro(“Local/101@from-internal-cc36;2”, “record-enable,101,IN”) in new stack
– Executing [s@macro-record-enable:1] GotoIf(“Local/101@from-internal-cc36;2”, “1?check”) in new stack
– Goto (macro-record-enable,s,4)
– Executing [s@macro-record-enable:4] ExecIf(“Local/101@from-internal-cc36;2”, “0?MacroExit()”) in new stack
– Executing [s@macro-record-enable:5] GotoIf(“Local/101@from-internal-cc36;2”, “0?Group:OUT”) in new stack
– Goto (macro-record-enable,s,15)
– Executing [s@macro-record-enable:15] GotoIf(“Local/101@from-internal-cc36;2”, “1?IN”) in new stack
– Goto (macro-record-enable,s,20)
– Executing [s@macro-record-enable:20] ExecIf(“Local/101@from-internal-cc36;2”, “1?MacroExit()”) in new stack
– Executing [s@macro-exten-vm:9] Macro(“Local/101@from-internal-cc36;2”, “dial-one,20,T t,101”) in new stack
– Executing [s@macro-dial-one:1] Set(“Local/101@from-internal-cc36;2”, “DEXTEN=101”) in new stack
– Executing [s@macro-dial-one:2] Set(“Local/101@from-internal-cc36;2”, “DIALSTATUS_CW=”) in new stack
– Executing [s@macro-dial-one:3] GosubIf(“Local/101@from-internal-cc36;2”, “0?screen,1”) in new stack
– Executing [s@macro-dial-one:4] GosubIf(“Local/101@from-internal-cc36;2”, “0?cf,1”) in new stack
– Executing [s@macro-dial-one:5] GotoIf(“Local/101@from-internal-cc36;2”, “1?skip1”) in new stack
– Goto (macro-dial-one,s,8)
– Executing [s@macro-dial-one:8] GotoIf(“Local/101@from-internal-cc36;2”, “0?nodial”) in new stack
– Executing [s@macro-dial-one:9] GotoIf(“Local/101@from-internal-cc36;2”, “0?continue”) in new stack
– Executing [s@macro-dial-one:10] Set(“Local/101@from-internal-cc36;2”, “EXTHASCW=ENABLED”) in new stack
– Executing [s@macro-dial-one:11] GotoIf(“Local/101@from-internal-cc36;2”, “0?next1:cwinusebusy”) in new stack
– Goto (macro-dial-one,s,23)
– Executing [s@macro-dial-one:23] GotoIf(“Local/101@from-internal-cc36;2”, “1?next3:continue”) in new stack
– Goto (macro-dial-one,s,24)
– Executing [s@macro-dial-one:24] ExecIf(“Local/101@from-internal-cc36;2”, “0?Set(DIALSTATUS_CW=BUSY)”) in new stack
– Executing [s@macro-dial-one:25] GotoIf(“Local/101@from-internal-cc36;2”, “0?nodial”) in new stack
– Executing [s@macro-dial-one:26] GosubIf(“Local/101@from-internal-cc36;2”, “1?dstring,1:dlocal,1”) in new stack
– Executing [dstring@macro-dial-one:1] Set(“Local/101@from-internal-cc36;2”, “DSTRING=”) in new stack
– Executing [dstring@macro-dial-one:2] Set(“Local/101@from-internal-cc36;2”, “DEVICES=101”) in new stack
– Executing [dstring@macro-dial-one:3] ExecIf(“Local/101@from-internal-cc36;2”, “0?Return()”) in new stack
– Executing [dstring@macro-dial-one:4] ExecIf(“Local/101@from-internal-cc36;2”, “0?Set(DEVICES=01)”) in new stack
– Executing [dstring@macro-dial-one:5] Set(“Local/101@from-internal-cc36;2”, “LOOPCNT=1”) in new stack
– Executing [dstring@macro-dial-one:6] Set(“Local/101@from-internal-cc36;2”, “ITER=1”) in new stack
– Executing [dstring@macro-dial-one:7] Set(“Local/101@from-internal-cc36;2”, “THISDIAL=SIP/101”) in new stack
– Executing [dstring@macro-dial-one:8] GosubIf(“Local/101@from-internal-cc36;2”, “1?zap2dahdi,1”) in new stack
– Executing [zap2dahdi@macro-dial-one:1] ExecIf(“Local/101@from-internal-cc36;2”, “0?Return()”) in new stack
– Executing [zap2dahdi@macro-dial-one:2] Set(“Local/101@from-internal-cc36;2”, “NEWDIAL=”) in new stack
– Executing [zap2dahdi@macro-dial-one:3] Set(“Local/101@from-internal-cc36;2”, “LOOPCNT2=1”) in new stack
– Executing [zap2dahdi@macro-dial-one:4] Set(“Local/101@from-internal-cc36;2”, “ITER2=1”) in new stack
– Executing [zap2dahdi@macro-dial-one:5] Set(“Local/101@from-internal-cc36;2”, “THISPART2=SIP/101”) in new stack
– Executing [zap2dahdi@macro-dial-one:6] ExecIf(“Local/101@from-internal-cc36;2”, “0?Set(THISPART2=DAHDI/101)”) in new stack
– Executing [zap2dahdi@macro-dial-one:7] Set(“Local/101@from-internal-cc36;2”, “NEWDIAL=SIP/101&”) in new stack
– Executing [zap2dahdi@macro-dial-one:8] Set(“Local/101@from-internal-cc36;2”, “ITER2=2”) in new stack
– Executing [zap2dahdi@macro-dial-one:9] GotoIf(“Local/101@from-internal-cc36;2”, “0?begin2”) in new stack
– Executing [zap2dahdi@macro-dial-one:10] Set(“Local/101@from-internal-cc36;2”, “THISDIAL=SIP/101”) in new stack
– Executing [zap2dahdi@macro-dial-one:11] Return(“Local/101@from-internal-cc36;2”, “”) in new stack
– Executing [dstring@macro-dial-one:9] Set(“Local/101@from-internal-cc36;2”, “DSTRING=SIP/101&”) in new stack
– Executing [dstring@macro-dial-one:10] Set(“Local/101@from-internal-cc36;2”, “ITER=2”) in new stack
– Executing [dstring@macro-dial-one:11] GotoIf(“Local/101@from-internal-cc36;2”, “0?begin”) in new stack
– Executing [dstring@macro-dial-one:12] Set(“Local/101@from-internal-cc36;2”, “DSTRING=SIP/101”) in new stack
– Executing [dstring@macro-dial-one:13] Return(“Local/101@from-internal-cc36;2”, “”) in new stack
– Executing [s@macro-dial-one:27] GotoIf(“Local/101@from-internal-cc36;2”, “0?nodial”) in new stack
– Executing [s@macro-dial-one:28] GotoIf(“Local/101@from-internal-cc36;2”, “1?skiptrace”) in new stack
– Goto (macro-dial-one,s,30)
– Executing [s@macro-dial-one:30] Set(“Local/101@from-internal-cc36;2”, “D_OPTIONS=T tM(auto-blkvm)”) in new stack
– Executing [s@macro-dial-one:31] ExecIf(“Local/101@from-internal-cc36;2”, “0?SIPAddHeader(Alert-Info: )”) in new stack
– Executing [s@macro-dial-one:32] ExecIf(“Local/101@from-internal-cc36;2”, “0?SIPAddHeader()”) in new stack
– Executing [s@macro-dial-one:33] ExecIf(“Local/101@from-internal-cc36;2”, “1?Set(CHANNEL(musicclass)=)”) in new stack
– Executing [s@macro-dial-one:34] GosubIf(“Local/101@from-internal-cc36;2”, “0?qwait,1”) in new stack
– Executing [s@macro-dial-one:35] Set(“Local/101@from-internal-cc36;2”, “__CWIGNORE=”) in new stack
– Executing [s@macro-dial-one:36] Set(“Local/101@from-internal-cc36;2”, “__KEEPCID=TRUE”) in new stack
– Executing [s@macro-dial-one:37] Dial(“Local/101@from-internal-cc36;2”, “SIP/101,20,T tM(auto-blkvm)”) in new stack

Your custom dialplan does not appear to ever be executed, so I’d say it’s the GUI taking over.

1 Like