search for: admin_room

Displaying 1 result from an estimated 1 matches for "admin_room".

2006 Dec 27
0
problem with extentions
...exten => 4,1,Goto(blacklist,s,1) exten => 5,1,Goto(search,s,1) exten => 6,1,Goto(rooms,s,1) exten => 7,1,Goto(adv,s,1) exten => i,1,Hangup() exten => 551,1,Answer() exten => 551,2,DigitTimeout(2) exten => 551,3,Wait(1) exten => 551,4,SetLanguage(ge) exten => 551,5,agi,admin_room.php exten => 551,6,Hangup() exten => 552,1,Answer() exten => 552,2,DigitTimeout(2) exten => 552,3,Wait(1) exten => 552,4,SetLanguage(ge) exten => 552,5,agi,guest_room.php exten => 552,6,Hangup() so when i call admin_room.php from 555 it works, but it crashes from 551. (guest...