search for: contextb

Displaying 8 results from an estimated 8 matches for "contextb".

Did you mean: context
2005 Jun 14
2
Questions about contexts
...ared, and set that in my "context=" 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 context...
2005 Sep 13
1
Dialplan Design Q
...eparate companies, let's say A, B and C. Each has their own context and each has their own set of numbers (these are just examples, 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...
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.
2003 Aug 27
2
include context
hi, how can I add or remove this line "include => context" by the command CLI ? regards Rattana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030827/979ddd76/attachment.htm
2005 Sep 23
1
context question
Is there any way within asterisk to limit the scope of contexts, basically to make one context totally unaware of another. The application I had in mind involved allowing users to create their own dial plans. To that end I wanted to make it so that a given user could not call a different users dialplan. I could filter everything and prepend a customer id to every context they specify, but
2009 Oct 15
1
Callpickup works for outside calls but not inside calls
Hello, all. I've got a problem where we set up call pickup for a customer. If the Bob's extension rings and Bob is in Jim's office, Bob can press the button on his Snom 320 that says "Bob" and pick up his line. It works great for calls coming in from the outside but does not work for internal calls. Internal calls generate a app_directed_pickup.c:204 pickup_exec: No
2004 Jan 14
4
Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Hi, one short question: Is it possible for the zaptel driver to deal with multiple phone numbers on one single E1 PRI line? I could make my carrier route +49 xxx aaaaa-zzz and +49 xxx bbbbb-zzz and others down one single PRI trunk to our asterisk box terminating in a Digium TE410P. Does the driver handle this and can I put calls coming in all on the same physical interface put into
2009 Mar 09
0
Crash when reloading AEL
...${EXTEN}@context1; } else ifTime(0:00-9:59|sun|*|*) { jump ${EXTEN}@context1; } else ifTime(10:00-18:59|sun|*|*) { jump ${EXTEN}@context2; } else ifTime(19:00-23:59|sun|*|*) { jump ${EXTEN}@context1; } else { NoOp(something's wrong); } } } context contextb { _X. => { NoOp(Check where to send the call); ifTime(0:00-6:29|mon-fri|*|*) { Playback(prompts/SwitchClosed_); VoiceMail(1000|s); } else ifTime(6:30-17:59|mon-fri|*|*) { jump ${EXTEN}@context2; } else ifTime(18:00-23:59|mon-fri|*|*) { Playback(prompts/...