<div dir="ltr">Thank you George, That works.<div><br></div><div>If anyone is curious here is what I'm doing for my mail checking extension.<br><div><div><br></div><div><div>exten => *98,1,NoOP()</div><div> same =>     n,Answer()</div><div> same =>     n,Set(ENDPOINT=${CHANNEL(endpoint)}) ; Get the peer</div><div> same =>     n,Set(MAILBOX=${PJSIP_ENDPOINT(${ENDPOINT},mailboxes)})</div><div> same =>     n,ExecIf($[${ISNULL(${MAILBOX})} = 1]?Set(MAILBOX=${AST_SORCERY(res_pjsip,aor,${ENDPOINT},mailboxes)}))</div><div> same =>     n,ExecIf($[${ISNULL(${MAILBOX})} = 0]?VoicemailMain(${MAILBOX},s))</div><div> same =>     n,ExecIf($[${ISNULL(${MAILBOXCONTEXT})} = 0]?VoicemailMain(@${MAILBOXCONTEXT}))</div><div> same =>     n,Playtones(congestion)</div><div> same =>     n,Congestion(8)</div><div> same =>     n,Hangup()</div></div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 7, 2014 at 6:26 PM, George Joseph <span dir="ltr"><<a href="mailto:george.joseph@fairview5.com" target="_blank">george.joseph@fairview5.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Fri, Nov 7, 2014 at 6:20 AM, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">John Kiniston wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here's my config, I am configuring the mailboxes as you see below in the<br>
aor.<br>
<br>
It looked like that was the recommended place to configure it?<br>
</blockquote>
<br>
There's no recommendation one way or the other really - it depends on what the devices in question are expecting.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If I configure the mailboxes in the Endpoint then the PBX will be<br>
sending unsolicited MWI vs if I configure them in the AOR then my phones<br>
subscribe for MWI Correct?<br>
</blockquote>
<br>
Correct. Since you are configuring on the AOR there is no current way to grab that information in the dialplan from the AOR.<br>
<br></blockquote><div> </div></span><div>Actually you can use the AST_SORCERY dialplan function function to retrieve any variable from any PJSIP object.  AST_SORCERY("res_pjsip", "aor", "myaor", "mailboxes")</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote></div></div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.<br>---Heinlein</div>
</div>