search for: belllord

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

Did you mean: bellard
2007 Oct 18
1
IAX2: Calls answered before extension is tested?
...ge back, thereby completing the Macro, and only *then* checking if the extension is actually available. Here's the last bit of the log (I've edited the IP address) - we are both deliberately NOT answering our phones... Executing [s at tolc:1] Macro("SIP/101-081d1050", "belllord|SIP/101&IAX2/alanb/201|tolc") in new stack -- Executing [s at macro-belllord:1] Dial("SIP/101-081d1050", "SIP/101&IAX2/alanb/201|10|tr") in new stack -- Called 101 -- Called alanb/201 [Oct 17 16:09:47] WARNING[2836]: channel.c:2634 ast_indicate_data:...
2009 Jul 17
2
How do I create an IVR/Dial Group that works properly?
...ten => s,n,Background(welcome-to-tolc) ; Say Hello exten => s,n,Wait(1) exten => s,n(tryagain),Background(enter-ext-of-person&or) ; Enter extension number if known, or exten => s,n,Background(pls-stay-on-line) ; Trying to connect... exten => s,n,WaitExten(5) exten => s,n,Macro(belllord,${ALANL}&${ALANB},303) exten => _10[1-5],1,Macro(call_extension,SIP/${EXTEN}) exten => _20[1-5],1,Macro(call_extension,IAX2/alanb/${EXTEN}) The Vars ALANL and ALANB are: ALANL=SIP/101 ALANB=IAX2/alanb/202 Here is the Macro belllord: [macro-belllord] exten => s,1,Dial(${ARG1},20,...
2009 Jul 16
0
Struggling with Macros and "s" Extension
...en => s,n,Background(welcome-to-tolc) ; Say Hello exten => s,n,Wait(1) exten => s,n(tryagain),Background(enter-ext-of-person&or) ; Enter extension number if known, or exten => s,n,Background(pls-stay-on-line) ; Trying to connect... exten => s,n,WaitExten(5) exten => s,n,Macro(belllord,${ALANL}&${ALANB},303) exten => _10[1-5],1,Macro(call_extension,SIP/${EXTEN}) exten => _20[1-5],1,Macro(call_extension,IAX2/alanb/${EXTEN}) . . . Hopefully you'll see that the caller can either enter an extension number or wait. If they wait, we use macro-belllord: [macro-belllo...