Advertisement
Guest User

Untitled

a guest
Dec 15th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. configure terminal
  2.  
  3. voice service voip
  4. ip address trusted list
  5. ipv4 172.16.0.1
  6. ip address trusted call-block cause not-in-cug
  7. gcid
  8. clid substitute name
  9. allow-connections sip to sip
  10. no supplementary-service sip moved-temporarily
  11. no supplementary-service sip refer
  12. sip
  13. session refresh
  14. e911
  15. transport switch udp tcp
  16. asserted-id ppi
  17. localhost dns: dns.isabellarose.local
  18. midcall-signaling passthru
  19. no call service stop
  20.  
  21. sip-ua
  22. credentials username your_account password 0 your_password realm newyork4.voip.ms
  23. authentication username your_account password 0 your_password realm newyork4.voip.ms
  24. registrar 1 dns:newyork4.voip.ms expires 300 !Pick your preferred server
  25.  
  26. !This dial peer will match all incoming calls for an specific DID
  27. dial-peer voice 1 voip
  28. huntstop
  29. destination-pattern XXXXXXXXXX (MY DID)
  30. session protocol sipv2
  31. session target ipv4:172.16.0.1
  32. dtmf-relay cisco-rtp rtp-nte
  33. codec g711ulaw
  34. no vad
  35.  
  36. !This dial peer is for outgoing calls
  37. dial-peer voice 2 voip
  38. destination-pattern [2-9]..[2-9]......
  39. session protocol sipv2
  40. session target ipv4:172.16.0.1
  41. no voice-class sip early-offer forced
  42. dtmf-relay h245-alphanumeric
  43. codec g711ulaw
  44. no vad
  45.  
  46. !This dial peer is for outgoing calls with the 1 prefix.
  47. dial-peer voice 3 voip
  48. destination-pattern 1[2-9]..[2-9]......
  49. session protocol sipv2
  50. session target ipv4:172.16.0.1
  51. no voice-class sip early-offer forced
  52. dtmf-relay rtp-nte cisco-rtp sip-kpml sip-notify
  53. codec g711ulaw
  54. no vad
  55. !Incoming Dial-Peer
  56. dial-peer voice 4 voip
  57. session protocol sipv2
  58. session target ipv4:172.16.0.1
  59. incoming called-number .
  60. dtmf-relay cisco-rtp rtp-nte
  61. codec g711ulaw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement