Are you explicitly not permitting notify requests in your kamailio config? How are you routing them?
El 29 de jun de 2009, 8:06 a.m., "Chandrakant Solanki" < solanki.chandrakant@gmail.com> escribió:
Hi
I am using sipsak for following details...
Below details are store in /tmp/mwi-immediate file
NOTIFY sip:1212@mytest.com sip%3A1212@mytest.com SIP/2.0 From: <sip:asterisk@172.18.100.73 sip%3Aasterisk@172.18.100.73> To: <sip:1212@mytest.com sip%3A1212@mytest.com> Contact: <sip:1212@72.18.100.73 sip%3A1212@72.18.100.73> Call-ID: 023798@72.18.100.73 CSeq: 023798 NOTIFY Event: message-summary Content-Type: application/simple-message-summary Content-Length: 39
Messages-Waiting: yes Voicemail: 2/0
But when I execute sipsak command it gives following bad request
#sipsak shoot -a number4 -f /tmp/mwi-immediate -s sip:1212@mytest.comsip%3A1212@mytest.com-v
SIP/2.0 501 Method Not Supported Here Via: SIP/2.0/UDP 127.0.0.1:34389 ;branch=z9hG4bK.3242d1c3;rport=34389;alias;received=172.18.100.73 From: <sip:asterisk@172.18.100.73 sip%3Aasterisk@172.18.100.73> To: <sip:1212@mytest.com sip%3A1212@mytest.com> ;tag=d17c868d3732913d731aeb2b10d8dba7.1b83 Call-ID: 023798@72.18.100.73 CSeq: 023798 NOTIFY Server: Kamailio (1.5.0-notls (i386/linux)) Content-Length: 0
Any idea... regarding the above problem....