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 3:16 pm Post subject: [asterisk-users] conversation record prematurely |
|
|
I have following line in a context:
...
exten => _587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b)
...
It records the conversation but it ends prematurely, after 10min. Why?
Where is the setting to records until a user hangup the handset.
--
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 6:59 pm Post subject: [asterisk-users] conversation record prematurely |
|
|
On Thu, Sep 18, 2014 at 3:16 PM, Joseph <syscon780@gmail.com> wrote:
Quote: | I have following line in a context:
...
exten =>
_587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b)
...
It records the conversation but it ends prematurely, after 10min. Why?
Where is the setting to records until a user hangup the handset.
|
Without further information the only reason I could see would be the
'b' option in use for MixMonitor. If the channels were no longer
bridged it would stop recording. That is according to the
documentation.. which every once in a while is wrong. Other than that,
it should record as long as the channel is bridged.
Can you pastebin a log showing that particular call?[1]
[1]: https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
--
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:14 pm Post subject: [asterisk-users] conversation record prematurely |
|
|
On 09/18/14 18:59, Rusty Newton wrote:
Quote: | On Thu, Sep 18, 2014 at 3:16 PM, Joseph <syscon780@gmail.com> wrote:
Quote: | I have following line in a context:
...
exten =>
_587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b)
...
It records the conversation but it ends prematurely, after 10min. Why?
Where is the setting to records until a user hangup the handset.
|
Without further information the only reason I could see would be the
'b' option in use for MixMonitor. If the channels were no longer
bridged it would stop recording. That is according to the
documentation.. which every once in a while is wrong. Other than that,
it should record as long as the channel is bridged.
Can you pastebin a log showing that particular call?[1]
[1]: https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
--
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200
|
How do I find out/verify if "b" option is used with "MixMonitor"?
I'll try to set the debugger on this one.
--
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
|
|
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
|