[asterisk-users] Handy tip for intercom with FreePBX & Grandstream phones

Ken Williams ken at intermountainelectronics.com
Wed Nov 15 11:46:50 MST 2006


We use intercom 100% inter-office.  To get FreePBX to do this with
Grandstreams by default without having to create intercom or paging
groups, just change the following line (line #58) in your
extensions.conf from:
 
exten => s,10,Dial(${ds})                               ; dialparties
will set the priority to 10 if $ds is not null

to:
 
exten => s,10,SIPAddHeader(Call-Info: answer-after=0) ;dialparties will
set the priority to 10 if $ds is not null
exten => s,11,Dial(${ds})                               
 
Hope this helps someone in the future.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061115/8117703c/attachment.htm


More information about the asterisk-users mailing list