VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
ovoshlook at gmail.com Guest
|
Posted: Sun Sep 21, 2014 6:27 pm Post subject: [asterisk-users] MixMonitor with b option recording all call |
|
|
Hello I have an issue wit MixMonitor. I need to record only answered calls, so I set "b" option for this but calls still recording even call no answered My asterisk version 12.5.1, at my other servers with older versions of asterisk (11.8 for example) MixMonitor works fine. |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Mon Sep 22, 2014 3:13 am Post subject: [asterisk-users] MixMonitor with b option recording all call |
|
|
On Monday 22 Sep 2014, Yuriy Gorlichenko wrote:
Quote: | Hello I have an issue wit MixMonitor. I need to record only answered calls,
so I set "b" option for this but calls still recording even call no
answered My asterisk version 12.5.1, at my other servers with older
versions of asterisk (11.8 for example) MixMonitor works fine.
|
What technology are you using for your outgoing calls? SIP trunk, IAX trunk,
ISDN, mobile or analogue phone lines?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
|
ovoshlook at gmail.com Guest
|
Posted: Mon Sep 22, 2014 8:13 am Post subject: [asterisk-users] MixMonitor with b option recording all call |
|
|
SIP trunks
2014-09-22 12:12 GMT+04:00 A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)>:
Quote: | On Monday 22 Sep 2014, Yuriy Gorlichenko wrote:
Quote: | Hello I have an issue wit MixMonitor. I need to record only answered calls,
so I set "b" option for this but calls still recording even call no
answered My asterisk version 12.5.1, at my other servers with older
versions of asterisk (11.8 for example) MixMonitor works fine.
|
What technology are you using for your outgoing calls? SIP trunk, IAX trunk,
ISDN, mobile or analogue phone lines?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
|
asterisk_list at earth... Guest
|
Posted: Mon Sep 22, 2014 9:41 am Post subject: [asterisk-users] MixMonitor with b option recording all call |
|
|
**** THIS IS NOT WHERE YOUR REPLY BELONGS ****
On Monday 22 Sep 2014, Yuriy Gorlichenko wrote:
Quote: | 2014-09-22 12:12 GMT+04:00 A J Stiles <asterisk_list@earthshod.co.uk>:
Quote: | On Monday 22 Sep 2014, Yuriy Gorlichenko wrote:
Quote: | Hello I have an issue wit MixMonitor. I need to record only answered
calls,
so I set "b" option for this but calls still recording even call no
answered My asterisk version 12.5.1, at my other servers with older
versions of asterisk (11.8 for example) MixMonitor works fine.
|
What technology are you using for your outgoing calls? SIP trunk, IAX
trunk,
ISDN, mobile or analogue phone lines?
|
SIP trunks
|
Well, SIP certainly allows for full supervisory information (analogue
doesn't, and all calls are deemed answered if the exchange line was
available). What have you got in your sip.conf ? And what does your SIP
trunk provider have to say on the matter? (It wouldn't be totally unknown for
a dodgy telco to provide not-entirely-truthful supe.)
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
|
ovoshlook at gmail.com Guest
|
Posted: Mon Sep 22, 2014 1:03 pm Post subject: [asterisk-users] MixMonitor with b option recording all call |
|
|
my sip.conf
[kamailio_ext1]
type=friend
host = my.superprovider.com
port = 5068
canreinvite = no
insecure = invite,port
transport=udp
trustrpid=yes
context = incoming
videosupport=no
directmedia=no
dtlsenable = no
tlsenable=no
disallow=all
allow=alaw
allow=opus
allow=ulaw
connection goes great. SIP session have all packets
So astersik send INVITE -> to trunk
then
<- TRYING
<- RINGING
<- OK
->ACK
and at the end some of callers send BYE
And then Goes OK and ACK
full SIP session. Signaling is Ok. At CDR I see ANSWERED
Wheb Call Unanswered I see
INVITE -> to trunk
then
<- TRYING
<- RINGING
some of callers CANCEL
OK
ACK
So There is full session too
At CDR I see No Answered session (that is write)
And after that I see empty record file
2014-09-22 18:40 GMT+04:00 A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)>:
Quote: | **** THIS IS NOT WHERE YOUR REPLY BELONGS ****
On Monday 22 Sep 2014, Yuriy Gorlichenko wrote:
Quote: | 2014-09-22 12:12 GMT+04:00 A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)>:
Quote: | On Monday 22 Sep 2014, Yuriy Gorlichenko wrote:
Quote: | Hello I have an issue wit MixMonitor. I need to record only answered
calls,
so I set "b" option for this but calls still recording even call no
answered My asterisk version 12.5.1, at my other servers with older
versions of asterisk (11.8 for example) MixMonitor works fine.
|
What technology are you using for your outgoing calls? SIP trunk, IAX
trunk,
ISDN, mobile or analogue phone lines?
|
SIP trunks
|
Well, SIP certainly allows for full supervisory information (analogue
doesn't, and all calls are deemed answered if the exchange line was
available). What have you got in your sip.conf ? And what does your SIP
trunk provider have to say on the matter? (It wouldn't be totally unknown for
a dodgy telco to provide not-entirely-truthful supe.)
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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
|