search for: check_pend

Displaying 2 results from an estimated 2 matches for "check_pend".

Did you mean: check_perm
2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...t_test_flag(req, SIP_PKT_IGNORE) && p->owner) { /* Queue a progress frame only if we have SDP in 180 or 182 */ ast_queue_control(p->owner, AST_CONTROL_PROGRESS); } } check_pendings(p); break; case 183: /* Session progress */ if (!ast_test_flag(req, SIP_PKT_IGNORE) && (p->invitestate != INV_CANCELLED) && sip_cancel_destroy(p)) ast_log(LOG_WARNING, "Unable to cancel SIP destructio...
2013 Oct 29
3
rake db:migrate debacle
....1ms)* *SELECT "schema_migrations".* FROM "schema_migrations"* ActiveRecord::PendingMigrationError (Migrations are pending; run ''rake db:migrate RAILS_ENV=development'' to resolve this issue.): activerecord (4.0.0) lib/active_record/migration.rb:379:in `check_pending!'' activerecord (4.0.0) lib/active_record/migration.rb:366:in `call'' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__518996502029972034__call__callbacks...