Displaying 1 result from an estimated 1 matches for "outgoing_staging".
2011 Jun 27
2
Asterisk 1.8 Paging without DAHDI or MOH Shoutcast with DAHDI
...and
placing them into the conference all at the same time somehow made the
system crash and it immediately started up again.
Here's the relevant dialplan:
exten => 3400,1,Answer
exten => 3400,n,playback(beep)
exten => 3400,n,system(cp /etc/asterisk/testPage/*.call
/var/spool/asterisk/outgoing_staging/)
exten => 3400,n,system(mv /var/spool/asterisk/outgoing_staging/*.call
/var/spool/asterisk/outgoing/)
exten => 3400,n,ConfBridge(testPage,1)
exten => 3400,n,hangup
[testPage]
exten => s,1,Answer
exten => s,n,playback(beep)
exten => s,n,Set(TIMEOUT(absolute)=10)
exten => s,n,C...