<div class="gmail_quote">Hi everybody<br><br>In advance sorry for my bad english and if my problem was already exposed (I didn&#39;t find any tips in the mailing list archive. Bad luck)<br>I have some questions about asterisk 1.6 release :<br>
1) how can I do a n+101 priority jumping if a SIP canal is busy ?<br>I read that the general parameter &quot;priorityjumping&quot; is depreciated in the 1.6 release and I already try the &quot;j&quot; option in dial() application but no way.<br>
Here a sample of my simple dialplan :<br><br>exten =&gt; 101,1,Ringing<br>exten =&gt; 101,2,Answer()          <br>exten =&gt; 101,3,Dial(SIP/quentin,10)   <br>exten =&gt; 101,n,VoiceMail(101@default,u)<br>exten =&gt; 101,n,Playback(vm-goodbye)<br>
exten =&gt; 101,n,Hangup()<br>exten =&gt; 101,104,Playback(busy)<br>exten =&gt; 101,n,Wait(3)   <br>exten =&gt; 101,n,VoiceMail(101@default,b)<br>exten =&gt; 101,n,Playback(vm-goodbye)<br>exten =&gt; 101,n,Hangup()<br></div>

<div class="gmail_quote">2) about asterisk voicemail maximum message limit, is it possible to send a notification mail to an user if his vmbox is full ? How can i do that if it&#39;s possible.</div>
<div class="gmail_quote"><br>In advance, Thank.<br></div>
<div class="gmail_quote"> </div>