Does the MWI feature work with IAX2? I have read where it should but cannot get the indicator to work on any of the IAX softphones that I have tried which have this feature. I even did an IAX debug and did not see where and indication was sent to the phone when it registered. IAX2 registration session: *CLI> Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ Timestamp: 00003ms SCall: 05274 DCall: 00000 [192.168.1.178:4569] USERNAME : rwebb REFRESH : 300 Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REGAUTH Timestamp: 00006ms SCall: 00004 DCall: 05274 [192.168.1.178:4569] AUTHMETHODS : 2 CHALLENGE : 52832788 USERNAME : rwebb Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: REGREQ Timestamp: 00040ms SCall: 05274 DCall: 00004 [192.168.1.178:4569] USERNAME : rwebb REFRESH : 300 MD5 RESULT : a8593f8dea0e6d8bcfe36c5e454506ee Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass: REGACK Timestamp: 00043ms SCall: 00004 DCall: 05274 [192.168.1.178:4569] USERNAME : rwebb DATE TIME : 172206749 REFRESH : 60 APPARENT ADDRES : IPV4 192.168.1.178:4569 MESSAGE COUNT : 65535 CALLING NAME : 2001 iax.conf file [rwebb] type=friend context=analog auth=md5 user=xxxxxx secret=xxxxxxx mailbox=2001 callerid=2001 ;notransfer=1 host=dynamic qualify=no disallow=ulaw disallow=alaw allow=gsm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050203/8ed5431f/attachment.htm
> Does the MWI feature work with IAX2? I have read where it should but cannot > get the indicator to work on any of the IAX softphones that I have tried > which have this feature. I even did an IAX debug and did not see where and > indication was sent to the phone when it registered. >From what I know, * return a pseudo-boolean value with yourregistration acknoledge. - If you have messages, it returns 65535 - if you have none, it returns 0 - if you don't have a voicemail box, it returns -1> MESSAGE COUNT : 65535there you have it, that means you have messages N.B.: it's doesn't work in MediaX phone because iaxclient's dll only raise a text event with a message that say if your registration is accepted or rejected. Exactly why is a good question. I only trap this message and update the indicator accordingly hth