<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 => _19549776740,1,GotoIf($["${SS7_ORIG_CALLED_NUM}" = ""]?vmm:vm)<br>exten => _19549776740,n(vmm),VoicemailMain(${CALLERID(num)}@default)<br>exten => _19549776740,n,Hangup()<br>exten => _19549776740,n(vm),VoiceMail(<a href="mailto:${SS7_ORIG_CALLED_NUM}@default">${SS7_ORIG_CALLED_NUM}@default</a>)<br>
exten => _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> <<a href="mailto:tech@ekn.com">tech@ekn.com</a>> 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/ <--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>> Can anyone please provide a working example of how to use the<br>
> above mentioned libss7 variable in extensions.conf. My setup is<br>> I dial 9549993738 which rings on nortel switch. If the phone is<br>> not picked up then it comes to voicemail number 19549996740 which is<br>
> programmed on asterisk. I have seen the whole execution of the call<br>> on the asterisk side and it works perfectly ( with the reason for<br>> call diversion, original caller and called numbers, everything<br>
> intact ).<br>><br>> The problem I am facing is VoiceMail is called as<br>> 19549996740@default and I need it to be 19549993738@default so that<br>> it leaves the message for 9549993738 and not 9549996740<br>
><br>> Here is my relevant extensions.conf and so far what I have tried:-<br>><br>> ;exten => _19549776740,1,VoiceMail(${SS7_ORIG_CALLED_NUM}@default)<br>> ----> empty<br>> exten => _19549776740,1,VoiceMail(${CALLERID(dnid)}@default) ----<br>
> >value 19549996740<br>> ;exten = _19549993738,1,VoiceMail(${CALLERID(num)}@default) ----<br>> >value 19549996740<br>> ;exten = _19549776740,1,VoiceMailMain(${CALLERID(num)}@default) ----<br>> >value 19549996740<br>
><br>> I am using libss7=1.0.1 with asterisk 1.6.0.9.<br>><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>