Skip to content

Instantly share code, notes, and snippets.

@shamun
Created July 14, 2011 13:41
Show Gist options
  • Save shamun/1082477 to your computer and use it in GitHub Desktop.
Save shamun/1082477 to your computer and use it in GitHub Desktop.
Why why why?
This does not work?
delete security alg sip disable
set security alg sip maximum-call-duration 3000
set security alg sip inactive-media-timeout 90
set security alg sip application-screen unknown-message permit-nat-applied permit-routed
set security alg sip retain-hold-resource
But this works?
set security alg sip disable
set security alg sip maximum-call-duration 3000
set security alg sip inactive-media-timeout 90
set security alg sip application-screen unknown-message permit-nat-applied permit-routed
set security alg sip retain-hold-resource
This also does not work?
set security alg sip disable
delete security alg sip maximum-call-duration 3000
delete security alg sip inactive-media-timeout 90
delete security alg sip application-screen unknown-message permit-nat-applied permit-routed
delete security alg sip retain-hold-resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment