[Serusers] 400 fifo_uac: next hop address expected

Jiri Kuthan jiri at iptel.org
Fri Oct 3 16:34:58 CEST 2003


At 05:05 PM 9/26/2003, jaime.gil at orange.co.uk wrote:

>Hi,
>
>When trying to send a SIP message through the fifo server, it comes back with an
>error:
>
>"400 fifo_uac: next hop address expected"

There are two uris, which each FIFO request must include.

One of them is request-uri, which will show up in the resulting SIP message.

The other uri, "next hop" allows to override where the request is sent. Good 
if use of outbound proxy is dictated by a policy, or if next hop must be calculated 
for subsequent requests out of route set. (You may want to look at examples/ctd.sh 
how it is used for generation of subsequent REFER.) The uri is resolved to determine 
where to send the requests physically -- the request uri stays in first request's 
line but is not used to determine where the request will be sent.

If you don't wish to include the next-hop uri, leave a single-dot-line in
the FIFO request instead.

>What could be causing this and how could we monitor what gets in and out of the
>      fifo?

That's easy. Make your application using FIFO send to a file whose content you 
can read. Make it dump what it receives.

-jiri 




More information about the sr-users mailing list