[asterisk-users] Voicemail dial pattern from old pbx

2006-07-31 Thread Sharon Lim
I have an old pbx and I want to pass callerid frm the old pbx to asterisk as a voicemail server. My old pbx have sent the callerid but i am not sure how to make it into dialpattern cause if I have 1000 callerid then i have to enter 1000 enter into extensions.conf. I m using tdm400p where i pull

Re: [asterisk-users] Voicemail dial pattern from old pbx

2006-07-31 Thread Don Pobanz
Sharon Liam wrote: exten =s, 1, Answer() exten =740,1,Voicemail(${EXTEN}) After answer then it will get the callerid (I do a READ cmd then it read as s extension but after that it stated User entered '721') Something like this should drop you to the voicemail box of the caller ID.

Re: [asterisk-users] Voicemail dial pattern from old pbx

2006-07-31 Thread Sharon Lim
Hello, Don and steven, Something like this should drop you to the voicemail box of the caller ID. exten = s,1,Voicemail(${CALLERIDNUM})Don PobanzThe previous settings cant get any calleridnum. But this can exten = XXX,1, Voicemail(${EXTEN}) may work, but you have to have it as _XXXThe underscore