[resolved]externnotify arguments in 1.2.X

hello

id like to develop voicemail notification thru SMS.
i already setup my t68i with BT dongle connectivity
now i can send sms from pc with “gnokii” as my sms API to my sms gateway

now what i want to know is how to get the mailbox id in my voicemail.conf?
so i have a comparison in the mobile phone. And by this, my program know where to send the sms?

i know that “externotify” function will execute any program as their is new voicemail but how to tell the executed program that this “extennotify” is from this specific mailbox?

how about this, is there a return arguments once externnotify is executed after leaving the voice message?

i have read from here
voip-info.org/wiki/index.php … email.conf
that externnotify will send three values (context,extension and number of message)after message has been left, how trues is? i tried to apply but its not working!

i figure it out… it seems the sms notification guide from here
voip-info.org/wiki/index.php … email.conf
has error in bash syntax exactly at

this must be

[quote]if [$EXTEN = “101”]
then[/quote]

im still new in bash so it takes time for me to realized that this is the reason caused my probmlem i only figure it out when i did “echo” the passed arguments from externnotify.

sms notification is done:)