Advertisement
citereh

openwrt-sx763-telephony-iskon-carnet-trio

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