my asterisk is Asterisk 16 + CentOS 6(pjsip. not chan_sip.so)
Inbound
GATEWAY —> Asterisk 16[Public IP] ----> IP-Phone(9001)
it works well with RTP.
But When i transfer call at dial-plan like this
[Transfer]
exten => _XXXXX.,1,Noop(–Transfer–)
same => n,Noop(CALLER={CALLERID(num)})
same => n,Noop(INEXTEN={INEXTEN})
same => n,Dial(PJSIP/${EXTEN}@GATEWAY,30,tTwWR)
same => n,Hangup
Call is connected. but here’s no voice.
so I check the RTP with “rtp set debug on” command and tcpdump
there’s no rtp packet!
how can i set the asterisk for transfering call?