VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
syscon780 at gmail.com Guest
|
Posted: Thu Sep 18, 2014 4:43 pm Post subject: [asterisk-users] Record call ends in 10min |
|
|
In my context I have:
exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default)
exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _NXXXXXX,n,MixMonitor(${recordfilename},b)
but the recorded conversation ended in 10min so it = 600sec
I was looking in asterisk configuration file for "600" pertaining recording but I couldn't fine any.
--
Joseph
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
syscon780 at gmail.com Guest
|
Posted: Thu Sep 18, 2014 5:00 pm Post subject: [asterisk-users] Record call ends in 10min |
|
|
On 09/18/14 15:43, Joseph wrote:
Quote: | In my context I have:
exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default)
exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _NXXXXXX,n,MixMonitor(${recordfilename},b)
but the recorded conversation ended in 10min so it = 600sec
I was looking in asterisk configuration file for "600" pertaining recording but I couldn't fine any.
|
I don't have any maxduration set in any config file.
maxduration: maximum recording duration in seconds. If missing or 0, there is no maximum.
--
Joseph
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
rnewton at digium.com Guest
|
Posted: Thu Sep 18, 2014 7:06 pm Post subject: [asterisk-users] Record call ends in 10min |
|
|
On Thu, Sep 18, 2014 at 5:00 PM, Joseph <syscon780@gmail.com> wrote:
Quote: | On 09/18/14 15:43, Joseph wrote:
I don't have any maxduration set in any config file.
maxduration: maximum recording duration in seconds. If missing or 0, there
is no maximum.
|
Joseph, please don't start new threads on a duplicate topic so
quickly. It can create noise in the list and cause confusion when some
people reply to your second thread vs your first. I've replied to your
first thread.
Re: maxduration, I believe that is an option for Record and not
MixMonitor, but I could be wrong.
Thanks,
--
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200
Check us out at: http://digium.com & http://asterisk.org
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
syscon780 at gmail.com Guest
|
Posted: Thu Sep 18, 2014 7:34 pm Post subject: [asterisk-users] Record call ends in 10min |
|
|
On 09/18/14 16:00, Joseph wrote:
Quote: | On 09/18/14 15:43, Joseph wrote:
Quote: | In my context I have:
exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default)
exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _NXXXXXX,n,MixMonitor(${recordfilename},b)
but the recorded conversation ended in 10min so it = 600sec
I was looking in asterisk configuration file for "600" pertaining recording but I couldn't fine any.
|
I don't have any maxduration set in any config file.
maxduration: maximum recording duration in seconds. If missing or 0, there is no maximum.
|
Apology about it.
I'll try MixMonitor without "b"
exten => _NXXXXXX,n,MixMonitor(${recordfilename})
--
Joseph
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|