?? demo.pl
字號:
package Asterisk::Embed;sub { my $chan_name = shift; my $chan = asterisk_get_channel_by_name($chan_name); asterisk_log("LOG_NOTICE","This Demo Plays a file you can control with # and * and hangs up! $_[0]\n"); asterisk_control_streamfile($chan,"demo-instruct","#","*","1","0",3000); asterisk_soft_hangup($chan);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -