All,

I have a decent amount of a working configuration that I have transcribed and cobbled together for extension that I have been troubleshooting small sections at a time. Right now, with a lot of work, and a lot of trial and error my dial plan works, and is rather simple to get moving forward. There is one last 'feature' to my dial plan I want to enable, which is when a filtered odd caller ID comes in, to redirect it to a call park after recording the call information from the caller to use to ring and announce the information to the phones specified. I have found this off an Asterisk application, but haven't found a callweaver replacement for certain lines, like ParkAndAnnouce. Here is the Dial plan snippet for this:


;Privacy proccessing
[who-r-u]
exten => s,1,Background(privacy-unident)
exten => s,2,Background(vm-rec-name)
exten => s,3,Wait(2)
exten => s,4,Record(/tmp/callweaver-stranger:gsm|5|15)
exten => s,5,Background(pls-hold-while-try)
exten => s,6,Goto(ext-park,70,1)
exten => s,7,VoiceMail(u1234)
exten => s,8,Playback(Goodbye)
exten => s,9,Hangup

;Set identified callers to parking lot
[ext-park]
exten => 70,1,Answer
exten => 70,2,SetMusicOnHold(default)
exten => 70,3,ParkAndAnnounce(asterisk-friend:/tmp/callweaver-stranger:vm-isonphone:at-following-number:PARKED|40|SIP/livingroom|SIP/office|who-r-u,s,7)
exten => 70,4,Hangup



If anyone has any ideas for this, please let me know. I don't know that much on how the applications side of callweaver works, but as a last resort I may have to learn to script this, though with the little documentation on some of that, which I have found, may prove to be a real challenge(and may open doors up for me to be REALLY amused with the results, same as building the initial dial plan).


Thanks in advance,
Seann

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to