Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. config general 'general'
  2. option name 'owsip'
  3. option backend 'ltq_tapi'
  4. option ossdev '0'
  5. option log_level '3'
  6. option interface 'nas0'
  7. option local_port '5060'
  8. option rtp_port '4000'
  9. option locale 'croatia'
  10. option cid 'etsi_fsk'
  11.  
  12. config account 'example1'
  13. option realm 'voiceint.iskon.hr'
  14. option username 'broj-telefona'
  15. option password 'isto-kao-i-za-net'
  16. option port '0'
  17.  
  18. config account 'example2'
  19. option realm 'myrealm2.com'
  20. option username 'myuser2'
  21. option password 'mypass2'
  22. option disabled '1'
  23. option port '1'
  24.  
  25. config contact
  26. option desc 'example contact description'
  27. option code 'example'
  28. option dial '0123456789'
  29. option type 'realm'
  30.  
  31. config port 'port0'
  32. option id '0'
  33. option led 'soc:green:phone1'
  34. option noring '0'
  35. option nodial '0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement