계속 읽으세요이 위키이 확장 프로그램을 봤어요
exten => 6001,1,Dial(PJSIP/demo-alice,20)
제 생각에는
exten is the extension
6001 the number to call
1 is the priority
Dial the application to use
PJSIP/demo-alice is defined in sip.conf
20 ???
20이 이해가 안 돼요. 타임아웃인가요? 또는 무엇을? 감사해요
답변1
당신은 잘못된 길로 갈 것입니다.
"Asterisk: The Future of Telephony"와 같은 초보자 친화적인 책을 읽는 것부터 시작하십시오.
https://wiki.asterisk.org/wiki/display/AST/Contexts%2C+Extensions%2C+and+Priorities
귀하의 경우 다이얼은 "Application"입니다. 각 애플리케이션에는 별표(asterisk.org) 웹사이트의 도움말에서 찾거나 다음을 실행하여 찾을 수 있는 고유한 매개변수가 있습니다.
asterisk -rx "core show application Dial"
모든 응용 프로그램 목록은 다음과 같습니다.
asterisk -rx "core show applications"