Out of curiosity, what did you end up with for final config?<br><br><br><div class="gmail_quote">On Fri, Feb 11, 2011 at 5:37 AM, Aaron Quin <span dir="ltr"><<a href="mailto:aquin@ibrtek.com">aquin@ibrtek.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks to paul for all his help I think we got it resolved<br>
<div class="im"><br>
-----Original Message-----<br>
From: Bill Talley [mailto:<a href="mailto:btalley@gmail.com">btalley@gmail.com</a>]<br>
Sent: Thursday, February 10, 2011 10:56 AM<br>
To: Aaron Quin<br>
</div><div><div></div><div class="h5">Cc: Paul; Joel Perez; <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
Subject: Re: [cisco-voip] dial peer question<br>
<br>
What's the number you are actually dialing from the phone?<br>
<br>
Sent from an Apple iOS device with very tiny touchscreen input keys.<br>
Please exude my typtos.<br>
<br>
<br>
On Feb 10, 2011, at 12:30 PM, Aaron Quin <<a href="mailto:aquin@ibrtek.com">aquin@ibrtek.com</a>> wrote:<br>
<br>
> I tried removing the prefix from the last email and still nothing.  If I write a rule that's destination-pattern 911 and run 'show dialplan number 911' and it says no matches  I have tried several other patters like 9T 9.........., etc and so far I can't get it to match any number outbound.  The 2 transition rules were just for testing to make sure it worked.  Am I just doing something fundamentally wrong?<br>

><br>
> -----Original Message-----<br>
> From: Paul [mailto:<a href="mailto:asobihoudai@yahoo.com">asobihoudai@yahoo.com</a>]<br>
> Sent: Thursday, February 10, 2011 10:23 AM<br>
> To: Aaron Quin; Joel Perez<br>
> Cc: <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
> Subject: Re: [cisco-voip] dial peer question<br>
><br>
><br>
> The simple answer here is that you don't have a destination-pattern that matches<br>
> '3035551212' which is why IOS is saying there's no match for the number.<br>
> Also I'm a little puzzled why you've configured two translation rules for 2203<br>
> and 2201. If I'm correct, you've configured two rule sets that say change 2203<br>
> to 2203 and 2201 to 2201.<br>
><br>
><br>
><br>
> ________________________________<br>
> From:Aaron Quin <<a href="mailto:aquin@ibrtek.com">aquin@ibrtek.com</a>><br>
> To:Joel Perez <<a href="mailto:tman701@gmail.com">tman701@gmail.com</a>><br>
> Cc:"<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>" <<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>><br>
> Sent: Thu, February 10, 2011 9:10:13 AM<br>
> Subject: Re: [cisco-voip] dial peer question<br>
><br>
><br>
> Ok, here is my config's dial peer section sections, and the wacky section is<br>
> that the inbound works fine, I can call my did numbers for the configured 2<br>
> stations and they work great, but nothing works outbound.  If I do a show<br>
> dialplan number 3035551212 it says no match for any number I try.  Sorry for the<br>
><br>
> long config I cut my VPN stuff out<br>
><br>
> !<br>
> !<br>
> voice translation-rule 1<br>
> rule 1 /^2203$/ /2203/<br>
> !<br>
> voice translation-rule 2<br>
> rule 1 /^2201$/ /2201/<br>
> !<br>
> !<br>
> voice translation-profile Angela_Inbound_2<br>
> translate called 2<br>
> !<br>
> voice translation-profile Spaceco_Inbound_1<br>
> translate called 1<br>
> !<br>
> !<br>
> controller T1 0/2/0<br>
> cablelength long 0db<br>
> pri-group timeslots 1-24<br>
> description XO_PRI<br>
> !<br>
> !<br>
> !<br>
> !<br>
> !<br>
> interface GigabitEthernet0/0<br>
> no ip address<br>
> duplex full<br>
> speed 100<br>
> !<br>
> interface GigabitEthernet0/0.10<br>
> encapsulation dot1Q 10<br>
> ip address 10.1.2.1 255.255.255.0<br>
> !<br>
> interface GigabitEthernet0/0.50<br>
> encapsulation dot1Q 50<br>
> ip address 10.1.1.1 255.255.255.0<br>
> ip nat inside<br>
> ip virtual-reassembly<br>
> !<br>
> interface GigabitEthernet0/1<br>
> description $ETH-WAN$<br>
> ip address XX.XX.XX.XX 255.255.255.224<br>
> ip nat outside<br>
> ip virtual-reassembly<br>
> duplex full<br>
> speed 100<br>
> crypto map SDM_CMAP_1<br>
> !<br>
> interface Serial0/2/0:23<br>
> description XO_PRI<br>
> no ip address<br>
> encapsulation hdlc<br>
> isdn switch-type primary-ni<br>
> isdn incoming-voice voice<br>
> no cdp enable<br>
> !<br>
> interface Integrated-Service-Engine1/0<br>
> ip address 192.168.100.1 255.255.255.252<br>
> service-module ip address 192.168.100.2 255.255.255.252<br>
> !Application: CUE Running on NME<br>
> service-module ip default-gateway 192.168.100.1<br>
> no keepalive<br>
> !<br>
> voice-port 0/2/0:23<br>
> description XO_PRI<br>
> !<br>
> voice-port 0/3/0<br>
> !<br>
> voice-port 0/3/1<br>
> !<br>
> voice-port 0/3/2<br>
> !<br>
> voice-port 0/3/3<br>
> !<br>
> !<br>
> !<br>
> !<br>
> !<br>
> dial-peer voice 5000 voip<br>
> destination-pattern 5000<br>
> session protocol sipv2<br>
> session target ipv4:192.168.100.2<br>
> dtmf-relay sip-notify<br>
> codec g711ulaw<br>
> no vad<br>
> !<br>
> dial-peer voice 2 pots<br>
> description Aaron_Inbound<br>
> translation-profile incoming Spaceco_Inbound_1<br>
> incoming called-number 2203<br>
> direct-inward-dial<br>
> port 0/2/0:23<br>
> !<br>
> dial-peer voice 3 pots<br>
> description Angela Inbound<br>
> translation-profile incoming Angela_Inbound_2<br>
> incoming called-number 2201<br>
> direct-inward-dial<br>
> port 0/2/0:23<br>
> !<br>
> dial-peer voice 1 pots<br>
> destination-pattern 9[2-9].........<br>
> port 0/2/0:23<br>
> prefix 9<br>
> !<br>
> !<br>
> !<br>
> !<br>
> telephony-service<br>
> no auto-reg-ephone<br>
> authentication credential administrator c@ng3t1n<br>
> max-ephones 45<br>
> max-dn 100<br>
> ip source-address 10.1.2.1 port 2000<br>
> calling-number initiator<br>
> url services <a href="http://phone-xml.berbee.com/menu.xml" target="_blank">http://phone-xml.berbee.com/menu.xml</a><br>
> url authentication <a href="http://192.168.100.1/CCMCIP/authenticate.asp" target="_blank">http://192.168.100.1/CCMCIP/authenticate.asp</a><br>
> load 7960-7940 P00308000500<br>
> load 7965 SCCP45.8-5-4S<br>
> time-zone 6<br>
> voicemail 5000<br>
> max-conferences 8 gain -6<br>
> moh flash:/music-on-hold.au<br>
> web admin system name administrator secret 5 $1$DOsT$6q3CUwQ8s9RlQdM4o.Y4a/<br>
> dn-webedit<br>
> time-webedit<br>
> transfer-system full-consult<br>
> directory entry 1 303-475-1614 name Aaron Cell<br>
> create cnf-files version-stamp 7960 Feb 09 2011 09:13:19<br>
> !<br>
> !<br>
> ephone-dn  1  dual-line<br>
> number 2202<br>
> pickup-group 1101<br>
> description Jill<br>
> name Jill Kreissler<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> !<br>
> ephone-dn  2  dual-line<br>
> number 1269<br>
> pickup-group 1101<br>
> description Kenneth<br>
> name Kenneth Ryckeley<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> !<br>
> ephone-dn  3  dual-line<br>
> number 2203<br>
> pickup-group 1101<br>
> description Aaron<br>
> name Aaron Quin<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> ephone-dn  4  dual-line<br>
> number 2201<br>
> pickup-group 1101<br>
> description Angela<br>
> name Angela Kirkpatrick<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> !<br>
> ephone-dn  5  dual-line<br>
> number 1266<br>
> pickup-group 1101<br>
> description Darcy<br>
> name Darcy Firkus<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> !<br>
> ephone-dn  6  dual-line<br>
> number 1260<br>
> pickup-group 1101<br>
> description Connie<br>
> name Connie Chang<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> !<br>
> ephone-dn  7  dual-line<br>
> number 10000<br>
> label Aaron Ephone<br>
> call-forward busy 5000<br>
> !<br>
> !<br>
> ephone-dn  8  dual-line<br>
> number 8511<br>
> label Jennifer Byrd<br>
> name Jennifer Byrd<br>
> call-forward busy 5000<br>
> call-forward noan 5000 timeout 10<br>
> !<br>
> !<br>
> ephone-dn  31<br>
> number 3001<br>
> park-slot timeout 30 limit 3<br>
> !<br>
> !<br>
> ephone-dn  32<br>
> number 3002<br>
> park-slot timeout 30 limit 3<br>
> !<br>
> !<br>
> ephone-dn  33<br>
> number 3003<br>
> park-slot timeout 30 limit 3<br>
> !<br>
> !<br>
> ephone-dn  34<br>
> number 3004<br>
> park-slot timeout 30 limit 3<br>
> !<br>
> !<br>
> ephone-dn  35<br>
> number 3005<br>
> park-slot timeout 30 limit 3<br>
> !<br>
> !<br>
> ephone-dn  99<br>
> number 5001....<br>
> mwi off<br>
> !<br>
> !<br>
> ephone-dn  100<br>
> number 5002....<br>
> mwi on<br>
> !<br>
> !<br>
> ephone  1<br>
> device-security-mode none<br>
> mac-address 0012.0138.3D44<br>
> username "Jill" password auy81781<br>
> type 7960<br>
> button  1:1<br>
> !<br>
> !<br>
> !<br>
> ephone  2<br>
> device-security-mode none<br>
> mac-address 000D.299D.3D8C<br>
> username "Kenneth" password dpe85133<br>
> type 7960<br>
> button  1:2<br>
> !<br>
> !<br>
> !<br>
> ephone  3<br>
> device-security-mode none<br>
> mac-address D057.4CF7.8EC0<br>
> username "aquin" password password<br>
> speed-dial 1 1269 label "test"<br>
> type 7965<br>
> button  1:3<br>
> !<br>
> !<br>
> !<br>
> ephone  4<br>
> device-security-mode none<br>
> mac-address 0013.7F38.9E24<br>
> username "Angela" password ypb04473<br>
> type 7960<br>
> button  1:4<br>
> !<br>
> !<br>
> !<br>
> ephone  5<br>
> device-security-mode none<br>
> mac-address D057.4CF7.91F8<br>
> username "darcy" password spv27189<br>
> type 7965<br>
> button  1:5<br>
> !<br>
> !<br>
> !<br>
> ephone  6<br>
> device-security-mode none<br>
> mac-address 0016.46CB.5115<br>
> username "connie" password 123456<br>
> type 7960<br>
> button  1:6<br>
> !<br>
> !<br>
> !<br>
> ephone  7<br>
> device-security-mode none<br>
> mac-address 001D.0939.026C<br>
> type CIPC<br>
> button  1:7<br>
> !<br>
> !<br>
> !<br>
> ephone  8<br>
> device-security-mode none<br>
> mac-address 0014.A923.950E<br>
> username "jbyrd"<br>
> type 7960<br>
> button  1:8<br>
> !<br>
> !<br>
> !<br>
><br>
><br>
><br>
> From:Joel Perez [mailto:<a href="mailto:tman701@gmail.com">tman701@gmail.com</a>]<br>
> Sent: Thursday, February 10, 2011 9:34 AM<br>
> To: Aaron Quin<br>
> <a href="mailto:Cc%3Acisco-voip@puck.nether.net">Cc:cisco-voip@puck.nether.net</a><br>
> Subject: Re: [cisco-voip] dial peer question<br>
><br>
> We need some more info to know what is going on.<br>
> Where are you running the test from, etc....<br>
> Pasting the config would help.<br>
><br>
> Joel P<br>
> On Thu, Feb 10, 2011 at 10:53 AM, Aaron Quin <<a href="mailto:aquin@ibrtek.com">aquin@ibrtek.com</a>> wrote:<br>
> I have a question and I'm hoping somebody can help, cause I'm stumped.  I'm<br>
> doing a new installation into an existing site with a PRI and no matter how I<br>
> write the outbound dial peers, nothing matches.  I can even create one that's a<br>
> full number like 303xxxxxxx and when I test it it says no match.  I also tried<br>
> it for 911 too, if I set up a dial peer for 911, and then dial 911 it doesn't<br>
> match.  I can post my config if somebody wants it, but anybody have any ideas?<br>
><br>
> Aaron Quin<br>
> Spaceco Business Solutions<br>
><br>
> _______________________________________________<br>
> cisco-voip mailing list<br>
> <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
> <a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> cisco-voip mailing list<br>
> <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
> <a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
</div></div></blockquote></div><br>