Advertisement
Guest User

Untitled

a guest
May 15th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REBOL 2.59 KB | None | 0 0
  1. sip.conf
  2.  
  3. [11]
  4. fullname=11
  5. type=friend
  6. username=11
  7. secret=11
  8. callerid=11
  9. host=dynamic
  10. nat=yes
  11. canreinvite=yes                                                              
  12. disallow=all
  13. allow=g723                                                                  
  14. allow=g729
  15. context=internal    
  16.  
  17.  
  18. [12]
  19. fullname=12
  20. type=friend
  21. username=12
  22. secret=12
  23. callerid=12                                                          
  24. host=dynamic
  25. nat=yes
  26. canreinvite=yes                                                              
  27. disallow=all
  28. allow=g723                                                                  
  29. allow=g729
  30. context=internal        
  31.  
  32.  
  33. extensions.conf
  34.  
  35.  
  36. [internal]                                                                                                                                                                                              exten => 11,1,Dial(SIP/11)
  37. exten => 12,1,Dial(SIP/12)
  38.  
  39.  
  40. core show translation
  41.  
  42. CLI> core show translation
  43.          Translation times between formats (in microseconds) for one second of data
  44.           Source Format (Rows) Destination Format (Columns)
  45.  
  46.            g723   gsm  ulaw  alaw g726aal2 adpcm  slin lpc10  g729 speex  ilbc  g726  g722 slin16
  47.      g723     -  1999  1001  1001     1002  1999  1000  3000  4000     -     -  1001  2000   3000
  48.       gsm  6999     -  1001  1001     1002  1999  1000  3000  4000     -     -  1001  2000   3000
  49.      ulaw  6000  1000     -     1        3  1000     1  2001  3001     -     -     2  1001   2001
  50.      alaw  6000  1000     1     -        3  1000     1  2001  3001     -     -     2  1001   2001
  51.  g726aal2  6001  1001     3     3        -  1001     2  2002  3002     -     -     1  1002   2002
  52.     adpcm  6000  1000     2     2        3     -     1  2001  3001     -     -     2  1001   2001
  53.      slin  5999   999     1     1        2   999     -  2000  3000     -     -     1  1000   2000
  54.     lpc10  6999  1999  1001  1001     1002  1999  1000     -  4000     -     -  1001  2000   3000
  55.      g729  6999  1999  1001  1001     1002  1999  1000  3000     -     -     -  1001  2000   3000
  56.     speex     -     -     -     -        -     -     -     -     -     -     -     -     -      -
  57.      ilbc     -     -     -     -        -     -     -     -     -     -     -     -     -      -
  58.      g726  6000  1000     2     2        1  1000     1  2001  3001     -     -     -  1001   2001
  59.      g722  6000  1000     2     2        3  1000     1  2001  3001     -     -     2     -   1000
  60.    slin16  7000  2000  1002  1002     1003  2000  1001  3001  4001     -     -  1002  1000      -
  61. CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement