Problem with the voice

Hi all

I have established a call between client and a server through SIP .But the voice is cant get through to client or server .
i enabled RTP DEBUG on console i got this

When iam calling from client(2000) to server(1000)

Executing [1000@sip:1] Dial("SIP/2000-081f8928", "SIP/1000") in new stack -- Called 1000 -- SIP/1000-08233a40 is ringing -- SIP/1000-08233a40 answered SIP/2000-081f8928 -- Native bridging SIP/2000-081f8928 and SIP/1000-08233a40 Got RTP packet from 192.168.1.33:8000 (type 00, seq 000001, ts 124000, len 000160) Sent RTP packet to 192.168.1.46:8000 (type 00, seq 023841, ts 124000, len 000160) Got RTP packet from 192.168.1.33:8000 (type 00, seq 000002, ts 124160, len 000160) Sent RTP packet to 192.168.1.46:8000 (type 00, seq 023842, ts 124160, len 000160) == Spawn extension (sip, 1000, 1) exited non-zero on 'SIP/2000-081f8928'
When i am calling from server to client

Executing [2000@sip:1] Dial("SIP/1000-081f6ed8", "SIP/2000") in new stack -- Called 2000 -- SIP/2000-081f8928 is ringing -- SIP/2000-081f8928 answered SIP/1000-081f6ed8 -- Native bridging SIP/1000-081f6ed8 and SIP/2000-081f8928 Got RTP packet from 192.168.1.33:8000 (type 00, seq 000001, ts 000480, len 000160) Sent RTP packet to 192.168.1.46:8000 (type 00, seq 055913, ts 000480, len 000160) Got RTP packet from 192.168.1.33:8000 (type 00, seq 000002, ts 000640, len 000160) Sent RTP packet to 192.168.1.46:8000 (type 00, seq 055914, ts 000640, len 000160)

*CLI> sip show peers Name/username Host Dyn Nat ACL Port Status 2000/2000 192.168.1.33 D N 5060 OK (2 ms) 1000/1000 192.168.1.46 D 5061 OK (2 ms)

I have one more question how can i change the port of a client or a server .Since the server having default port 5061 & client having 5060. I believe it could be because of that also .Plz let me know if u know the answer

no, RTP port is dynamic. 5060 is for sip. it looks that 1000 and 2000 and also your asterisk are in the same network. and it is working. please change some other terminal to test again.

store.telecomchinasourcing.com

ya they are in the same network , i tried in other system also but the same problem is occuring no voice is transferring. I believe it could be iptables problem ,firewall problem .
Any ideas