On Thursday 07 March 2013, Luis H. Forchesatto wrote: > Greetings. > > I got an extension on my Elastix who cannot pick calls on the other > extensions, but It can transfer his calls to the other extensions. When > this extension tries to pickup a call pressing *8 it simply does not pick > it up. Transfering calls works just fine so dtmf may be not the problem. > > Where should I look?
/etc/asterisk/sip.conf (if it's s SIP phone); otherwise the corresponding configuration file for whatever technology it is using. Make sure that the "pickupgroup" for that extension is the same as the other extensions. Then $ sudo asterisk -x 'reload' (or enter "reload" in Asterisk CLI) to apply the change. -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
