Displaying 1 result from an estimated 1 matches for "guest_room".
Did you mean:
guest_root
2006 Dec 27
0
problem with extentions
...ten => 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_room.php also crashes in 552 and works in 555)
---
thank You