Hi Darren,
The phone is an Avaya 9630 running the 2.6 SIP firmware. It subscribes to presence messages with a SIP uri of ext@ipaddress and a vanilla install of freeswitch will send notifys which match that subscription e.g.
Messages-Waiting: yes
Message-Account:
sip:8...@192.168.2.41Voice-Message: 3/0 (0/0)
Once bluebox has taken over the dialplan the SIP notify for MWI is modified to use domain of voicemail_1 as below which no longer matches the subscription.
Messages-Waiting: yes
Message-Account: sip:86@voicemail_1
Voice-Message: 3/0 (0/0)
If I then edit he dialplan and directory xml configs directly and replace voicemail_1 with the ip address of the freeswitch server the SIP notify will get sent correctly but obviously is overwritten every time bluebox wites the files.
[Dialplan]
<action application="voicemail" data="default 192.168.2.41 86"/>
this works
<action application="voicemail" data="default voicemail_1 86"/>
this doesn't[Directory]
default.xml: <variable name="mwi-account" value="
8...@192.168.2.41"/> this works
default.xml: <param name="mwi-account" value="
8...@192.168.2.41"/> this works
default.xml: <variable name="mwi-account" value="86@voicemail_1"/>
this doesn'tdefault.xml: <param name="mwi-account" value="86@voicemail_1"/>
this doesn'tIs there anyway I can modify bluebox to use $domain instead of "voicemail_1" ?
Thanks very much
I appreciate the response.
Bernie
On Saturday, April 14, 2012 10:43:17 PM UTC+1, Darren Schreiber wrote:
Hi there,
Unfortunately when we originally designed this, it either didn't cause an issue or nobody noticed :-) We can't change the primary identifier I'm afraid, it would be a massive change.
I will see if there's a way to add a parameter to force a different domain name in the MWI subscribes…
What phone is not supporting this behavior properly?
--
Darren Schreiber
CEO / Co-Founder