On Fri, 20 Jun 2008, Jan Prunk wrote: > One other thing - do you have > > exten => 65,1,Dial(SIP/65) > > Yes I do have this: > exten => 65,1,Dial(SIP/65,30,rtk) > exten => 65,n,Hangup() > exten => 70,1,Dial(SIP/70,30,rtk) > exten => 70,n,Hangup() > > > As pickup works on the extension not the channel... (ie. what do you dial > on a phone to make the SIP/65 ring? What does the DDI point to?) > > It goes like this: > > exten => 5863165,1,Dial(SIP/65,17,rtk) > exten => 5863165,n,Dial(SIP/64,120,rtk) > exten => 5863165,n,Hangup()
Right. That's the issue. You'll need to pickup 5863165, not 65. (or 64). Gordon _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
