Hi folks, OK... I've successfully managed to get a DTA-310 from 8x8 to take inbound calls from the PSTN, into an AS5300, through asterisk. I can call the number associated from out there in the world, it rings, & I can speak to the person on the other end just fine. However, I cannot seem to figure out how to place a call outbound through it. I do have outbound calling working fine with another SIP client, X-lite, so I'm pretty sure it's not my * setup -- I'm willing to share configs, though, if anyone thinks that'd help. This DTA-310 runs firmware version "DTA version 1.0 US (8x8 001111)" as shown on the web interface homepage, which is the only version of the firmware (that I'm aware of) that allows tinkering with the SIP settings. I _think_ my problem has to do with the "Dial Plan" settings on the SIP configuration page. Anyone familiar with these things? By default, the dial plan setting reads: "1xxxxxxxxxx|x.T". Using this, or anything else I've experimented for that matter, I pick up the handset, dial some numbers, watch the asterisk console, and hear/see nothing. Dead air on the handset, & no scrolling gibberish on the * console. Anyone have ideas? Thanks, Jeremy Jones
On Thu, 26 Feb 2004, Jeremy Jones wrote:> I _think_ my problem has to do with the "Dial Plan" settings on the SIP > configuration page. Anyone familiar with these things? By default, the > dial plan setting reads: "1xxxxxxxxxx|x.T".This is my dialplan for Packet8 / 8x8: exten => _91[2-7]XXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _91[2-7]XXNXXXXXX,2,Congestion Dial 9 to get "a line", only will accept calls non-toll free numbers (toll free calls are route elsewhere), dial the "trunk card" and the number, strip the initial "9". This recipe is locate under extensions.conf
When I speak of the dial plan here, I'm referring to a portion on the DTA-310 web pages, not my * dial plan. I've seen a couple posts about setups like this: * w/tdm card <--> dta-310 <--> packet8 network <--> pstn I'm not using the packet8 service, just the gear. Like this: dta-310 <--> * <--> as5300 <--> pstn Dialing in works (i.e. pstn to dta-310), but I can't figure out the dta-310 to pstn thing. Jeremy Jones -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Hermann Wecke Sent: Thursday, February 26, 2004 1:30 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] DTA-310 Outbound Dialing On Thu, 26 Feb 2004, Jeremy Jones wrote:> I _think_ my problem has to do with the "Dial Plan" settings on theSIP> configuration page. Anyone familiar with these things? By default,the> dial plan setting reads: "1xxxxxxxxxx|x.T".This is my dialplan for Packet8 / 8x8: exten => _91[2-7]XXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _91[2-7]XXNXXXXXX,2,Congestion Dial 9 to get "a line", only will accept calls non-toll free numbers (toll free calls are route elsewhere), dial the "trunk card" and the number, strip the initial "9". This recipe is locate under extensions.conf