<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 href="mailto:${SS7_ORIG_CALLED_NUM}@default">${SS7_ORIG_CALLED_NUM}@default</a>)<br>
exten =&gt; _19549776740,n,Hangup()<br> </div>
<div>Regards,</div>
<div>Girish <br> </div>
<div><span class="gmail_quote">On 7/27/09, <b class="gmail_sendername">Joseph</b> &lt;<a href="mailto:tech@ekn.com">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 href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>
<br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:<br>  <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div>
<br>