I played with SIP PJSIP and after that I had this:
ERROR[6725][C-00000000]: pbx.c:4405 ast_func_read: Function PJSIP_DIAL_CONTACTS not registered
In my config file I see this:
exten => dstring,n,GotoIf($["${THISDIAL:0:5}"!=“PJSIP”]?doset)
exten => dstring,n,Noop(Debug: Found PJSIP Destination ${THISDIAL}, updating with PJSIP_DIAL_CONTACTS)
exten => dstring,n,Set(THISDIAL=${PJSIP_DIAL_CONTACTS(${THISDIAL:6})})
Yes.I don’t what to use pjsip. I tried and decided not to. But how can I modify my extension.conf file back, please? Could you help me, please? What should I use for sip instead configuration I showed above.