search for: b5001

Displaying 3 results from an estimated 3 matches for "b5001".

Did you mean: 5001
2005 Aug 17
2
How "real time" is realtime?
...uot;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 => 5002,2,Voicemail(u5002) exten => 5002,102,Voicemail(b5002) exten => 5002,103,Hangup If 5001 received a call at 5001,1 and was answered can row 5001,2 be replaced with: exten => 5001,2,Goto(5002,1)...
2003 Dec 29
0
FW: Weirdness with CALLERID / CALLERIDNAME from incoming PRI
...OnHold,random > exten => 9133727,3,NoOp,${CALLERID} > exten => 9133727,4,Dial(SIP/5001&SIP/5013,20) > exten => 9133727,5,Voicemail2(u5001@sip) > exten => 9133727,105,Dial(SIP/5002) > exten => 9133727,106,Voicemail2(u5001@sip) > exten => 9133727,206,Voicemail2(b5001@sip) > > When calling from 404-555-8183 to the number above the console is > reporting: > > -- Accepting call from '4045558183' to '9133727' on channel 6, span > 1 > -- Executing SetMusicOnHold("Zap/6-1", "random") in new stack >...
2003 Dec 24
2
Weirdness with CALLERID / CALLERIDNAME from incoming PRI
...exten => 9133727,2,SetMusicOnHold,random exten => 9133727,3,NoOp,${CALLERID} exten => 9133727,4,Dial(SIP/5001&SIP/5013,20) exten => 9133727,5,Voicemail2(u5001@sip) exten => 9133727,105,Dial(SIP/5002) exten => 9133727,106,Voicemail2(u5001@sip) exten => 9133727,206,Voicemail2(b5001@sip) When calling from 404-555-8183 to the number above the console is reporting: -- Accepting call from '4045558183' to '9133727' on channel 6, span 1 -- Executing SetMusicOnHold("Zap/6-1", "random") in new stack -- Executing NoOp("Zap/6-1&quo...