search for: contextc

Displaying 4 results from an estimated 4 matches for "contextc".

Did you mean: context
2005 Jun 14
2
Questions about contexts
...ot; line, and calls so directed wouldn't go anywhere. Would it be possible to do this with an empty definition (are they equivalent?) Lastly, I'm trying to get a good handle on "include" contexts. If I have: [contexta] ; commands omitted [contextb] ; commands omitted and I add: [contextc] include => contexta include => contextb ; commands omitted Then "contexta" and "contextb" are available to "contextc"'s dialers, right? Do I have to make sure there are no overlapping extensions in all three contexts? Thanks, J.
2005 Sep 13
1
Dialplan Design Q
...les, not the actual config): [ContextA] exten => 10,1,Dial(SIP/10,20) exten => 11,1,Dial(SIP/11,20) exten => 12,1,Dial(SIP/12,20) include => outbound [ContextB] exten => 20,1,Dial(SIP/20,20) exten => 21,1,Dial(SIP/21,20) exten => 22,1,Dial(SIP/22,20) include => outbound [ContextC] exten => 30,1,Dial(SIP/30,20) exten => 31,1,Dial(SIP/31,20) exten => 32,1,Dial(SIP/32,20) include => outbound [default] exten => _1X,1,GoTo(ContextA,${EXTEN},1) exten => _2X,1,GoTo(ContextA,${EXTEN},1) exten => _3X,1,GoTo(ContextA,${EXTEN},1) [outbound] exten => _9XXXXXXX...
2009 Mar 09
0
Crash when reloading AEL
...back(prompts/SwitchClosed_); VoiceMail(1000|s); } else ifTime(10:00-17:59|sun|*|*) { jump ${EXTEN}@context2; } else ifTime(18:00-23:59|sun|*|*) { Playback(prompts/SwitchClosed_); VoiceMail(1000|s); } else { NoOp(something's wrong); } } } context contextc { _X. => { NoOp(Check where to send the call); ifTime(0:00-6:29|mon-thu|*|*) { Playback(prompts/SwitchClosed_); VoiceMail(1000|s); } else ifTime(6:30-18:59|mon-thu|*|*) { jump ${EXTEN}@context2; } else ifTime(19:00-23:59|mon-thu|*|*) { Playback(prompts/...
2004 Sep 24
3
ISDN (point to point) questions
Hello; we are looking to replace our current PBX with a *-box; it is connected to ONE ppp isdn connection that is terminated by the NC. We got on this box 4 msn's configured. currently we are working with pstn fxo's behind the PBX; it works but we can't use the CSID information behind it. We want to migrate and keep the MSN's to decide routing in combination with the CID.