| 220 secret = asterisk |
229 secret = asterisk |
| 221 callerid = "Mr. Bar" <12> |
230 callerid = "Mr. Bar" <12> |
| 222 mailbox = 12@internal |
231 mailbox = 12@internal |
| 223 |
232 |
| 224 </file> |
233 </file> |
| |
234 <file name="iax.conf"> |
| |
235 ;; |
| |
236 ;; iax.conf -- Asterisk IAX configuration |
| |
237 ;; |
| |
238 |
| |
239 ;; This configuration is reread at reload |
| |
240 ;; or with the CLI command |
| |
241 ;; reload chan_iax2.so |
| |
242 ;; |
| |
243 ;; General settings, like port number to bind to, and |
| |
244 ;; an option address (the default is to bind to all |
| |
245 ;; local addresses). |
| |
246 ;; |
| |
247 ;[general] |
| |
248 ;bindport=4569 ; bindport and bindaddr may be specified |
| |
249 ; ; NOTE: bindport must be specified BEFORE |
| |
250 ; ; bindaddr or may be specified on a specific |
| |
251 ; ; bindaddr if followed by colon and port |
| |
252 ; ; (e.g. bindaddr=192.168.0.1:4569) |
| |
253 ;bindaddr=127.0.0.1 ; more than once to bind to multiple |
| |
254 ; ; addresses, but the first will be the |
| |
255 ; ; default |
| |
256 |
| |
257 </file> |
| 225 <file name="rtp.conf"> |
258 <file name="rtp.conf"> |
| 226 ;; |
259 ;; |
| 227 ;; rtp.conf -- Asterisk RTP configuration |
260 ;; rtp.conf -- Asterisk RTP configuration |
| 228 ;; |
261 ;; |
| 229 |
262 |
| 751 callwaiting = !425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0 |
784 callwaiting = !425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0 |
| 752 dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
785 dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
| 753 record = 1400/80,0/15000 |
786 record = 1400/80,0/15000 |
| 754 info = 950/330,1400/330,1800/330,0/1000 |
787 info = 950/330,1400/330,1800/330,0/1000 |
| 755 stutter = 425+400 |
788 stutter = 425+400 |
| |
789 |
| |
790 </file> |
| |
791 <file name="ccss.conf"> |
| |
792 ;; |
| |
793 ;; ccss.conf -- Asterisk Call Completion Supplementary Services configuration |
| |
794 ;; |
| |
795 |
| |
796 ; Warning! The CCSS implementation brings several changes to the |
| |
797 ; channel components of Asterisk. To use CCSS, specify the number |
| |
798 ; of maximum requests in this file but do not forget to specify |
| |
799 ; the new CCSS related channel specific options in other config |
| |
800 ; files as well! Some are 'cc_offer_timer', 'ccbs_available_timer', |
| |
801 ; 'cc_agent_policy=never' and many more (in other files.) |
| |
802 |
| |
803 [general] |
| |
804 ; There is only a single option that may be defined in this file. |
| |
805 ; The cc_max_requests option is a global limit on the number of |
| |
806 ; CC requests that may be in the Asterisk system at any time. |
| |
807 ; |
| |
808 cc_max_requests = 20 |
| |
809 |
| |
810 </file> |
| |
811 <file name="res_fax.conf"> |
| |
812 ;; |
| |
813 ;; res_fax.conf -- Asterisk fax resource configuration |
| |
814 ;; |
| |
815 |
| |
816 [general] |
| |
817 ; Maximum Transmission Rate |
| |
818 ; Possible values are { 2400 | 4800 | 7200 | 9600 | 12000 | 14400 } |
| |
819 ; Set this value to the maximum desired transfer rate. Default: 14400 |
| |
820 maxrate=14400 |
| |
821 |
| |
822 ; Minimum Transmission Rate |
| |
823 ; Possible values are { 2400 | 4800 | 7200 | 9600 | 12000 | 14400 } |
| |
824 ; Set this value to the minimum desired transfer rate. Default: 2400 |
| |
825 minrate=2400 |
| |
826 |
| |
827 ; Send Progress/Status events to manager session |
| |
828 ; Manager events with 'call' class permissions will receive events indicating the |
| |
829 ; steps to initiate a fax session. Fax completion events are always sent to manager |
| |
830 ; sessions with 'call' class permissions, regardless of the value of this option. |
| |
831 ; Default: no |
| |
832 statusevents=yes |
| |
833 |
| |
834 ; modem capabilities |
| |
835 ; Possible values are { v17 | v27 | v29 } |
| |
836 ; Set this value to modify the default modem options. Default: v17,v27,v29 |
| |
837 modems=v17,v27,v29 |
| |
838 |
| |
839 ; Enable/disable T.30 ECM (error correction mode) by default. |
| |
840 ; Default: Enabled |
| |
841 ecm=yes |
| 756 |
842 |
| 757 </file> |
843 </file> |
| 758 <file name="res_odbc.conf"> |
844 <file name="res_odbc.conf"> |
| 759 ;; |
845 ;; |
| 760 ;; res_odbc.conf -- Asterisk ODBC resource configuration |
846 ;; res_odbc.conf -- Asterisk ODBC resource configuration |