hi to all
when I try to send a message from Iptel to my Sip Account on my SIP Proxy, on log I can see this message:
Jul 6 13:59:25 webby /usr/sbin/ser[28075]: method <MESSAGE> from sip:captain.sipgiandrea@iptel.org - <195.37.77.101> source address Jul 6 13:59:25 webby /usr/sbin/ser[28075]: request URI giandrea@sip.quellidelpirana.it - to URI sip:giandrea@sip.quellidelpirana.it Jul 6 13:59:25 webby /usr/sbin/ser[28075]: Red Route 1... Jul 6 13:59:25 webby /usr/sbin/ser[28079]: ERROR: on_reply processing failed Jul 6 13:59:25 webby /usr/sbin/ser[28079]: ERROR: on_reply processing failed Jul 6 13:59:25 webby /usr/sbin/ser[28075]: ERROR: on_reply processing failed
why? what does it means?
bye. Andrea
On Jul 06, 2004 at 13:46, Andrea Girardi news@giandrea.com wrote:
hi to all
when I try to send a message from Iptel to my Sip Account on my SIP Proxy, on log I can see this message:
Jul 6 13:59:25 webby /usr/sbin/ser[28075]: method <MESSAGE> from sip:captain.sipgiandrea@iptel.org - <195.37.77.101> source address Jul 6 13:59:25 webby /usr/sbin/ser[28075]: request URI giandrea@sip.quellidelpirana.it - to URI sip:giandrea@sip.quellidelpirana.it Jul 6 13:59:25 webby /usr/sbin/ser[28075]: Red Route 1... Jul 6 13:59:25 webby /usr/sbin/ser[28079]: ERROR: on_reply processing failed Jul 6 13:59:25 webby /usr/sbin/ser[28079]: ERROR: on_reply processing failed Jul 6 13:59:25 webby /usr/sbin/ser[28075]: ERROR: on_reply processing failed
This means the last command exectued in the on_reply route failed (returned error). Without the cfg, I can't tell more.
Andrei
Alle 14:39, martedì 6 luglio 2004, Andrei Pelinescu-Onciul ha scritto:
On Jul 06, 2004 at 13:46, Andrea Girardi news@giandrea.com wrote:
hi to all
when I try to send a message from Iptel to my Sip Account on my SIP Proxy, on log I can see this message:
Jul 6 13:59:25 webby /usr/sbin/ser[28075]: method <MESSAGE> from sip:captain.sipgiandrea@iptel.org - <195.37.77.101> source address Jul 6 13:59:25 webby /usr/sbin/ser[28075]: request URI giandrea@sip.quellidelpirana.it - to URI sip:giandrea@sip.quellidelpirana.it Jul 6 13:59:25 webby /usr/sbin/ser[28075]: Red Route 1... Jul 6 13:59:25 webby /usr/sbin/ser[28079]: ERROR: on_reply processing failed Jul 6 13:59:25 webby /usr/sbin/ser[28079]: ERROR: on_reply processing failed Jul 6 13:59:25 webby /usr/sbin/ser[28075]: ERROR: on_reply processing failed
This means the last command exectued in the on_reply route failed (returned error). Without the cfg, I can't tell more.
Andrei
thanks, Andrei this is the on_reply section of my ser.cfg
# !! Nathelper onreply_route[1] { # NATed transaction ? if (isflagset(6) && status =~ "(183)|2[0-9][0-9]") { fix_nated_contact(); force_rtp_proxy(); # otherwise, is it a transaction behind a NAT and we did not # know at time of request processing ? (RFC1918 contacts) } else if (nat_uac_test("1")) { fix_nated_contact(); }; }