Olle E. Johansson wrote:
Olle,Chris A. Icide wrote: Yes, a Metaswitch softswitch (and I suspect some other softswitches would as well). It returns a 403 error if you send a NOTIFY for MWI to it with a tag attached. This is a little different implementation. The Metaswitch is providing the end user (over PSTN) service, and when a phone goes unanswered, it sends a the call to asterisk over sip. I extract the phone number that was originally dialed from the SIP Header using the dialplan command for reading sip header messages, and send the call to voicemail. Now I have to send back indication that a message exists. Since the Metaswitch isn't sending a subscribe for every single line, we have a push model. So we push out MWI, but Asterisk tags the push, and the Metaswitch rejects it since it has no previous transaction with a matching tag. I patched the code so it won't send a tag on an MWI Notify for my own use, but it's specific to this implementation and would cause problems where a subscribe has been sent. -Chris |
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
