<span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px"><div>Hey all</div>

<div> </div>

<div>I am hoping someone can assist I have now spent over a week trying to figure out what is going on with PJSIP registrations. </div>

<div> </div>

<div>I am able to register handsets against an asterisk 13 server running pjsip, but I am not able to get pjsip to register out to an older chan_sip asterisk server. </div>

<div>If I drop the registration I can make things work, but when I have to register the asterisk - pjsip server against another server the registration completes, but I can not send any calls across the registration, nor will it handle options correctly as well. </div>

<div> </div>

<div>We keep getting ... No auth credentials for realm(s) 'asterisk@XXX.XXX.XXX.XXX' in challenge.<br />
in one form or another, and I have been unable to find any definitive documentation on what is at cause for this. In some areas I have seen responses saying it is an issue with realms so I have tried with and without but no success. </div>

<div> </div>

<div>I really need some direction on this. This is the last issue I know of that is holding up us from moving to pjsip. If I can't get asterisk / pjsip to register and send authenticated  messages than it can't work for replacing chan_sip in all situations.   </div>

<div> </div>

<div>What am I doing wrong. </div>

<div> </div>

<div> </div>

<div>
<div>[zktech_trunk]<br />
type=registration</div>

<div>endpoint=zktech_trunk<br />
transport=udp-nat<br />
outbound_auth=zktech_trunk<br />
server_uri=sip:ACCT.8009@XXX.XXX.XXX.XXX<br />
client_uri=sip:ACCT.8009@XXX.XXX.XXX.XXX<br />
contact_user=zktech_trunk<br />
retry_interval=60<br />
forbidden_retry_interval=600<br />
expiration=3600<br />
line=yes</div>

<div> </div>

<div>[zktech_trunk]<br />
type=auth<br />
auth_type=userpass<br />
password=rossi72v8qr<br />
username=ACCT.8009<br />
realm=asterisk@XXX.XXX.XXX.XXX</div>

<div> </div>

<div>[zktech_trunk]</div>

<div>type=aor<br />
max_contacts=1<br />
contact=sip:ACCT.8009@PRIVXXX.XXX.XXX.XXX:5060<br />
qualify_frequency=60</div>
</div>

<div> </div>

<div>Thanks<br />
<br />
Bryant </div></span>