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