It appears that my X100P card is only answering after two rings. Ideally, I'd like it to answer on the first ring. Here is the incoming section of my extensions.conf file: [incoming] exten => s,1,Answer exten => s,2,BackGround(demo-congrats) ; Play a congratulatory message exten => 1234,1,Goto(jgunther,1234,1) exten => 4321,1,Goto(mgunther,4321,1) exten => s,3,Goto(mgunther,4321,1) exten => s,4,Hangup include => default Any ideas on how to correct this issue? Thanks. Jeff
To answer on the first ring turn off callerid support. If you need callerid support and answering on the first ring, then you must leave analog phone signaling. On Tue, 2003-08-12 at 16:22, jeff.gunther@intalgent.com wrote:> It appears that my X100P card is only answering after two rings. Ideally, > I'd like it to answer on the first ring. Here is the incoming section of my > extensions.conf file: > > [incoming] > exten => s,1,Answer > exten => s,2,BackGround(demo-congrats) ; Play a congratulatory message > exten => 1234,1,Goto(jgunther,1234,1) > exten => 4321,1,Goto(mgunther,4321,1) > exten => s,3,Goto(mgunther,4321,1) > exten => s,4,Hangup > include => default > > Any ideas on how to correct this issue? > > Thanks. > > Jeff > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Steven Critchfield <critch@basesys.com>
On Tue, 2003-08-12 at 21:59, Steven Critchfield wrote:> To answer on the first ring turn off callerid support. If you need > callerid support and answering on the first ring, then you must leave > analog phone signaling.Ah.. I had been wondering about this. Where is the switch to disable caller id support? Mark Farver
Look for the line "usecallerid=yes" in the file"/etc/asterisk/zapata.conf". Disabling caller id did resolve my two ring issue. Jeff asterisk-users-admin@lists.digium.com wrote on 08/13/2003 03:49:47 PM:> On Tue, 2003-08-12 at 21:59, Steven Critchfield wrote: > > To answer on the first ring turn off callerid support. If you need > > callerid support and answering on the first ring, then you must leave > > analog phone signaling. > > Ah.. I had been wondering about this. Where is the switch to disable > caller id support? > > Mark Farver > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
try in zapata.conf usecallerid=no before the definition of "channel => a" regards Martin On 13 Aug 2003, Mark Farver wrote:> On Tue, 2003-08-12 at 21:59, Steven Critchfield wrote: > > To answer on the first ring turn off callerid support. If you need > > callerid support and answering on the first ring, then you must leave > > analog phone signaling. > > Ah.. I had been wondering about this. Where is the switch to disable > caller id support? > > Mark Farver > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >