I have a hard phone on my lan behind my nat gateway. I program it to dial out via iconnect. Works great no jitter. When I set * to use that same iconnect account I get lots of jitter. My * is on the same lan as the hardphone using same gateway. I have set the asterisk codecs same as what my hardphone uses. Please anyone with suggestion would be appreciated. I am getting desparate here. Redhat 9, * 1.0 My asterisk sip.conf [general] port = 5060 bindaddr = 192.168.255.33 disallow=all allow=ulaw allow=alaw context=bogon-calls [iconnect] context=from-sip type=peer secret=******* username=35205*** host=natrelay.deltathree.com dtmf=rfc2833 callerid="Me" <35205***> canreinvite=no nat=yes [2000] type=friend username=2000 secret=***** host=dynamic defaultip=192.168.255.54 context=from-sip mailbox=2000@local dtmfmode=info callerid="Me" <2000> My extensions.conf [general] static=yes writeprotect=yes [bogon-calls] exten => _.,1,Congestion [from-sip] exten => 2000,1,Dial(SIP/2000,30) exten => 2000,2,Voicemail(u2000) exten => 2000,102,Voicemail(b2000) exten => 2000,103,Hangup exten => _9.,1,Dial(SIP/${EXTEN:1}@iconnect,60,r) exten => 2999,1,VoicemailMain(${CALLERIDNUM})