<div>Joseph,</div>
<div>             I tried your suggestion of displaying the Channel Variables while on call, SS7_ORIG_CALLED_NUM is populated correctly for extensions and is not set when the Voicemail Pilot Number 9549776740 is dialed:-</div>

<div>            My Challenge is what do I do to invoke VoicemailMain if Pilot Number is Dialed and  VoiceMail when the Extension is dialed.</div>
<div>           In the GotoIf I just need to check if the SS7_ORIG_CALLED_NUM exists in the call. If it Exists then extension was dialed and if it does not exist thatn pilot number was dialed.</div>
<div> </div>
<div>exten =&gt; _19549776740,1,GotoIf(${SS7_ORIG_CALLED_NUM}?vm:vmm)<br>exten =&gt; _19549776740,n(vmm),VoicemailMain(${CALLERID(num)}@default)<br>exten =&gt; _19549776740,n,Hangup()<br>exten =&gt; _19549776740,n(vm),VoiceMail(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:$%7BSS7_ORIG_CALLED_NUM%7D@default" target="_blank">${SS7_ORIG_CALLED_NUM}@default</a>)<br>
exten =&gt; _19549776740,n,Hangup()<br><br>       I have tried the above but it does not work. Please advise.</div>
<div> </div>
<div>Regards,</div>
<div>Girish <br> </div>
<div><span class="gmail_quote">On 7/27/09, <b class="gmail_sendername">Girish Agarwal</b> &lt;<a href="mailto:girish74@gmail.com">girish74@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Thanks Joseph, I think there was a typo in my earlier attempts, but this is how it is working:-</div>
<div> </div>
<div>exten =&gt; _19549776740,1,GotoIf($[&quot;${SS7_ORIG_CALLED_NUM}&quot; = &quot;&quot;]?vmm:vm)<br>exten =&gt; _19549776740,n(vmm),VoicemailMain(${CALLERID(num)}@default)<br>exten =&gt; _19549776740,n,Hangup()<br>exten =&gt; _19549776740,n(vm),VoiceMail(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:$%7BSS7_ORIG_CALLED_NUM%7D@default" target="_blank">${SS7_ORIG_CALLED_NUM}@default</a>)<br>
exten =&gt; _19549776740,n,Hangup()<br> </div>
<div>Regards,</div>
<div>Girish <br><span class="sg"> </span></div>
<div><span class="e" id="q_122bcf462b218940_3">
<div><span class="gmail_quote">On 7/27/09, <b class="gmail_sendername">Joseph</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:tech@ekn.com" target="_blank">tech@ekn.com</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>To see all the variables on a channel, do this while the call is up:<br>
<br># core show channel DAHDI/  &lt;--channel number here, hit tab to get *<br>to complete one for you.<br><br><br>On Jul 22, 2009, at 3:50 PM, Girish Agarwal wrote:<br><br>&gt;     Can anyone please provide a working example of how to use the<br>
&gt; above mentioned libss7 variable in extensions.conf. My setup is<br>&gt;     I dial 9549993738 which rings on nortel switch. If the phone is<br>&gt; not picked up then it comes to voicemail number 19549996740 which is<br>
&gt; programmed on asterisk. I have seen the whole execution of the call<br>&gt; on the asterisk side and it works perfectly ( with the reason for<br>&gt; call diversion, original caller and called numbers, everything<br>
&gt; intact ).<br>&gt;<br>&gt;    The problem I am facing is VoiceMail is called as<br>&gt; 19549996740@default and I need it to be 19549993738@default so that<br>&gt; it leaves the message for 9549993738 and not 9549996740<br>
&gt;<br>&gt;   Here is my relevant extensions.conf and so far what I have tried:-<br>&gt;<br>&gt; ;exten =&gt;  _19549776740,1,VoiceMail(${SS7_ORIG_CALLED_NUM}@default)<br>&gt; ----&gt; empty<br>&gt; exten =&gt;  _19549776740,1,VoiceMail(${CALLERID(dnid)}@default) ----<br>
&gt; &gt;value 19549996740<br>&gt; ;exten = _19549993738,1,VoiceMail(${CALLERID(num)}@default)  ----<br>&gt; &gt;value 19549996740<br>&gt; ;exten = _19549776740,1,VoiceMailMain(${CALLERID(num)}@default) ----<br>&gt; &gt;value 19549996740<br>
&gt;<br>&gt;    I am using libss7=1.0.1 with asterisk 1.6.0.9.<br>&gt;<br><br>- --<br>regards, Joseph<br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.9 (Darwin)<br><br>iEYEARECAAYFAkptuYkACgkQ5CyZqOno04y5HACfb15GCVmiVzfNTagvR+5IP6A/<br>
tLMAn1ZyAF4+qSjumxfvcHEe7M2WlNed<br>=GvJ/<br>-----END PGP SIGNATURE-----<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br>
<br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:<br>  <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
</blockquote></div><br></span></div></blockquote></div><br>