I am trying to get one of the function keys on the Snom 200 working as an intercom. However, I can't get the other Snom 200 phone to auto-answer. I found some posts in the archives from Christian that talk about intercom=true and also the Call-Info header. However, I can't get either one to work. I have tried firmware 2.04g,2.04h,2.05f,3.33 and none work. I am using chan_sip2z.c and trying to use the following dialplan: exten => 5100,1,SipAddHeader(Call-Info: answer-after=0) exten => 5100,2,Dial(SIP/chris,,v) or exten => 5100,1,SipAddHeader(Call-Info: answer-after=0) exten => 5100,2,Dial(SIP/chris) or exten => 5100,1,SetVar(_SIPADDHEADER=Call-Info: answer-after=0) exten => 5100,2,Dial(SIP/chris,,v) None of the above work. Can somebody tell me that this either is or is not possible? Ryan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 09 August 2004 05:58 pm, rayers.list wrote:> I am trying to get one of the function keys on the Snom 200 working as an > intercom. However, I can't get the other Snom 200 phone to auto-answer. I > found some posts in the archives from Christian that talk about > intercom=true and also the Call-Info header. However, I can't get either > one to work. I have tried firmware 2.04g,2.04h,2.05f,3.33 and none work.Did you read the Snom admin/technical manual? I'm pretty sure I saw there how to do it. - -- Steve "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." Benjamin Franklin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBGA1VljK16xgETzkRAhWBAKCfMWPPpqzsoS5gr8Yl0xuGc0u+UQCgnlUp qE5tNBLx/o+tR16tjq4EuUU=lHX7 -----END PGP SIGNATURE-----
rayers.list wrote:> I am trying to get one of the function keys on the Snom 200 working as an > intercom. However, I can't get the other Snom 200 phone to auto-answer. I > found some posts in the archives from Christian that talk about intercom=true > and also the Call-Info header. However, I can't get either one to work. I > have tried firmware 2.04g,2.04h,2.05f,3.33 and none work. > > I am using chan_sip2z.c and trying to use the following dialplan: > > exten => 5100,1,SipAddHeader(Call-Info: answer-after=0) > exten => 5100,2,Dial(SIP/chris,,v) > > or > > exten => 5100,1,SipAddHeader(Call-Info: answer-after=0) > exten => 5100,2,Dial(SIP/chris) > > or > > exten => 5100,1,SetVar(_SIPADDHEADER=Call-Info: answer-after=0) > exten => 5100,2,Dial(SIP/chris,,v) > > None of the above work. Can somebody tell me that this either is or is not > possible? > > Ryan > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >In the same vein, I would like the proper button to light when I call an extension. I have five extensions configured on the SNOM, 201-205. When I dial 203, as an example, the top button lights. I would like the third button, 203, to light on the incoming call. Thanks,