Now I&#39;m really confused, it&#39;s all of a sudden working with my original config posted.  But further I tried to break it by changing the extension map regex and restarting everything yet it still works????  Is the non odbc presence info saved somewhere?<br>
<br><div class="gmail_quote">On Fri, Apr 20, 2012 at 12:38 PM, Travis Langhals <span dir="ltr">&lt;<a href="mailto:tlanghals@gmail.com">tlanghals@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m using the server IP address for the domain in all configuration at this point and the BLF does work correctly when I set the key value to queue+park_slot1 but does not work when I set the value to park_slot1 so doesn&#39;t seem like it would be a domain issue.  I&#39;m currently not using ODBC for presence or the force domain option, is ODBC required?  All configuration in the Aastra uses the IP address<br>

<br>I&#39;ll try changing domain=* and see if it makes a difference.  I think my regex should be fine &lt;exten regex=&quot;park_slot\d+&quot; proto=&quot;queue&quot;/&gt; would match park_slot1<br><br>Do you mind copying a piece of your presence_map.conf.xml config for comparison?<br>

<br>Thanks for the assistance.<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Fri, Apr 20, 2012 at 11:20 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You might want to stick with the domain=* unless you know the hosts in<br>
your sip packet match the $${domain} for sure.<br>
it&#39;s &quot;queue&quot; for fifo and you need to make sure the regex matches any<br>
extensions in question that you are subscribing to.<br>
<div><div><br>
On Fri, Apr 20, 2012 at 11:04 AM, Tim St. Pierre<br>
&lt;<a href="mailto:fs-list@communicatefreely.net" target="_blank">fs-list@communicatefreely.net</a>&gt; wrote:<br>
&gt; I&#39;m also using the Aastra phones, and I had to use the presence map to<br>
&gt; make things work.<br>
&gt;<br>
&gt; proto=&quot;queue&quot; is correct.<br>
&gt; My regex is a bit different, as my parking slots have slightly different<br>
&gt; naming conventions, but it works.<br>
&gt;<br>
&gt; You may want to look at the subscriptions to make sure the domains<br>
&gt; match.  Are you using ODBC for sofia?  If so, you can look in the<br>
&gt; sip_subscriptions table and see the domain that was subscribed to.  That<br>
&gt; domain has to be the same as the domain you use in the presence map.<br>
&gt;<br>
&gt; Also in your sofia profile, there is an option to force subscription<br>
&gt; domain.  Are you using that?  You don&#39;t have to if the domains match.<br>
&gt;<br>
&gt; With the Aastra phones, the domain used in the subscribe and also in<br>
&gt; invites is whatever you put in sip proxy and sip registrar (still<br>
&gt; haven&#39;t figured out which is which).  Are you using your SIP domain, or<br>
&gt; an IP address?  If you are using an IP address, make the proxy and<br>
&gt; registrar fields the SIP domain, and put the IP address and port in the<br>
&gt; outbound proxy section.<br>
&gt;<br>
&gt; Hope that&#39;s helpful.<br>
&gt;<br>
&gt; -Tim<br>
&gt;<br>
&gt; Travis Langhals wrote:<br>
&gt;&gt; I added &lt;param name=&quot;presence-proto-lookup&quot; value=&quot;true&quot;/&gt; to my sip<br>
&gt;&gt; interface config and modified presence_map.conf.xml as follows but<br>
&gt;&gt; still no luck.  I tried proto=&quot;queue&quot;, proto=&quot;queue+&quot;, proto=&quot;fifo&quot;<br>
&gt;&gt; and restarted freeswitch between each test.  My fifos are named<br>
&gt;&gt; park_slot1, park_slot2, etc.<br>
&gt;&gt;<br>
&gt;&gt; &lt;configuration name=&quot;presence_map.conf&quot; description=&quot;PRESENCE MAP&quot;&gt;<br>
&gt;&gt;   &lt;domains&gt;<br>
&gt;&gt;     &lt;domain name=&quot;$${domain}&quot;&gt;<br>
&gt;&gt;       &lt;exten regex=&quot;park_slot\d+&quot; proto=&quot;queue&quot;/&gt;<br>
&gt;&gt;     &lt;/domain&gt;<br>
&gt;&gt;   &lt;/domains&gt;<br>
&gt;&gt; &lt;/configuration&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Apr 19, 2012 at 7:24 PM, Anthony Minessale<br>
&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a> &lt;mailto:<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;&gt; wrote:<br>

&gt;&gt;<br>
&gt;&gt;     look in tree for the installed presence_map.conf.xml<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     its a series of ext range regex vs protos<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     you must also set the sofia profile param presence-proto-lookup to<br>
&gt;&gt;     true<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     On Thu, Apr 19, 2012 at 4:00 PM, Travis Langhals<br>
&gt;&gt;     &lt;<a href="mailto:tlanghals@gmail.com" target="_blank">tlanghals@gmail.com</a> &lt;mailto:<a href="mailto:tlanghals@gmail.com" target="_blank">tlanghals@gmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt;     &gt; I&#39;ve setup a fifo park queue based off the example at<br>
&gt;&gt;     &gt; <a href="http://wiki.freeswitch.org/wiki/Park_%26_Retrieve" target="_blank">http://wiki.freeswitch.org/wiki/Park_%26_Retrieve</a> and am trying<br>
&gt;&gt;     to use the<br>
&gt;&gt;     &gt; Aastra BLF/Xfer key to interface with it.  The parking fifo<br>
&gt;&gt;     queue works<br>
&gt;&gt;     &gt; great but I have to use two keys, one for BLF to subscribe to<br>
&gt;&gt;     &gt; queue+&lt;fifo_name&gt; and another for speed dial/tranfer to &lt;fifo_name&gt;.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Is there any way to remove the need to have the queue+ prefix<br>
&gt;&gt;     needed to<br>
&gt;&gt;     &gt; subscribe to the fifo presence so that I can just use a single<br>
&gt;&gt;     BLF/Xfer key<br>
&gt;&gt;     &gt; point to &lt;fifo_name&gt;?<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; I found this thread that mentions using the map proto feature to<br>
&gt;&gt;     eliminate<br>
&gt;&gt;     &gt; the need for the prefix but cannot find anything information<br>
&gt;&gt;     relating to<br>
&gt;&gt;     &gt; such a feature.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     <a href="http://jira.freeswitch.org/browse/FS-2831?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel" target="_blank">http://jira.freeswitch.org/browse/FS-2831?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel</a><br>


&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     _________________________________________________________________________<br>
&gt;&gt;     &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;     &gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>&gt;<br>
&gt;&gt;     &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;     &gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Official FreeSWITCH Sites<br>
&gt;&gt;     &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;     &gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;     &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;     &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt;     &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;     &gt;<br>
&gt;&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;     &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;     &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     --<br>
&gt;&gt;     Anthony Minessale II<br>
&gt;&gt;<br>
&gt;&gt;     FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt;     ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;     Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;<br>
&gt;&gt;     AIM: anthm<br>
&gt;&gt;     <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com" target="_blank">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt;&gt;     GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com" target="_blank">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt;&gt;     IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
&gt;&gt;<br>
&gt;&gt;     FreeSWITCH Developer Conference<br>
&gt;&gt;     <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org" target="_blank">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt;     <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org" target="_blank">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt;     pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a> &lt;tel:%2B19193869900&gt;<br>
&gt;&gt;<br>
&gt;&gt;     _________________________________________________________________________<br>
&gt;&gt;     Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;     <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>&gt;<br>
&gt;&gt;     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt;     FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;     <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt;     Official FreeSWITCH Sites<br>
&gt;&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;     <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt;     FreeSWITCH-users mailing list<br>
&gt;&gt;     <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt;     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <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" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
</div></div>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<div><br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
</div><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a><br>
<div><div><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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><br>
</div></div></blockquote></div><br>