Grandstream Networks GXP-2000 Intercom System User Manual


 
Asterisk PBX Configuration for Grandstream Phones
2) When JaneDo1 pickup the call, the key 2 lamp will keep in red
3) When JaneDo1 is making a call, the key 2 lamp will keep in red as well.
4) If key 2 is not flashing, pressing Key 2 will initiate a call to JaneDo1 at
extension 502
Asterisk Configuration:
In extensions.conf:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[BLF_group_pickup]
exten => _**5XX,1,Pickup(${EXTEN:2})
exten => _**5XX,2,Hangup
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: Above configuration will matches the configuration in GXP-2000 to pickup
any **5XX calls.
[BLF_Group_1]
exten => 501,hint,SIP/501
exten => 502,hint,SIP/502
exten => 503,hint,SIP/503
[BLF_Group_2]
exten => 504,hint,SIP/504
exten => 505,hint,SIP/505
exten => 506,hint,SIP/506
exten => 507,hint,SIP/507
Note: Above configuration group extensions in 2 different groups, and only those
extensions that with “hint” in the group are allowed to be picked up the calls.
In sip.conf:
[501]
type=friend
username=501
secret=mypassword
context=localcontext
www.grandstream.com