hello.
I’m not good at English
I am building an environment with pjsip for the first time.
I am setting up an extension, but only arrows BZ01 displays (extension number) @ (SIP server address) when receiving a call.
However, this phenomenon cannot be reproduced on GrandStream’s phones or flip phones.
extensions.conf
exten = _2XX,1,Verbose(1, “User ${CALLERID(num)} dialed ${EXTEN}.”)
same = n,Set(SAC_DIALED_EXTEN=${EXTEN})
same = n,Gotoif($[${DEVICE_STATE(PJSIP/${EXTEN})} = BUSY]?dialed-BUSY,1:)
same = n,Dial(PJSIP/${EXTEN}${INTERNAL_DIAL_OPT})
same = n,Goto(dialed-${DIALSTATUS},1)
Do you have any advice?
Thank you.