I know that Asterisk supports DID, but does anyone have documentation on how to write the configuration for it? I'll be trying to setup a hybrid system where some incoming numbers will be DID enabled and others won't, so I'll need to be able to sort between the two, i.e. directly connect the DID dialed numbers and route the others to an autoattendant for extension dialing. Thanks, John Lawler
On Mon, 2003-10-06 at 15:45, john lawler wrote:> I know that Asterisk supports DID, but does anyone have documentation on > how to write the configuration for it? > > I'll be trying to setup a hybrid system where some incoming numbers will > be DID enabled and others won't, so I'll need to be able to sort between > the two, i.e. directly connect the DID dialed numbers and route the > others to an autoattendant for extension dialing.Dude, get with the reading and googling. You sent this question less than 1 minute after your last question according to your computer. google using DID documentation site:lists.digium.com or http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=DID+documentation+site%3Alists.digium.com&btnG=Google+Search 5 lines down you will find http://lists.digium.com/pipermail/asterisk-users/2003-January/007077.html -- Steven Critchfield <critch@basesys.com>
It's pretty easy, in your extensions.conf. If your DIDs are in a range, you could set up some pattern matching to take a block of incoming DIDs and map to extension numbers then dial or hand off to the dial'n'voicemail macro thing. If your DIDs are non-contiguous, you'll have to set up a separate entry for each one. Example: 456-7000 is your main number and you have 7001 to 7099 as DIDs: exten => 7000,1,Goto(AutoAttendant|s|1) exten => _7XXX,1,Macro(yourdialmacro|${EXTEN})
Hello, I am trying to conference two or more calls on a Cisco 7940 phone. When I have one inbound call and one outbound (I initiate the second call by pressing conference) I get the join button at the bottom of the screen and I can conference. When I initiate both calls or I receive both calls I dont get the join button. As a side question what would represent the hook flash on a Cisco 7940 or is this capability not possible. Thanks Babak
Works fine on my 7960 with 5.3 firmware. bkw On Mon, 6 Oct 2003, Babak Pasdar wrote:> > > Hello, > > I am trying to conference two or more calls on a Cisco 7940 phone. When I have one inbound call and one outbound (I initiate the second call by pressing conference) I get the join button at the bottom of the screen and I can conference. > > When I initiate both calls or I receive both calls I dont get the join button. As a side question what would represent the hook flash on a Cisco 7940 or is this capability not possible. > > Thanks > > Babak > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Tue, 2003-10-07 at 07:53, Andrew Kohlsmith wrote:> > The number of digits that your telco sends to you is a configurable > > figure (at least it is here in Aus). The example assumes that the telco > > is sending you the last 4 digits. > > Hmmm ok so DIDs are not what is stuffed into the CNID field? Or rather > pieces of the DID make it into the CNID?The telco will send x(configurable) digits as CNID on a PRI. This becomes the extension inside of asterisk automagically. I know you can have anywhere from 3 digits up to the entire 10 digits sent to you. While my company was on channelized e&m t1 we had 4 digits of DID, and now on PRI we get the whole 10 digit number. -- Steven Critchfield <critch@basesys.com>
Juan J. Sierralta P.
2003-Oct-07 08:58 UTC
[Asterisk-Users] Conferencing Calls on Cisco 7940
On Mon, 2003-10-06 at 20:47, Brian West wrote:> Works fine on my 7960 with 5.3 firmware. > > bkwI?m having a similar problem with my 7960 when I receive two incoming calls I cannot join them.> > > > Hello, > > > > I am trying to conference two or more calls on a Cisco 7940 phone. When I have one inbound call and one outbound (I initiate the second call by pressing conference) I get the join button at the bottom of the screen and I can conference. > > > > When I initiate both calls or I receive both calls I dont get the join button. As a side question what would represent the hook flash on a Cisco 7940 or is this capability not possible. > > > > Thanks > > > > Babak-- Juanjo sin .sig
> If I dial # while in a call nothing happens. I was transfering using > the 7960 transfer function which gives me a dial tone and then I dial > 700 which gives me a busy tone I also tried to dial #700 but as soon as > you push # on a 7960 it dials since # its used to signal the end of the > dial string.Using the transfer key is what I ment when I wanted native sip to parking transfers to work. They do not now. But you have to enable T or t on your dial command that rings your extension so # transfers will work. bkw