Displaying 1 result from an estimated 1 matches for "e3308b80".
Did you mean:
330880
2005 Aug 17
2
How "real time" is realtime?
How "real time" is realtime? If the extensions.conf is stored in the
database, does * query it row by row or is it "cached"? In other words,
given the following exerpt:
exten => 5001,1,Dial(IAX2/test@test/s,30,g)
exten => 5001,2,Voicemail(u5001)
exten => 5001,102,Voicemail(b5001)
exten => 5001,103,Hangup
exten => 5002,1,Dial(IAX2/test2@test2/s,30)
exten =>