Call Without Pickup: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: To call a telephone throught the inbuilt speakerphone so the person doe not have to pickup the phone to answer the call. exten => 5555,1,SIPAddHeader(Call-Info:\;answer-after=0)<br> exten...)
 
No edit summary
Line 6: Line 6:


I have tested this with Linksys Phones.  Trying the above on a Polycom phone will not work and does require addattional configuration.
I have tested this with Linksys Phones.  Trying the above on a Polycom phone will not work and does require addattional configuration.
[[Category : Asterisk]]

Revision as of 01:42, 20 September 2007

To call a telephone throught the inbuilt speakerphone so the person doe not have to pickup the phone to answer the call.

exten => 5555,1,SIPAddHeader(Call-Info:\;answer-after=0)
exten => 5555,n,Dial(SIP/201)
exten => 5555,n,HangUp

I have tested this with Linksys Phones. Trying the above on a Polycom phone will not work and does require addattional configuration.