Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [asterisk]
  2. enabled => yes
  3. dsn => asterisk-connector
  4. username => user
  5. password => pass
  6. pre-connect => yes
  7. pooling => no
  8. limit => 1
  9. idlecheck => 1
  10. negative_connection_cache => 1
  11.  
  12. idlecheck => 300; ( will check connection in pool every 5 minutes)
  13. connect_timeout => 5; ( how long to wait on reconnect)
  14. negative_connection_cache=>10 ;( how long wait before reconnect)
  15. pre-connect = yes; will allow you check if connection ok by issue "realtime show odbc status"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement