Gxp-2110 not recieving page/intercom

This works for GXP-2000. Why doesn’t it work for GXP-2110?

auto answer by call info is set to yes

[macro-autoanswer]
include => macro-autoanswer-custom
exten => s,1,Set(DIAL=${DB(DEVICE/${ARG1}/dial)})
exten => s,n,GotoIf($["${DB(DEVICE/${ARG1}/autoanswer/macro)}" != “” ]?macro)
exten => s,n,Set(phone=${SIPPEER(${CUT(DIAL,/,2)}:useragent)})
exten => s,n,Set(ALERTINFO=Alert-Info: Ring Answer)
exten => s,n,Set(CALLINFO=Call-Info: ;answer-after=0)
exten => s,n,Set(SIPURI=intercom=true)
exten => s,n,Set(ANSWERMACRO=)
exten => s,n,ExecIf($["${phone:0:5}" = “Mitel”],Set,CALLINFO=Call-Info: sip:broadworks.net;answer-after=0)
exten => s,n,GotoIf($["${ANSWERMACRO}" != “”]?macro2)
exten => s,n,ExecIf($["${ALERTINFO}" != “”],SipAddHeader,${ALERTINFO})
exten => s,n,ExecIf($["${CALLINFO}" != “”],SipAddHeader,${CALLINFO})
exten => s,n,ExecIf($["${SIPURI}" != “”],Set,__SIP_URI_OPTIONS=${SIPURI})
exten => s,n+2(macro),Macro(${DB(DEVICE/${ARG1}/autoanswer/macro)},${ARG1})
exten => s,n+2(macro2),Macro(${ANSWERMACRO},${ARG1})

; end of [macro-autoanswer]

[ext-paging]
include => ext-paging-custom
exten => _PAGE.,1,GotoIf($[ ${AMPUSER} = ${EXTEN:4} ]?skipself)
exten => _PAGE.,n,GotoIf($[ ${FORCE_PAGE} != 1 ]?AVAIL)
exten => _PAGE.,n,Set(AVAILSTATUS=not checked)
exten => _PAGE.,n,Goto(SKIPCHECK)
exten => _PAGE.,n(AVAIL),ChanIsAvail(${DB(DEVICE/${EXTEN:4}/dial)},js)
exten => _PAGE.,n(SKIPCHECK),Noop(Seems to be available (state = ${AVAILSTATUS})
exten => _PAGE.,n,Macro(autoanswer,${EXTEN:4})
exten => _PAGE.,n,Dial(${DIAL},5, A(beep))
exten => _PAGE.,n(skipself),Noop(Not paging originator)
exten => _PAGE.,n,Hangup
exten => _PAGE.,AVAIL+101,Noop(Channel ${AVAILCHAN} is not available (state = ${AVAILSTATUS}))
exten => Debug,1,Noop(dialstr is LOCAL/PAGE101@ext-paging&LOCAL/PAGE102@ext-paging&LOCAL/PAGE103@ext-paging&LOCAL/PAGE104@ext-paging&LOCAL/PAGE105@ext-paging&LOCAL/PAGE106@ext-paging&LOCAL/PAGE107@ext-paging&LOCAL/PAGE108@ext-paging&LOCAL/PAGE111@ext-paging&LOCAL/PAGE117@ext-paging)
exten => 70,1,Answer
exten => 70,n,Set(_FORCE_PAGE=1)
exten => 70,n,Macro(user-callerid,)
exten => 70,n,Set(_AMPUSER=${AMPUSER})
exten => 70,n,Page(LOCAL/PAGE101@ext-paging&LOCAL/PAGE102@ext-paging&LOCAL/PAGE103@ext-paging&LOCAL/PAGE104@ext-paging&LOCAL/PAGE105@ext-paging&LOCAL/PAGE106@ext-paging&LOCAL/PAGE107@ext-paging&LOCAL/PAGE108@ext-paging&LOCAL/PAGE111@ext-paging&LOCAL/PAGE117@ext-paging)

; end of [ext-paging]

The GXP-2000 receive intercom fine. The GXP-2110 just ignore the page/intercom.

Please help.

output from asterisk after changing Call-info line. Still not working.

– Called PAGE108@ext-paging
– Local/PAGE105@ext-paging-1ecd,1 is ringing
– Called PAGE111@ext-paging
– Executing [PAGE108@ext-paging:1] GotoIf(“Local/PAGE108@ext-paging-1dc4,2”, “0?skipself”) in new stack
– Executing [PAGE108@ext-paging:2] GotoIf(“Local/PAGE108@ext-paging-1dc4,2”, “0?AVAIL”) in new stack
– Executing [PAGE108@ext-paging:3] Set(“Local/PAGE108@ext-paging-1dc4,2”, “AVAILSTATUS=not checked”) in new stack
– Executing [PAGE108@ext-paging:4] Goto(“Local/PAGE108@ext-paging-1dc4,2”, “SKIPCHECK”) in new stack
– Goto (ext-paging,PAGE108,6)
– Executing [PAGE108@ext-paging:6] NoOp(“Local/PAGE108@ext-paging-1dc4,2”, “Seems to be available (state = not checked”) in new stack
– Executing [PAGE108@ext-paging:7] Macro(“Local/PAGE108@ext-paging-1dc4,2”, “autoanswer|108”) in new stack
– Executing [s@macro-autoanswer:1] Set(“Local/PAGE108@ext-paging-1dc4,2”, “DIAL=SIP/108”) in new stack
– Executing [s@macro-autoanswer:2] GotoIf(“Local/PAGE108@ext-paging-1dc4,2”, “0?macro”) in new stack
– Executing [s@macro-autoanswer:3] Set(“Local/PAGE108@ext-paging-1dc4,2”, “phone=Grandstream GXP2110 1.0.1.26”) in new stack
– Executing [s@macro-autoanswer:4] Set(“Local/PAGE108@ext-paging-1dc4,2”, “ALERTINFO=Alert-Info: Ring Answer”) in new stack
– Executing [s@macro-autoanswer:5] Set(“Local/PAGE108@ext-paging-1dc4,2”, “CALLINFO=Call-Info: http://127.0.0.1;answer-after=0”) in new stack
– Executing [s@macro-autoanswer:6] Set(“Local/PAGE108@ext-paging-1dc4,2”, “SIPURI=intercom=true”) in new stack
Extension Changed 102[ext-local] new state InUse for Notify User 101
Extension Changed 102[ext-local] new state InUse for Notify User 108
– SIP/102-08a64828 answered Local/PAGE102@ext-paging-a0a0,2
– <SIP/102-08a64828> Playing ‘beep’ (language ‘en’)
– Executing [s@macro-autoanswer:7] Set(“Local/PAGE108@ext-paging-1dc4,2”, “ANSWERMACRO=”) in new stack
– Executing [s@macro-autoanswer:8] ExecIf(“Local/PAGE108@ext-paging-1dc4,2”, “0|Set|CALLINFO=Call-Info: http://127.0.0.1;answer-after=0”) in new stack
– Executing [s@macro-autoanswer:9] GotoIf(“Local/PAGE108@ext-paging-1dc4,2”, “0?macro2”) in new stack
– Executing [s@macro-autoanswer:10] ExecIf(“Local/PAGE108@ext-paging-1dc4,2”, “1|SipAddHeader|Alert-Info: Ring Answer”) in new stack
– Executing [s@macro-autoanswer:11] ExecIf(“Local/PAGE108@ext-paging-1dc4,2”, “1|SipAddHeader|Call-Info: http://127.0.0.1;answer-after=0”) in new stack
– Executing [s@macro-autoanswer:12] ExecIf(“Local/PAGE108@ext-paging-1dc4,2”, “1|Set|__SIP_URI_OPTIONS=intercom=true”) in new stack
– Executing [PAGE108@ext-paging:8] Dial(“Local/PAGE108@ext-paging-1dc4,2”, “SIP/108|5| A(beep)”) in new stack
Extension Changed 108[ext-local] new state Ringing for Notify User 101
Extension Changed 108[ext-local] new state Ringing for Notify User 108
– Called 108