Hi, i wanted to make dial plan in such a way that the any incoming call to the sip phone should auto answer.(auto pickup) . Help. regards Upendra -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120713/129ef7ff/attachment.htm>
Different phones use different methods. What kind of sip phones do you have? On Jul 13, 2012, at 12:17 AM, upendra <uppi.me at gmail.com> wrote:> Hi, > > > i wanted to make dial plan in such a way that the any incoming call to the sip phone should auto answer.(auto pickup) . > Help. > > > > > regards > Upendra > -- > _____________________________________________________________________ > -- 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
i am using a x lite phone. regards upendra On Fri, Jul 13, 2012 at 10:29 AM, James Sharp <james at fivecats.org> wrote:> Different phones use different methods. What kind of sip phones do you > have? > > > On Jul 13, 2012, at 12:17 AM, upendra <uppi.me at gmail.com> wrote: > > > Hi, > > > > > > i wanted to make dial plan in such a way that the any incoming call to > the sip phone should auto answer.(auto pickup) . > > Help. > > > > > > > > > > regards > > Upendra > > -- > > _____________________________________________________________________ > > -- 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 > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120713/c2ddecaa/attachment.htm>
From my experience with xlite, the soft phone itself must be configured for auto answer. There is no way for the dialplan to control this. On Jul 13, 2012, at 2:35, upendra <uppi.me at gmail.com> wrote:> i am using a x lite phone. > > > regards > upendra > > > On Fri, Jul 13, 2012 at 10:29 AM, James Sharp <james at fivecats.org> wrote: > Different phones use different methods. What kind of sip phones do you have? > > > On Jul 13, 2012, at 12:17 AM, upendra <uppi.me at gmail.com> wrote: > > > Hi, > > > > > > i wanted to make dial plan in such a way that the any incoming call to the sip phone should auto answer.(auto pickup) . > > Help. > > > > > > > > > > regards > > Upendra > > -- > > _____________________________________________________________________ > > -- 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 > > -- > _____________________________________________________________________ > -- 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 > > -- > _____________________________________________________________________ > -- 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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120713/3d86d787/attachment.htm>
It is known as intercom feature. Some soft and hard phone support this feature. You can use following context for it. [intercom-context] Exten => 9155,1,SIPAddHeader(Call-Info: <sip:pbx.your-company.de>\;answer-after=0) Exten => 9155,2,Dial(SIP/155) Fow more details, use following link http://www.voip-info.org/wiki/view/Asterisk+Paging+and+Intercom On Fri, Jul 13, 2012 at 1:03 PM, James Sharp <james at fivecats.org> wrote:> > From my experience with xlite, the soft phone itself must be configured for auto answer. There is no way for the dialplan to control this. > > > > On Jul 13, 2012, at 2:35, upendra <uppi.me at gmail.com> wrote: > > i am using a x lite phone. > > > regards > upendra > > > On Fri, Jul 13, 2012 at 10:29 AM, James Sharp <james at fivecats.org> wrote: >> >> Different phones use different methods. What kind of sip phones do you have? >> >> >> On Jul 13, 2012, at 12:17 AM, upendra <uppi.me at gmail.com> wrote: >> >> > Hi, >> > >> > >> > i wanted to make dial plan in such a way that the any incoming call to the sip phone should auto answer.(auto pickup) . >> > Help. >> > >> > >> > >> > >> > regards >> > Upendra >> > -- >> > _____________________________________________________________________ >> > -- 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 >> >> -- >> _____________________________________________________________________ >> -- 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 > > > -- > _____________________________________________________________________ > -- 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 > > > -- > _____________________________________________________________________ > -- 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-- Bharat Lalcheta
hi, thats fine , i am using now xlite-4 , not able to find the option to enable it, let me know . regards Upendra. On Fri, Jul 13, 2012 at 1:03 PM, James Sharp <james at fivecats.org> wrote:> From my experience with xlite, the soft phone itself must be configured > for auto answer. There is no way for the dialplan to control this. > > > > On Jul 13, 2012, at 2:35, upendra <uppi.me at gmail.com> wrote: > > i am using a x lite phone. > > > regards > upendra > > > On Fri, Jul 13, 2012 at 10:29 AM, James Sharp <james at fivecats.org> wrote: > >> Different phones use different methods. What kind of sip phones do you >> have? >> >> >> On Jul 13, 2012, at 12:17 AM, upendra <uppi.me at gmail.com> wrote: >> >> > Hi, >> > >> > >> > i wanted to make dial plan in such a way that the any incoming call to >> the sip phone should auto answer.(auto pickup) . >> > Help. >> > >> > >> > >> > >> > regards >> > Upendra >> > -- >> > _____________________________________________________________________ >> > -- 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 >> >> -- >> _____________________________________________________________________ >> -- 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 >> > > -- > _____________________________________________________________________ > -- 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 > > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120713/1bcdeb08/attachment.htm>
[This email is either empty or too large to be displayed at this time]
hi, oh k thanks then i will re-install the xlite 3. Regards Upendra On Fri, Jul 13, 2012 at 2:42 PM, Bharat Lalcheta <bharatlalcheta at gmail.com>wrote:> From X-lite 4 version, auto answer feature removed. So use old version > if you have or try some other softphone > > On Fri, Jul 13, 2012 at 1:51 PM, upendra <uppi.me at gmail.com> wrote: > > hi, > > > > thats fine , i am using now xlite-4 , not able to find the option to > enable > > it, let me know . > > > > > > regards > > Upendra. > > > > On Fri, Jul 13, 2012 at 1:03 PM, James Sharp <james at fivecats.org> wrote: > >> > >> From my experience with xlite, the soft phone itself must be configured > >> for auto answer. There is no way for the dialplan to control this. > >> > >> > >> > >> On Jul 13, 2012, at 2:35, upendra <uppi.me at gmail.com> wrote: > >> > >> i am using a x lite phone. > >> > >> > >> regards > >> upendra > >> > >> > >> On Fri, Jul 13, 2012 at 10:29 AM, James Sharp <james at fivecats.org> > wrote: > >>> > >>> Different phones use different methods. What kind of sip phones do you > >>> have? > >>> > >>> > >>> On Jul 13, 2012, at 12:17 AM, upendra <uppi.me at gmail.com> wrote: > >>> > >>> > Hi, > >>> > > >>> > > >>> > i wanted to make dial plan in such a way that the any incoming call > to > >>> > the sip phone should auto answer.(auto pickup) . > >>> > Help. > >>> > > >>> > > >>> > > >>> > > >>> > regards > >>> > Upendra > >>> > -- > >>> > _____________________________________________________________________ > >>> > -- 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 > >>> > >>> -- > >>> _____________________________________________________________________ > >>> -- 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 > >> > >> > >> -- > >> _____________________________________________________________________ > >> -- 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 > >> > >> > >> -- > >> _____________________________________________________________________ > >> -- 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 > > > > > > > > -- > > _____________________________________________________________________ > > -- 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 > > > > -- > Bharat Lalcheta > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120713/4f6c3e6f/attachment.htm>