sipp:load testing software was installe in one of the host(ip:192.168.2.10).when executing this command “./sipp -sn uac -d 10000 -s 3000 192.168.2.254(our asterisk board IP address) -l 10” ,i got an error " ‘chan_sip.c:22147 handle_request_invite’ ‘(192.168.2.10:5061)’ to extension 3000 rejected because extension not found in context" in asterisk CLI command.normal call executed from 3000 to 3001 and vice versa but got an error when testing sip load
sip.conf
[3000]
context=from-sip
…
…
[3001]
context=from-sip
…
…
extension.conf
[from-sip]
exten =>3000,1,Answer
exten=> 3000,n,Dial(SIP/3000,20)
exten=> 3000,n,Hangup()
exten =>3001,1,Answer
exten=> 3001,n,Dial(SIP/3001,20)
exten=> 3001,n,Hangup()