<div dir="ltr"><div>Most of our phones are on the same profile. We have very few on a different one, but since they are less important I never tested this on them.</div><div> </div><div> Sorry, __Yehavi:<br><br>
</div><div class="gmail_quote">2012/3/6 Tim St. Pierre <span dir="ltr"><<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a>></span><br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
If I do sofia status, I see all my profiles, and an alias for each<br>
customer domain to the internal (nat'd) profile.<br>
<br>
I did a little experiment, changing my directory script so that it will<br>
return all domains for each profile as it starts. I started the<br>
internal profile first, so all the domains are aliased to it.<br>
<br>
Now, I get a notify on registration for any profile, which is what I want.<br>
<br>
If a phone is registered to the internal profile, it gets a notify on<br>
change.<br>
<br>
If I register to the nonat profile, I get a notify on register only if<br>
it didn't already have a registration, but no notify on change.<br>
<br>
How did you make yours work without any aliases? If I take my aliases<br>
out, I get all these errors about "can't find profile".<br>
<br>
-Tim<br>
<div class="im"><br>
Yehavi Bourvine wrote:<br>
> In my case the problem was an erratic profile ALIAS. Do F5 and see<br>
> whether you have aliases shown there. If you do not need them, simply<br>
> remove them from your SIP profile (this solved my problem). I am now<br>
> running without any alias.<br>
><br>
> __Yehavi:<br>
><br>
> 2012/3/6 Tim St. Pierre <<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a><br>
</div>> <mailto:<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a>>><br>
<div class="im">><br>
> I'm having a similar problem. Can someone explain the mechanics<br>
> behind MWI?<br>
><br>
> I did an upgrade on Friday, and lost most of my MWI functionality<br>
> (although it fixed all the BLF issues we had). The version I was<br>
> using<br>
> was several months old, so this may not be new.<br>
><br>
> We have two profiles - nonat and internal. nonat is purely private IP<br>
> space, internal is public IP, with most clients behind NAT.<br>
><br>
> Our curl directory scripts will return all domains whenever asked<br>
> for a<br>
> generic domain section with no tags.<br>
><br>
> In the profiles, I have this little bit at the top:<br>
><br>
> <profile name="internal"><br>
> <aliases><br>
> </aliases><br>
> <gateways><br>
> </gateways><br>
><br>
> <domains><br>
> <domain name="all" alias="true" parse="true"/><br>
> <domain name="<a href="http://pbx.communicatefreely.net" target="_blank">pbx.communicatefreely.net</a><br>
</div>> <<a href="http://pbx.communicatefreely.net" target="_blank">http://pbx.communicatefreely.net</a>>" alias="true" parse="false"/><br>
<div class="im">> </domains><br>
><br>
> <settings><br>
><br>
><br>
> When I do a sofia status, I see that all our domains are aliased<br>
> to the<br>
> internal profile.<br>
><br>
> I also have<br>
><br>
> <param name="forward-unsolicited-mwi-notify" value="true"/><br>
> <param name="send-message-query-on-register" value="true"/><br>
><br>
> In the extension's directory, I have<br>
> <param name="MWI-Account"'<br>
> data=<a href="mailto:mailbox@subdomain.communicatefreely.net">mailbox@subdomain.communicatefreely.net</a><br>
</div>> <mailto:<a href="mailto:mailbox@subdomain.communicatefreely.net">mailbox@subdomain.communicatefreely.net</a>>'"/><br>
<div><div class="h5">><br>
> Until I upgraded, a phone could register on either profile, and<br>
> expect a<br>
> notify on both registration, and any time the message count changed.<br>
><br>
><br>
> I read some of the earlier threads about domains only being mapped to<br>
> one profile, so I changed the directory script to only return<br>
> domains to<br>
> one profile - the one they have more phones on.<br>
><br>
> Now, if the phone registers on the mapped profile, changes produce a<br>
> notify, but no notify comes on a registration. On the non-mapped<br>
> profile, I sometimes get a notify when it registers, but never on<br>
> a change.<br>
><br>
> What changed and how should I set this up. I tried using<br>
> subscriptions,<br>
> but this is a problem as the phones we use can't subscribe to<br>
> something<br>
> other than what they register as, and that is a problem in our case.<br>
><br>
> How do you set a system up so that a domain is accessible from<br>
> more than<br>
> one profile.<br>
><br>
> Yehavi, what did you do in the alias section that you talked about?<br>
><br>
> I don't expect someone to fix this for me, but I can't find enough<br>
> information to fix it on my own.<br>
><br>
> -Tim<br>
><br>
><br>
><br>
> Anthony Minessale wrote:<br>
> > alias allows you to map domains to your profile so the domain can be<br>
> > used to find that profile in place of the profile name.<br>
> > so in the case of mwi it looks up the domain name and the alias<br>
> allows<br>
> > it to resolve the domain to the correct profile.<br>
> ><br>
> > similar to dns only for sofia profiles.<br>
> ><br>
> > On Fri, Feb 17, 2012 at 8:02 AM, Yehavi Bourvine<br>
</div></div>> > <<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a> <mailto:<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>>><br>
<div class="im">> wrote:<br>
> ><br>
> >> I played around with the ALIAS definitions and it seems to<br>
> solve the<br>
> >> problem.<br>
> >><br>
> >> I've tried searching the WIKI for a description of ALIAS use<br>
> and did not<br>
> >> find. Anyone can explain what does the alias do and what is the<br>
> correct<br>
> >> usage when you have more than one profile?<br>
> >><br>
> >> Thanks, __Yehavi:<br>
> >><br>
> >><br>
> >> 2012/2/17 Yehavi Bourvine <<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a><br>
</div>> <mailto:<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>>><br>
<div class="im">> >><br>
> >>> Hello Anthony,<br>
> >>><br>
> >>> I know, and I've put a comment there that it still does not<br>
> work. I am<br>
> >>> downloading the recent GIT every two days to my test system<br>
> (the last one<br>
> >>> was yesterday) and it still behaves the same.<br>
> >>><br>
> >>><br>
> >>> Thanks, __Yehavi:<br>
> >>><br>
> >>> 2012/2/17 Anthony Minessale <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a><br>
</div>> <mailto:<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>>><br>
<div class="im">> >>><br>
> >>>> you opened a jira on it and i fixed it and committed it<br>
> >>>><br>
> >>>><br>
> >>>> [FS-3866] MWI is not updated<br>
> >>>> Reporter: Yehavi Bourvine [yehavi]<br>
> >>>> Assignee: Anthony Minessale II [anthm]<br>
> >>>> Status: Resolved<br>
> >>>> <a href="http://jira.freeswitch.org/browse/FS-3866" target="_blank">http://jira.freeswitch.org/browse/FS-3866</a><br>
> >>>><br>
> >>>> commit ff379a97e57a94f11ce75e8894b1ceb79d10a9ed<br>
> >>>> Author: Anthony Minessale <<a href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</a>>><br>
<div class="im">> >>>> Date: Fri Feb 10 11:02:41 2012 -0600<br>
> >>>><br>
> >>>><br>
> >>>><br>
> >>>> On Thu, Feb 16, 2012 at 2:56 AM, Yehavi Bourvine<br>
> >>>> <<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a><br>
</div><div class="im">> <mailto:<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>>> wrote:<br>
> >>>><br>
> >>>>> Hello,<br>
> >>>>><br>
> >>>>> I've noticed a problem started in the last two weeks, but<br>
> I don't see<br>
> >>>>> anyone else reporting it...<br>
> >>>>><br>
> >>>>> MWI status is not updated anymore. It is only updated at the<br>
> initial<br>
> >>>>> boot of<br>
> >>>>> the phone. Do others that use GIT from the last two weeks<br>
> notice it?<br>
> >>>>><br>
> >>>>> Thanks, __Yehavi:<br>
> >>>>><br>
> >>>>><br>
> >>>>><br>
> _________________________________________________________________________<br>
> >>>>> Professional FreeSWITCH Consulting Services:<br>
</div>> >>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<div class="im">> >>>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
> >>>>><br>
> >>>>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> >>>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
> >>>>><br>
> >>>>> Official FreeSWITCH Sites<br>
> >>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >>>>> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >>>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
> >>>>><br>
> >>>>> FreeSWITCH-users mailing list<br>
> >>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<div class="im">> >>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> >>>>><br>
> >>>>><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> >>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >>>>><br>
> >>>>><br>
> >>>><br>
> >>>> --<br>
> >>>> Anthony Minessale II<br>
> >>>><br>
> >>>> FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
> >>>> ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
> >>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
> >>>><br>
> >>>> AIM: anthm<br>
> >>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
</div>> <mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>><br>
> >>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
> <mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>><br>
> >>>> IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> <<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>> #freeswitch<br>
<div class="im">> >>>><br>
> >>>> FreeSWITCH Developer Conference<br>
> >>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>><br>
> >>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
> <mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>><br>
<div class="im">> >>>> pstn:+19193869900<br>
> >>>><br>
> >>>><br>
> _________________________________________________________________________<br>
> >>>> Professional FreeSWITCH Consulting Services:<br>
</div>> >>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<div class="im">> >>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
> >>>><br>
> >>>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> >>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
> >>>><br>
> >>>> Official FreeSWITCH Sites<br>
> >>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >>>> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
> >>>><br>
> >>>> FreeSWITCH-users mailing list<br>
> >>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<div class="im">> >>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> >>>><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> >>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >>>><br>
> >><br>
> _________________________________________________________________________<br>
> >> Professional FreeSWITCH Consulting Services:<br>
</div>> >> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<div class="im">> >> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
> >><br>
> >> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> >> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
> >><br>
> >> Official FreeSWITCH Sites<br>
> >> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
> >><br>
> >> FreeSWITCH-users mailing list<br>
> >> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<div class="im">> >> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> >><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> >> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >><br>
> >><br>
> ><br>
> ><br>
> ><br>
> ><br>
><br>
><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
</div>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<div class="im">> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<div class="im">> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
</div>> ------------------------------------------------------------------------<br>
<div class="HOEnZb"><div class="h5">><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div></div>