Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. This is on my static ip address side, we'll call this the "server"
  2.  
  3. [B002_B020]
  4. host=dynamic
  5. type=friend
  6. username=B002_B020
  7. password=passwordpassword
  8. context=from-internal
  9. qualify=yes
  10.  
  11. on the "client" side
  12.  
  13. [B002_B020]
  14. host=voip.dc.mydomain.com
  15. type=friend
  16. username=B002_B020
  17. password=passwordpassword
  18. context=from-internal
  19. qualify=yes
  20.  
  21. register => B002_B020:passwordpassword@voip.dc.mydomain.com
  22.  
  23. #############################
  24. SERVER: iax2 show peers
  25. Ares*CLI> iax2 show peers
  26. Name/Username Host Mask Port Status
  27. B002_B020/B002_ (Unspecified) (D) 255.255.255.255 0 UNKNOWN
  28.  
  29.  
  30. #############################
  31. client: iax2 show peers
  32. SoCal*CLI> iax2 show peers
  33. Name/Username Host Mask Port Status
  34. B002_B020/B002_ 216.218.XX.XX (S) 255.255.255.255 4569 OK (19 ms)
  35. (The ip address above is blacked out, but is resolved correctly)
  36.  
  37. (Port 4569 UDP on the server is set to allow all traffic in, no restrictions on outbound traffic)
  38.  
  39. and on the client, i keep seeing this msg:
  40.  
  41. [Jan 14 20:57:32] NOTICE[1110]: chan_iax2.c:8558 socket_process: Registration of 'B002_B020' rejected: '<unknown>' from: '216.218.XX.XX'
  42.  
  43. No other messages that indicate any issues.. 'iax2 set debug' doesnt seem to help much either
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement