[Serusers] SIP notify via sipsak, too many hops loop

Iqbal iqbal at gigo.co.uk
Fri May 20 13:29:18 CEST 2005


Hi

I am trying to send

NOTIFY sip:040600 at sip.domain.com SIP/2.0
Via: SIP/2.0/UDP a.b.c.d:5060
From: <sip:vmserver at sip.domain.com>
To: <sip:040600 at sip.domain.com>
Contact: <sip:040600 at a.b.c.d>
Call-ID: 4d61cf9e505d40e905032a18329d61ec at a.b.c.d
CSeq: 1 NOTIFY
User-Agent: VoiceMail
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 40


Messages-Waiting: yes
Voicemail: 23/2

using

if (src_ip == a.b.c.d) {
        log(1, "INSIDE ROUTE 2");
         if (!t_relay()) {
                sl_reply_error();
                break;
                };
        };

in my NOTIFY route

however I keep getting too many hops. Should sipsak send the message to 
ser, or should it go direct to the IPphone, I am guessing at the former.

Iqbal





More information about the sr-users mailing list