Hi
I am trying to send
NOTIFY sip:040600@sip.domain.com SIP/2.0 Via: SIP/2.0/UDP a.b.c.d:5060 From: sip:vmserver@sip.domain.com To: sip:040600@sip.domain.com Contact: sip:040600@a.b.c.d Call-ID: 4d61cf9e505d40e905032a18329d61ec@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