Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (révision 201260) +++ channels/chan_sip.c (copie de travail) @@ -20383,7 +20383,9 @@ do_magic_pickup(c, pickup.exten, pickup.context); /* Now we're either masqueraded or we failed to pickup, in either case we... */ + sip_pvt_unlock(p); ast_hangup(c); + sip_pvt_lock(p); return 0; } else {