Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tleilax:/etc/asterisk #
- tleilax:/etc/asterisk #
- tleilax:/etc/asterisk # head extensions.conf -n 20
- [general]
- static=yes
- writeprotect=no
- [globals]
- CONSOLE=Console/dsp ; Console interface for demo
- TRUNK=DAHDI/r1 ; Trunk interface
- TRUNKX=DAHDI/r2 ; 2nd trunk interface
- TRUNKIAX=IAX2/ASTtest1:[email protected]:4569 ; IAX trunk interface
- TRUNKIAX1=IAX2/ASTtest1:[email protected]:4569 ; IAX trunk interface
- TRUNKBINFONE=IAX2/1112223333:[email protected] ; IAX trunk interface
- SIPtrunk=SIP/1234:[email protected] ; SIP trunk
- #include extensions-vicidial.conf
- [trunkinbound]
- ; DID call routing process
- ; exten => _XXXXXXXXXX,1,AGI(agi-DID_route.agi) ; use this one instead of the one below if you are having delay issues, and match to number of received digits
- exten => _X.,1,AGI(agi-DID_route.agi)
- exten => _X.,n,Hangup()
- tleilax:/etc/asterisk #
- tleilax:/etc/asterisk # tail extensions-vicidial.conf
- [vicidial-auto]
- exten => h,1,AGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
- include => vicidial-auto-internal
- include => vicidial-auto-phones
- include => vicidial-auto-external
- ; END OF FILE Last Forced System Reload: 2015-02-13 08:45:03
- tleilax:/etc/asterisk #
Advertisement
Add Comment
Please, Sign In to add comment