<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 10pt; color: #000000'>Hi Jonathan,<br><br>Thanks for your clear example. At first the results were exactly the same as before, until it got me wondering if the other port would work (only 1 line is attached at this moment), so I plugged the 2/0 line into 2/1, and bang, it worked.. guess there was a wrong parameter on the 2/0 port.<br><br>- inbound dialing now works as expected, router doesn't ring me back if remote caller hangs up.<br>- outbound dialing finally works (have to tune the dial-peers a bit, but that'll be alright.<br><br>Only thing not yet working is the caller-id. But I now might have an idea why. My cableprovider uses FSK signaling for caller-id, instead of DTMF ETSI. I can't really find out whether the VIC2-2FXO supports FSK caller-id (other VIC's do), and if so, how to switch it from DTMF to FSK mode. Any pointers on that?<br>Final solution would be to buy a FSK-&gt;DTMF converter box.<br><br>Anyway, thanks a lot, I'm way closer to my goal now! :)<br><br>Kind regards,<br><br>Remco Overdijk<br><br>----- Original Message -----<br>From: "Jonathan Charles" &lt;jonvoip@gmail.com&gt;<br>To: "Remco Overdijk" &lt;remco@maxserv.nl&gt;<br>Cc: cisco-voip@puck.nether.net<br>Sent: Thursday, September 3, 2009 4:26:30 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna<br>Subject: Re: [cisco-voip] Cisco 1760 VIC2-2FXO setup<br><br>OK, first off, this doesn't work for two reasons.<br><br>Reason ONE: Your dial peers are, for all intents and purposes, non-existent.<br><br>Reason TWO: You are only referencing one of the two FXO ports.<br><br><br>So, fist off, create a trunk group for the POTS and then assign the<br>two pots ports to the trunk group....<br><br>You are in the Netherlands, so I am not going to guess your dial-plan<br><br>trunk group pots<br>&nbsp;hunt-scheme round-robin<br>!<br>voice-port 2/0<br>&nbsp;trunkgroup pots<br>!<br>voice-port 2/1<br>&nbsp;trunkgroup pots<br>&nbsp;connection plar 1235<br>!<br>dial-peer voice 1 pots<br>&nbsp;incoming called-number .<br>&nbsp;trunk-group pots<br>&nbsp;destination-pattern 9.T<br><br><br>That should fix it.<br><br><br><br>Jonathan<br>CCIE Voice 23509<br><br>On Thu, Sep 3, 2009 at 2:41 AM, Remco Overdijk&lt;remco@maxserv.nl&gt; wrote:<br>&gt; Hi!<br>&gt;<br>&gt; Previously I used a Cisco 1760 with a 7940 and 7971 phone, connected to an<br>&gt; internet SIP provider to provide external telephony. That setup worked<br>&gt; perfectly.<br>&gt; I recently moved to a brand new apartment, where I got a new internet<br>&gt; provider (the Dutch cable provider Ziggo), where I have an internet, tv<br>&gt; and telephony package.<br>&gt;<br>&gt; Unfortunately, however their telephony solution is VoIP based, upon<br>&gt; arrival in my house it's made analog by the Motorola SurfBoard modem,<br>&gt; which provides 2 PSTN RJ-11 connectors for analog phones.<br>&gt;<br>&gt; Being the tech savvy engineer that I am I don't want to use any of that<br>&gt; analog telephone nonsense.. I want my fancy Cisco phones! So I did some<br>&gt; research and decided I needed to connect the 2 analog ports from my modem<br>&gt; to my 1760 using a VIC, and route the calls through the VIC. I thought the<br>&gt; VIC-2E/M would do so and bought that one. $60 later it turned out I was<br>&gt; wrong, and that I needed the VIC2-2FXO, which set me back a lot more<br>&gt; dollars, but hey, it's only money and I want it to work!<br>&gt;<br>&gt; Anyway, long story short: I've been trying to get it to work for over 3<br>&gt; weeks now, but with no luck.<br>&gt; - I cannot get any outbound calls to work. I've tried about every example<br>&gt; I could find on the internet, and though the examples make it seem easy<br>&gt; enough, I never got any outbound calls to work. It keeps giving me "Busy"<br>&gt; or "Unknown number".<br>&gt; - Inbound calls seem to work..ish. However I don't get caller-id (though<br>&gt; both my IOS and VIC should support it), can't find out how to make all<br>&gt; phones ring (using connection plar on a DN, DID wasn't working the way it<br>&gt; was supposed to either), and if the remote caller hangs up the line, the<br>&gt; router will call my DN 5 seconds later giving it the line tone from the<br>&gt; FXO line, which I can't seem to get while trying to make a "normal"<br>&gt; outbound call!<br>&gt;<br>&gt; So my question to you guys.. Can you make this seemingly easy setup work<br>&gt; for this voice-n00b?<br>&gt;<br>&gt; To aid in the process, I've made a quick sketch of the network:<br>&gt; http://www.remz.nl/network.png So what I'm trying to achieve is: 2 SCCP<br>&gt; phones connected to the 1760, being able to make outbound calls to the FXO<br>&gt; line (in fact, all calls may go tp the FXO if that's easier), and all SCCP<br>&gt; phones should ring if the FXO line is being dialed, preferably with<br>&gt; caller-id.<br>&gt;<br>&gt; Router info:<br>&gt; Cisco IOS Software, C1700 Software (C1700-ADVENTERPRISEK9-M), Version<br>&gt; 12.4(15)T5, RELEASE SOFTWARE (fc4)<br>&gt; ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1) Cisco<br>&gt; 1760 (MPC860P) processor (revision 0x500) with 131072K/16384K bytes of<br>&gt; memory.<br>&gt; Processor board ID FOC081727FB (3402445609), with hardware revision 0000<br>&gt; MPC860P processor: part number 5, mask 2<br>&gt; 1 FastEthernet interface<br>&gt; 2 Voice FXO interfaces<br>&gt; 32K bytes of NVRAM.<br>&gt; 49152K bytes of processor board System flash (Read/Write)<br>&gt;<br>&gt; show run (entire config.. because it's quite likely that I made a stupid<br>&gt; mistake at a place where I don't expect it!):<br>&gt; Current configuration : 9053 bytes<br>&gt; !<br>&gt; ! Last configuration change at 16:54:07 CEST Wed Sep 2 2009 by remco !<br>&gt; NVRAM config last updated at 23:13:19 CEST Tue Aug 18 2009 by remco !<br>&gt; version 12.4<br>&gt; service timestamps debug datetime msec<br>&gt; service timestamps log datetime msec<br>&gt; no service password-encryption<br>&gt; !<br>&gt; hostname ccme1<br>&gt; !<br>&gt; boot-start-marker<br>&gt; boot-end-marker<br>&gt; !<br>&gt; logging buffered 51200 informational<br>&gt; enable secret 5 xxx<br>&gt; !<br>&gt; no aaa new-model<br>&gt; clock timezone Berlin 1<br>&gt; clock summer-time CEST recurring 4 Sun Mar 1:00 4 Sun Oct 1:00 voice-card<br>&gt; 2 !<br>&gt; ip cef<br>&gt; !<br>&gt; !<br>&gt; no ip dhcp use vrf connected<br>&gt; ip dhcp excluded-address 10.0.0.1 10.0.0.9 !<br>&gt; ip dhcp pool m00net<br>&gt; &nbsp; network 10.0.0.0 255.255.255.0<br>&gt; &nbsp; domain-name m00.netw0rk.nl<br>&gt; &nbsp; default-router 10.0.0.2<br>&gt; &nbsp; option 150 ip 10.0.0.5<br>&gt; &nbsp; dns-server 10.0.0.2<br>&gt; &nbsp; lease 0 6<br>&gt; !<br>&gt; &lt;&lt;individual dhcp leases here&gt;&gt;<br>&gt; !<br>&gt; ip domain name m00.network.nl<br>&gt; ip name-server 10.0.0.2<br>&gt; ip auth-proxy max-nodata-conns 3<br>&gt; ip admission max-nodata-conns 3<br>&gt; !<br>&gt; multilink bundle-name authenticated<br>&gt; !<br>&gt; voice class codec 1<br>&gt; &nbsp;codec preference 1 g711ulaw<br>&gt; &nbsp;codec preference 2 g711alaw<br>&gt; !<br>&gt; &lt;&lt;crypto stuff here&gt;&gt;<br>&gt; !<br>&gt; ip ssh time-out 60<br>&gt; ip ssh authentication-retries 2<br>&gt; ip ssh version 2<br>&gt; !<br>&gt; translation-rule 1<br>&gt; &nbsp;Rule 1 null null<br>&gt; !<br>&gt; interface FastEthernet0/0<br>&gt; &nbsp;description $ETH-LAN$<br>&gt; &nbsp;ip address 10.0.0.5 255.255.255.0<br>&gt; &nbsp;speed auto<br>&gt; !<br>&gt; router rip<br>&gt; &nbsp;version 2<br>&gt; &nbsp;network 10.0.0.0<br>&gt; &nbsp;no auto-summary<br>&gt; !<br>&gt; ip forward-protocol nd<br>&gt; ip route 0.0.0.0 0.0.0.0 10.0.0.2<br>&gt; !<br>&gt; ip http server<br>&gt; ip http authentication local<br>&gt; ip http secure-server<br>&gt; !<br>&gt; &lt;&lt;snmp stuff here&gt;&gt;<br>&gt; !<br>&gt; &lt;&lt;tftp loads here&gt;&gt;<br>&gt; !<br>&gt; control-plane<br>&gt; !<br>&gt; voice-port 2/0<br>&gt; &nbsp;translate calling 1<br>&gt; &nbsp;translate called 1<br>&gt; &nbsp;cptone NL<br>&gt; &nbsp;connection plar 1235<br>&gt; &nbsp;description analog i/o to surfboard<br>&gt; &nbsp;caller-id alerting pre-ring<br>&gt; !<br>&gt; voice-port 2/1<br>&gt; !<br>&gt; dial-peer voice 1 pots<br>&gt; &nbsp;destination-pattern 9<br>&gt; &nbsp;port 2/0<br>&gt; !<br>&gt; telephony-service<br>&gt; &nbsp;load 7960-7940 P000308000400<br>&gt; &nbsp;load 7971 SCCP70.8-2-2SR1S<br>&gt; &nbsp;load 7970 SCCP70.8-2-2SR1S<br>&gt; &nbsp;max-ephones 5<br>&gt; &nbsp;max-dn 5<br>&gt; &nbsp;ip source-address 10.0.0.5 port 2000<br>&gt; &nbsp;auto assign 1 to 5<br>&gt; &nbsp;calling-number initiator<br>&gt; &nbsp;system message ccme1 ready..<br>&gt; &nbsp;url services http://10.0.0.35:8080/CSFEnterprise-war/<br>&gt; &nbsp;cnf-file perphone<br>&gt; &nbsp;network-locale NL<br>&gt; &nbsp;time-zone 28<br>&gt; &nbsp;time-format 24<br>&gt; &nbsp;date-format dd-mm-yy<br>&gt; &nbsp;voicemail 444<br>&gt; &nbsp;max-conferences 4 gain -6<br>&gt; &nbsp;moh rick.au<br>&gt; &nbsp;dn-webedit<br>&gt; &nbsp;time-webedit<br>&gt; &nbsp;transfer-system full-consult dss<br>&gt; &nbsp;create cnf-files version-stamp 7960 Apr 17 2009 09:02:53 !<br>&gt; ephone-dn &nbsp;1<br>&gt; &nbsp;number 1234 secondary 114529 no-reg primary &nbsp;label xxxx &nbsp;description<br>&gt; 7971-1234 &nbsp;name xxxx !<br>&gt; ephone-dn &nbsp;2<br>&gt; &nbsp;number 1235 no-reg both<br>&gt; &nbsp;label xxxx<br>&gt; &nbsp;description 7940-1235<br>&gt; &nbsp;name xxxx<br>&gt; !<br>&gt; ephone &nbsp;3<br>&gt; &nbsp;mac-address 000D.EDAB.5055<br>&gt; &nbsp;type 7940<br>&gt; &nbsp;button &nbsp;1o2,3,4,5<br>&gt; &nbsp;pin 1235<br>&gt; !<br>&gt; ephone &nbsp;4<br>&gt; &nbsp;conference admin<br>&gt; &nbsp;mac-address 0015.2BD2.01C7<br>&gt; &nbsp;type 7971<br>&gt; &nbsp;button &nbsp;1:1 2o3,4,5<br>&gt; &nbsp;pin 1234<br>&gt; !<br>&gt; line con 0<br>&gt; line aux 0<br>&gt; line vty 0 4<br>&gt; &nbsp;privilege level 15<br>&gt; &nbsp;login local<br>&gt; &nbsp;transport input ssh<br>&gt; &nbsp;transport output telnet<br>&gt; !<br>&gt; ntp clock-period 17208109<br>&gt; ntp server 194.109.22.18<br>&gt; ntp server 77.70.7.120 source FastEthernet0/0 end<br>&gt;<br>&gt;<br>&gt; Any help or information would be greatly appreciated!<br>&gt;<br>&gt; Kind regards / Met vriendelijke groet,<br>&gt;<br>&gt; Remco Overdijk<br>&gt; Software Engineer<br>&gt; _______________________________________________<br>&gt; cisco-voip mailing list<br>&gt; cisco-voip@puck.nether.net<br>&gt; https://puck.nether.net/mailman/listinfo/cisco-voip<br>&gt;<br></div></body></html>