search for: b5554

Displaying 1 result from an estimated 1 matches for "b5554".

Did you mean: 5554
2003 Aug 17
3
Monitor application temporary hack
...,1) [from-sip-post] ; Now, send the call to where it's really supposed to go, while recording. ; exten => 1234,1,Dial(SIP/1234,40,r) exten => 1234,2,Busy exten => 1234,102,Voicemail2(b1234) exten => 5554,1,Dial(SIP/5554,40,r) exten => 5554,2,Busy exten => 5554,102,Voicemail2(b5554) ; after the call is over, make sure to clean up the files and translate them ; appropriately... exten => h,1,Macro(record-cleanup) ; --end--