I'm trying to have different extension have it's own hangup agi file, I have managed to get it to load it's own start agi file, but when hanging up, it's using the first initial one.
Please help me correct my context, thank you in advance!
[check]
exten => _3939X.,1,AGI(start.php)
exten => h,1,AGI(END.php)
exten => _5858X.,1,AGI(58start.php)
exten => h,1,AGI(58end.php)