I have setup an asterisk box with 3off X100P cards and hooked them up to the PSTN. So far so good, everything does what it is supposed to do for the msot part. Incoming calls seem to ring three or four times before asterisk then skips to do what it is supposed to do. If the caller drops the call before the extensions have started ringing asterisk seems not to pick this up and carries on regardless. Anyone got any ideas? This was built from CVS. == Spawn extension (BT_PSTN, s, 1) exited non-zero on 'Zap/3-1' -- Hungup 'Zap/3-1' -- Starting simple switch on 'Zap/3-1' Apr 22 09:20:11 NOTICE[20851]: chan_zap.c:5585 ss_thread: Got event 2 (Ring/Answered)... Apr 22 09:20:13 NOTICE[20851]: chan_zap.c:5585 ss_thread: Got event 2 (Ring/Answered)... Apr 22 09:20:14 NOTICE[20851]: chan_zap.c:5585 ss_thread: Got event 2 (Ring/Answered)... Apr 22 09:20:16 NOTICE[20851]: chan_zap.c:5585 ss_thread: Got event 2 (Ring/Answered)... -- Executing Dial("Zap/3-1", "SIP/110&SIP/112|20|tr") in new stack -- Called 110 -- Called 112 -- SIP/110-ff2f is ringing -- SIP/112-4713 is ringing -- SIP/110-ff2f answered Zap/3-1 extensions.conf [BT_PSTN] exten => s,1,Answer exten => s,2,Dial(SIP/110&SIP/112,20,tr) exten => s,3,Voicemail(u000) zapata.conf context=BT_PSTN callerid="Inbound Call" <01774987987> signalling = fxs_ks channel=1-3 group = 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050422/f65a1d4a/attachment.htm
On Fri, 2005-04-22 at 10:22 +0100, bam wrote:> I have setup an asterisk box with 3off X100P cards and hooked them up > to the PSTN. So far so good, everything does what it is supposed to do > for the msot part. > > Incoming calls seem to ring three or four times before asterisk then > skips to do what it is supposed to do. If the caller drops the call > before the extensions have started ringing asterisk seems not to pick > this up and carries on regardless. > > Anyone got any ideas?This sounds like the CallerID problem. * is trying to get the ID, but the UK's method is different to the default, so it does not get an ID it finally gives up and processes the call. Look for UKCaller ID settings in the archives or Wiki. (I left the UK 12 years ago so I've never looked at it). -- Dave Cotton <dcotton@linuxautrement.com>
Joseph Gutowski
2005-Apr-22 02:53 UTC
[Asterisk-Users] X100P delayed ring on incoming calls?
3-4 rings seems kind of long, I usually see 1.5-2 (enough to grab the caller ID here in the States). The only way I know of to speed it up is to turn off all of the features like distinctive ring detection, caller ID, etc. -- depending on your usage, that may help some. I haven't confirmed that this actually does anything myself, but it seems logical that Asterisk could pick up quicker if it wasn't waiting for caller ID. This is what people suggest if you Google the list. Either way, the best I've ever managed on the X100P's was 1 ring before Asterisk picks up and starts doing its thing.