Hello all!

I have a problem when I try to playback soundfile using Playback or
Background in extensions.conf CDR is recording call as ANSWERED even if it's
not, and record time from beginning of Playback.

Is it a bug or do i do something wrong?

exten => _078.,1,Set(CHANNEL(language)=pl)
exten => _078.,2,Wait(2)
exten => _078.,3,Playback(platna)
exten => _078.,4,SetAMAFlags(documentation)
exten => _078.,5,Dial(SIP/voipnet/0048${EXTEN:1},120,Tt)
exten => _078.,6,Hangup

When i use AGI and play soundfile using AGI script everything is right.

like:

exten => _078.,1,Set(CHANNEL(language)=pl)
exten => _078.,2,Wait(2)
exten => _078.,3,AGI(platna.agi)
exten => _078.,4,SetAMAFlags(documentation)
exten => _078.,5,Dial(SIP/voipnet/0048${EXTEN:1},120,Tt)
exten => _078.,6,Hangup

I tried to reorder this extension but nothing have changed.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to