Luca Bertoncello wrote:
So, my sip.conf:

callgroup=1,3-4                 ; We are in caller groups 1,3,4
pickupgroup=1,3-5               ; We can do call pick-p for call group 1,3,4,5

Keep it simple for testing.  My sip.conf on a working Asterisk system below:

[4220](stemplet)
defaultuser=4220
pickupgroup=1
callgroup=1
callerid = Operator <4220>

[4232](stemplet)
defaultuser=4232
mailbox = 4232@sip
context = sip
callgroup=1
pickupgroup=1
callerid = Judy K. <4232>


My features.conf:

; Pickup Options
;
pickupexten = *7 ; Configure the pickup extension. (default is *8)

This has worked for me on all version of Asterisk that we've used; we're currently running 11. In the above, The operator can pickup calls for Judy and vise versa using *7.

You'll also want to make sure your phone's digit map understands that *7 is a valid key combination. We're using Polycom phones.

Doug


--
_____________________________________________________________________
-- 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

Reply via email to