[asterisk-users] duration sec and billing sec in cdr

Adam KOSA adamk at 3a.hu
Mon Apr 16 08:02:32 MST 2007


Hi, and thanks for the suggestions!

Matt wrote:
> Sounds like your VoIP provider is incorrectly sending you an Answer before
> the call actually completes.  I would contact your VoIP provider.
> 

> I suppose it could also be possible that YOU have an Answer() statement 
> that
> is only on your VoIP trunk.  I would double check that, and then contact
> your VoIP provider to see if they have any suggestions.
> 
this is what's most likely as i have no experience in asterisk configs. 
  I've checked the extension.conf settins, they are:

exten => _94./_5[05][15],1,Playback(please_wait)
exten => _94./_5[05][15],n,Set(CALLERID(name)=my_voip_username)
exten => _94./_5[05][15],n,Dial(SIP/00${EXTEN:2}@voipstunt)

and for the internal numbers:

exten => _NXZ,1,Set(TIMEOUT(digit)=2)
exten => _NXZ,2,Dial(SIP/${EXTEN},45)
exten => _NXZ,3,VoiceMail(b${EXTEN})
exten => _NXZ,103,VoiceMail(u${EXTEN})

> Basically, SOMEONE (your or voipstunt) is answering the call before it
> should be answered.
> 

i will check this with more voip providers to see if they or i have 
messed up something (but it's probably going to be me, i just don't know 
where to start looking).

thanks again
Adam


More information about the asterisk-users mailing list