Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [Jul 17 15:23:05] NOTICE[9933][C-00000001]: chan_sip.c:31847 build_peer: The 'username' field for sip peers has been deprecated in favor of the term 'defaultuser'
  2. [Jul 17 15:23:05] WARNING[9933][C-00000001]: sip/config_parser.c:817 sip_parse_nat_option: nat=yes is deprecated, use nat=force_rport,comedia instead
  3. [Jul 17 15:23:05] WARNING[9972][C-00000001]: sip/config_parser.c:817 sip_parse_nat_option: nat=yes is deprecated, use nat=force_rport,comedia instead
  4. [Jul 17 15:23:05] NOTICE[9933][C-00000001]: chan_sip.c:24288 handle_response_invite: Failed to authenticate on INVITE to '"1001" <sip:1001@opensips.org>;tag=as1986a977'
  5. voip*CLI>
  6.  
  7. *************************** 3. row ***************************
  8. name: 1001
  9. username: 1001
  10. type: friend
  11. secret: NULL
  12. host: opensips.org
  13. callerid: NULL
  14. context: default
  15. mailbox: 1001
  16. nat: yes
  17. qualify: no
  18. fromuser: 1001
  19. authuser: NULL
  20. fromdomain: opensips.org
  21. insecure: NULL
  22. canreinvite: no
  23. disallow: NULL
  24. allow: NULL
  25. restrictcid: NULL
  26. defaultip: opensips.org
  27. ipaddr: opensips.org
  28. port: 5060
  29. regseconds: NULL
  30.  
  31. ; announcement demo
  32. exten => 2000,1,Ringing
  33. exten => 2000,2,Playback(welcome)
  34. exten => 2000,3,Hangup
  35.  
  36. ; voicemail
  37. exten => 777,1,Ringing
  38. exten => 777,n,Wait(1)
  39. exten => 777,n,Answer
  40. exten => 777,n,Wait(1)
  41. exten => 777,n,VoiceMailMain(@default)
  42. exten => 777,n,Hangup
  43.  
  44. exten => 1001,1,Dial(SIP/1001)
  45. exten => 1002,1,Dial(SIP/1002)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement