Re: [sipx-users] wrong refer-to
> Hello all,
>
> recently my sipxpbx ( v3.8 ) start doing strange thing.
> when someone call my main line, he is answered by
> autoattendand, then user type extension 200 ( direct
> extension ), call blind transferred to phone.
> Since yesterday user is back in autoattendand. I was doing
> packet log and had discussion with provider and we find out
> that in REFER message in
> refer-to: there is URI of user, and not address of the phone.
>
> Phone in registrations look like:
>
> "phone1"<sip:200@xxxxxxxxxxxxxxxxxxx>
> "phone1"<sip:200@xxxxxxx:5061>
>
> refer-to is pointing to <sip:200@xxxxxxxxxxxxxxxxxxx> which
> will point back to sipx and not to <sip:200@xxxxxxx:5061>
> which will point to end device.
>
> Is this normal ?
Yes it is. This will cause the receiver of the REFER to send an INVITE
for 200@xxxxxxxxxxxxxxxxxxx to the sipXecs box. SipXecs will route that
INVITE the same way it would have if you had made a direct
station-to-station call to 200. One of the benefits of that over
sending the call directly to 200@xxxxxxxx:5061 is that the call will be
forked to voicemail by sipXecs if 200 does not answer.