Call recording with MMS

70 views
Skip to first unread message

Laurent Schweizer

unread,
Feb 13, 2012, 6:15:58 AM2/13/12
to mobicent...@googlegroups.com

Dear all,

 

I’m using the last trunk version of MMS  and I see that sometimes I have inaudible  recorded wav message

 

I have done 3 tests from the same GW to the same MMS , no restart between record.

 

First call  is NOT OK,

Second call is OK

Third call is OK

 

I have attached all record.

 

Any Idea ?

 

Laurent

 

voicemail.wav
voicemail.wav
voicemail.wav

Oleg Kulikov

unread,
Feb 13, 2012, 6:20:54 AM2/13/12
to mobicent...@googlegroups.com
On hearing it is pcma/pcmu miss match. Say data was alaw but interpreted as ulaw.

Oleg

13 февраля 2012 г. 14:15 пользователь Laurent Schweizer <laurent....@peoplefone.com> написал:

Laurent Schweizer

unread,
Feb 13, 2012, 8:52:15 AM2/13/12
to mobicent...@googlegroups.com

I have tried to only use pcma  so I have commented  in /home/mms/mms-server-svn/media/io/rtp/src/main/java/org/mobicents/media/server/impl/rtp/sdp/AVProfile.java other codec

 

   static {

        audio.add(pcma);

    //    audio.add(pcmu);

    //    audio.add(speex);

  //      audio.add(gsm);

//        audio.add(g729);

        audio.add(dtmf);

    }

 

 

But I still get sometimes the same issue

 

Any idea ?

 

Laurent

 

De : Oleg Kulikov [mailto:oleg.k...@gmail.com]
Envoyé : lundi 13 février 2012 12:21
À : mobicent...@googlegroups.com
Objet : Re: [mobicents-public] Call recording with MMS

Oleg Kulikov

unread,
Feb 13, 2012, 9:19:49 AM2/13/12
to mobicent...@googlegroups.com
It is a format mismatch between recorder and spliter so A/V profile modification will not fix this issue. Actually it happens to miss rates and it is known issue (and several others which potentialy exist) and I can fix it only in next release in a batch.

Oleg

13 февраля 2012 г. 16:52 пользователь Laurent Schweizer <laurent....@peoplefone.com> написал:

yulian_o

unread,
Feb 14, 2012, 10:05:12 AM2/14/12
to mobicents-public
Hi Laurent ,
Can you check if the issue persist with 2.2.0 CR2
It can be downloaded from here :
http://code.google.com/p/mediaserver/downloads/list

Best regards
Yulian Oifa

Laurent Schweizer

unread,
Feb 14, 2012, 10:13:49 AM2/14/12
to mobicent...@googlegroups.com
Hello,

I will do the test tomorrow and send you a feedback.

Laurent

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]
Envoyé : mardi 14 février 2012 16:05
À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Laurent Schweizer

unread,
Feb 16, 2012, 4:26:28 PM2/16/12
to mobicent...@googlegroups.com
Hello all,

I have done the test with this version and I have sometimes the same issue.

I have also see another problem, after some time (I see it after running 1
day) the file is completely not usable I mean we cannot open them with
windows media player, I have attached an example. I have restarted MMS and
was again ok.

Regards

Laurent

-----Message d'origine-----
De : Laurent Schweizer [mailto:laurent....@peoplefone.com]
Envoyé : mardi 14 février 2012 16:14
À : 'mobicent...@googlegroups.com'
Objet : RE: [mobicents-public] Re: Call recording with MMS

Hello,

I will do the test tomorrow and send you a feedback.

Laurent

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com] Envoyé : mardi 14 février 2012
16:05 À : mobicents-public Objet : [mobicents-public] Re: Call recording
with MMS

Hi Laurent ,

voicemail.wav

yulian_o

unread,
Feb 17, 2012, 8:13:28 AM2/17/12
to mobicents-public
Hi Laurent
I have commited new release at :
http://code.google.com/p/mediaserver/source/browse/

It optimizes a memory usage , and changed the transcoding logic
which in case can minimize an recording issues.

Please let me know if the issues persists.
If yes , especially that after some time a file is not readable please
let me know if you are using same filename for all recordings , or
using
different name each time. if its same file please try to use unique
name .

Best regards
Yulian Oifa

Laurent Schweizer

unread,
Feb 17, 2012, 8:21:00 AM2/17/12
to mobicent...@googlegroups.com
Thanks I will test this new version.

Regarding the filename, he is always different.

Laurent

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : vendredi 17 février 2012 14:13


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi Laurent

Laurent Schweizer

unread,
Feb 17, 2012, 8:49:23 AM2/17/12
to mobicent...@googlegroups.com
I have just installed the last version that you commit but file are not
readable

Any Idea ?

Laurent

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : vendredi 17 février 2012 14:13

À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi Laurent

90700663669_1329485708120.wav
90700663669_1329485923065.wav
90700663669_1329486252715.wav
90751715605_1329485691176.wav

yulian_o

unread,
Feb 17, 2012, 3:44:21 PM2/17/12
to mobicents-public
Hi
I have checked the files and its format problem.
If you will take a look at this link :
https://ccrma.stanford.edu/courses/422/projects/WaveFormat/

You will see that file should be started with RIFF(52 49 46 46)
While i am checking your files i see that they are started with 08 00

While checking recorded files that are created by jsr 309 tests i see
that file start is ok.

More then that if i paste first 44 bytes of data into begining of your
wav file
from other file , it becomes readable and can be played.

So bottom line its missing header problem.Looks like header is not
added to file and therefore
recorded file can not be readed.

I will make further inverstigations , and will post an update.
Best regards
Yulian Oifa

Laurent Schweizer

unread,
Feb 17, 2012, 5:47:52 PM2/17/12
to mobicent...@googlegroups.com
Thanks for the feedback

For info, I'm not using jsr 309 but MGCP.

With the 2.2.0 CR2 I don't have this error (or at least not after a
restart)

Regards

Laurent


-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : vendredi 17 février 2012 21:44


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi

yulian_o

unread,
Feb 17, 2012, 6:18:59 PM2/17/12
to mobicents-public
Hi
i have modified a recorder and commited a changes
Please try to use it now.
Also please let me know if the problem exists and whether or not you
receive a warning in this case.
Best regards
Yulian Oifa

Laurent Schweizer

unread,
Feb 19, 2012, 12:15:32 PM2/19/12
to mobicent...@googlegroups.com
Hello,

I do the test and same problem.

I also just see that the initial test that I have done with the 2.2.0-CR2
was not correct, (error in the script path ) so I have started the other
version ( SVN trunk) .

I do again the test with 2.2.0-CR2 and I see the same problem, sorry for
the wrong information

Regards

Laurent

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : samedi 18 février 2012 00:19


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi

yulian_o

unread,
Feb 19, 2012, 12:31:31 PM2/19/12
to mobicents-public
Hi Laurent
Do you receive an warning in log files (WARNING!INVALID POSITION)?
Its important to know since its either heapbuffer problem and in
this case warning should be there , or file output channel.

Best regards
Yulian Oifa

Ivelin Ivanov

unread,
Feb 20, 2012, 3:55:04 PM2/20/12
to mobicent...@googlegroups.com
Lauren,

Did you mean git trunk instead of SVN trunk? MMS 2.2 is hosted on git:

Ivelin

Laurent Schweizer

unread,
Feb 21, 2012, 5:20:45 PM2/21/12
to mobicent...@googlegroups.com
Hi Yulian,

No no warning.

bellow log of MMS and after MGCP trace from jain-slee to MMS

I have also attached the recorded file .

Best regards
Laurent

23:09:08,981 INFO [Configuration] Configuring
/home/mms/mms-server-2.2.0-CR2/git/mediaserver/bootstrap/target/mms-server.d
ir/deploy/server-beans.xml
23:09:09,019 INFO [Scheduler] Starting
23:09:09,020 INFO [Scheduler] Started
23:09:09,040 INFO [UdpManager] Initialized UDP interface[unknown]: bind
address=10.1.1.82
23:09:09,069 INFO [Server] Creating RTP Manager
23:09:09,070 INFO [MGCP] Set server
23:09:09,070 INFO [MGCP] Set scheduler:
org.mobicents.media.server.scheduler.Scheduler@30c06258
23:09:09,075 INFO [MGCP] Starting MGCP controller
23:09:09,075 INFO [MGCP] Starting MGCP provider
23:09:09,080 INFO [MgcpProvider] Opening channel
23:09:09,083 INFO [MgcpProvider] Binding channel to 10.1.1.82:2427
23:09:09,098 INFO [MGCP] Controller started
23:09:09,116 INFO [Server] Installing mobicents/aap/1
23:09:09,177 INFO [MGCP] Endpoint restarted: mobicents/aap/1
23:09:09,177 INFO [Server] Installing mobicents/aap/2
23:09:09,185 INFO [MGCP] Endpoint restarted: mobicents/aap/2
23:09:09,185 INFO [Server] Installing mobicents/aap/3
23:09:09,193 INFO [MGCP] Endpoint restarted: mobicents/aap/3
23:09:09,193 INFO [Server] Installing mobicents/aap/4
23:09:09,201 INFO [MGCP] Endpoint restarted: mobicents/aap/4
23:09:09,201 INFO [Server] Installing mobicents/aap/5
23:09:09,209 INFO [MGCP] Endpoint restarted: mobicents/aap/5
23:09:09,209 INFO [Server] Installing mobicents/aap/6
23:09:09,217 INFO [MGCP] Endpoint restarted: mobicents/aap/6
23:09:09,217 INFO [Server] Installing mobicents/aap/7
23:09:09,224 INFO [MGCP] Endpoint restarted: mobicents/aap/7
23:09:09,224 INFO [Server] Installing mobicents/aap/8
23:09:09,232 INFO [MGCP] Endpoint restarted: mobicents/aap/8
23:09:09,232 INFO [Server] Installing mobicents/aap/9
23:09:09,239 INFO [MGCP] Endpoint restarted: mobicents/aap/9
23:09:09,239 INFO [Server] Installing mobicents/aap/10
23:09:09,246 INFO [MGCP] Endpoint restarted: mobicents/aap/10
23:09:09,254 INFO [Server] Installing mobicents/ivr/1
23:09:09,268 INFO [MGCP] Endpoint restarted: mobicents/ivr/1
23:09:09,268 INFO [Server] Installing mobicents/ivr/2
23:09:09,276 INFO [MGCP] Endpoint restarted: mobicents/ivr/2
23:09:09,276 INFO [Server] Installing mobicents/ivr/3
23:09:09,284 INFO [MGCP] Endpoint restarted: mobicents/ivr/3
23:09:09,284 INFO [Server] Installing mobicents/ivr/4
23:09:09,292 INFO [MGCP] Endpoint restarted: mobicents/ivr/4
23:09:09,292 INFO [Server] Installing mobicents/ivr/5
23:09:09,299 INFO [MGCP] Endpoint restarted: mobicents/ivr/5
23:09:09,299 INFO [Server] Installing mobicents/ivr/6
23:09:09,308 INFO [MGCP] Endpoint restarted: mobicents/ivr/6
23:09:09,308 INFO [Server] Installing mobicents/ivr/7
23:09:09,316 INFO [MGCP] Endpoint restarted: mobicents/ivr/7
23:09:09,316 INFO [Server] Installing mobicents/ivr/8
23:09:09,324 INFO [MGCP] Endpoint restarted: mobicents/ivr/8
23:09:09,324 INFO [Server] Installing mobicents/ivr/9
23:09:09,331 INFO [MGCP] Endpoint restarted: mobicents/ivr/9
23:09:09,332 INFO [Server] Installing mobicents/ivr/10
23:09:09,339 INFO [MGCP] Endpoint restarted: mobicents/ivr/10
23:09:09,347 INFO [Server] Installing mobicents/cnf/1
23:09:09,395 INFO [MGCP] Endpoint restarted: mobicents/cnf/1
23:09:09,395 INFO [Server] Installing mobicents/cnf/2
23:09:09,415 INFO [MGCP] Endpoint restarted: mobicents/cnf/2
23:09:09,415 INFO [Server] Installing mobicents/cnf/3
23:09:09,435 INFO [MGCP] Endpoint restarted: mobicents/cnf/3
23:09:09,435 INFO [Server] Installing mobicents/cnf/4
23:09:09,455 INFO [MGCP] Endpoint restarted: mobicents/cnf/4
23:09:09,455 INFO [Server] Installing mobicents/cnf/5
23:09:09,476 INFO [MGCP] Endpoint restarted: mobicents/cnf/5
23:09:09,476 INFO [Server] Installing mobicents/cnf/6
23:09:09,496 INFO [MGCP] Endpoint restarted: mobicents/cnf/6
23:09:09,496 INFO [Server] Installing mobicents/cnf/7
23:09:09,516 INFO [MGCP] Endpoint restarted: mobicents/cnf/7
23:09:09,516 INFO [Server] Installing mobicents/cnf/8
23:09:09,535 INFO [MGCP] Endpoint restarted: mobicents/cnf/8
23:09:09,535 INFO [Server] Installing mobicents/cnf/9
23:09:09,554 INFO [MGCP] Endpoint restarted: mobicents/cnf/9
23:09:09,554 INFO [Server] Installing mobicents/cnf/10
23:09:09,572 INFO [MGCP] Endpoint restarted: mobicents/cnf/10
23:09:09,579 INFO [Server] Installing mobicents/bridge/1
23:09:09,586 INFO [MGCP] Endpoint restarted: mobicents/bridge/1
23:09:09,586 INFO [Server] Installing mobicents/bridge/2
23:09:09,593 INFO [MGCP] Endpoint restarted: mobicents/bridge/2
23:09:09,593 INFO [Server] Installing mobicents/bridge/3
23:09:09,600 INFO [MGCP] Endpoint restarted: mobicents/bridge/3
23:09:09,600 INFO [Server] Installing mobicents/bridge/4
23:09:09,607 INFO [MGCP] Endpoint restarted: mobicents/bridge/4
23:09:09,607 INFO [Server] Installing mobicents/bridge/5
23:09:09,614 INFO [MGCP] Endpoint restarted: mobicents/bridge/5
23:09:09,614 INFO [Server] Installing mobicents/bridge/6
23:09:09,620 INFO [MGCP] Endpoint restarted: mobicents/bridge/6
23:09:09,620 INFO [Server] Installing mobicents/bridge/7
23:09:09,627 INFO [MGCP] Endpoint restarted: mobicents/bridge/7
23:09:09,627 INFO [Server] Installing mobicents/bridge/8
23:09:09,634 INFO [MGCP] Endpoint restarted: mobicents/bridge/8
23:09:09,634 INFO [Server] Installing mobicents/bridge/9
23:09:09,641 INFO [MGCP] Endpoint restarted: mobicents/bridge/9
23:09:09,641 INFO [Server] Installing mobicents/bridge/10
23:09:09,647 INFO [MGCP] Endpoint restarted: mobicents/bridge/10
23:09:09,647 INFO [Server] Installing mobicents/bridge/11
23:09:09,654 INFO [MGCP] Endpoint restarted: mobicents/bridge/11
23:09:09,654 INFO [Server] Installing mobicents/bridge/12
23:09:09,661 INFO [MGCP] Endpoint restarted: mobicents/bridge/12
23:09:09,661 INFO [Server] Installing mobicents/bridge/13
23:09:09,668 INFO [MGCP] Endpoint restarted: mobicents/bridge/13
23:09:09,668 INFO [Server] Installing mobicents/bridge/14
23:09:09,674 INFO [MGCP] Endpoint restarted: mobicents/bridge/14
23:09:09,674 INFO [Server] Installing mobicents/bridge/15
23:09:09,681 INFO [MGCP] Endpoint restarted: mobicents/bridge/15
23:09:09,687 INFO [Server] Installing mobicents/relay/1
23:09:09,694 INFO [MGCP] Endpoint restarted: mobicents/relay/1
23:09:09,694 INFO [MainDeployer] Calling Garbage collector to clear init
data
23:09:09,839 INFO [MainDeployer] [[[[[[[[[ Mobicents Media Server:
release.version=${pom.version} Started ]]]]]]]]]
23:09:23,531 INFO [MGCP] tx=562596304 Started, message= CRCX
mobicents/ivr/$@10.1.1.82:2427, call agent = /10.1.1.82:2727
FormatsRTPFormats{8 AudioFormat[PCMA,8000,8,mono],0
AudioFormat[PCMU,8000,8,mono],18 AudioFormat[G729,8000,mono],101
AudioFormat[telephone-event,8000,mono],98 AudioFormat[G726-32,8000,mono]}
23:09:23,610 INFO [MGCP] tx=562596304 was executed normaly
23:09:23,721 INFO [MGCP] tx=562596305 Started, message= RQNT
mobicents/ivr/1...@10.1.1.82:2427, call agent = /10.1.1.82:2727
23:09:23,741 INFO [JitterBuffer] Format has been changed: 8
AudioFormat[pcma,8000,8,mono]
23:09:23,783 INFO [PlayRecord] (mobicents/ivr/1) Prepare digit collect
phase
23:09:23,783 INFO [PlayRecord] (mobicents/ivr/1) Start prompt phase
23:09:23,802 INFO [DtmfBuffer] (mobicents/ivr/1) Flush, buffer size: 0
23:09:23,802 INFO [MGCP] tx=562596305 was executed normaly
23:09:27,341 INFO [PlayRecord] (mobicents/ivr/1) Processing player next
with url - file:///home/peoplefone/sound/beep.wav
23:09:27,782 INFO [AudioPlayerImpl] End of file reached
23:09:27,782 INFO [PlayRecord] (mobicents/ivr/1) Prompt phase terminated,
start collect/record phase
23:09:33,201 INFO [MGCP] tx=562596306 Started, message= RQNT
mobicents/ivr/1...@10.1.1.82:2427, call agent = /10.1.1.82:2727
23:09:33,201 INFO [MGCP] tx=562596307 Started, message= DLCX
mobicents/ivr/1...@10.1.1.82:2427, call agent = /10.1.1.82:2727
!!!!!!!!!! Writting to file......................
!!!!!!!!!! Size=87040
Was copied 87040 bytes
23:09:33,257 INFO [MGCP] tx=562596307 was executed normaly
23:09:33,261 INFO [MGCP] tx=562596306 was executed normaly
^CShutting down
23:09:40,659 INFO [MGCP] Controller stopped
23:09:40,659 INFO [MGCP] Set server
23:09:40,660 INFO [MGCP] Set scheduler: null
23:09:40,660 INFO [Server] Stopping UDP Manager
23:09:40,660 INFO [UdpManager] Stopped
23:09:40,660 INFO [Server] Stopping scheduler
23:09:40,700 INFO [Server] Stopped media server instance
23:09:40,763 INFO [MainDeployer] Stopped
[root@voicemail bin]#

U 10.1.1.82:2727 -> 10.1.1.82:2427
CRCX 562596304 mobicents/ivr/$@10.1.1.82:2427 MGCP 1.0
C: 6
M: sendrecv

v=0.
o=Dialogic_SDP 208307 0 IN IP4 95.128.80.5.
s=Dialogic-SIP.
c=IN IP4 95.128.80.5.
t=0 0.
m=audio 16468 RTP/AVP 8 0 98 18 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=fmtp:18 annexb=yes.
a=rtpmap:98 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=silenceSupp:off - - - -.


U 10.1.1.82:2427 -> 10.1.1.82:2727
200 562596304 Success
I:cdfa64fc3ef8b
Z:mobicents/ivr/1...@10.1.1.82:2427

v=0
o=- 1329862163586 1 IN IP4 10.1.1.82
s=Mobicents Media Server
c=IN IP4 10.1.1.82
t=0 0
m=audio 65532 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15


U 10.1.1.82:2727 -> 10.1.1.82:2427
RQNT 562596305 mobicents/ivr/1...@10.1.1.82:2427 MGCP 1.0
N:10.1...@10.1.1.82:2727
X:f
S:AU/pr(ip=file:///home/peoplefone/sound/users/announcement/90751715605_welc
ome.wav;file:///home/peoplefone/sound/beep.wav
ri=file:///home/peoplefone/sound/users/record/90751715605_1329862163681.wav
rlt=60000 mn=1)
R:AU/oc (N),AU/of (N)


U 10.1.1.82:2427 -> 10.1.1.82:2727
200 562596305 Success


U 10.1.1.82:2727 -> 10.1.1.82:2427
RQNT 562596306 mobicents/ivr/1...@10.1.1.82:2427 MGCP 1.0
N:10.1...@10.1.1.82:2727
X:10


U 10.1.1.82:2727 -> 10.1.1.82:2427
DLCX 562596307 mobicents/ivr/1...@10.1.1.82:2427 MGCP 1.0
C:6
I:cdfa64fc3ef8b


U 10.1.1.82:2427 -> 10.1.1.82:2727
200 562596306 Success


U 10.1.1.82:2427 -> 10.1.1.82:2727
200 562596307 Success
I:cdfa64fc3ef8b
P:PS=0, PR=0

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : dimanche 19 février 2012 18:32


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi Laurent

90751715605_1329862163681.wav

yulian_o

unread,
Feb 21, 2012, 6:38:08 PM2/21/12
to mobicents-public
Hi I have commited a changes.
Please try to use revision 9a190e048cae ( latest )
Best regards
Yulian Oifa

Laurent Schweizer

unread,
Feb 22, 2012, 3:13:10 AM2/22/12
to mobicent...@googlegroups.com
Hi Yulian,

Thanks ! I just do the test with your last commit and it's ok now.

I will do more test today and I will give you a feedback this afternoon.

Best regards

Laurent


-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : mercredi 22 février 2012 00:38


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi I have commited a changes.

yulian_o

unread,
Feb 22, 2012, 4:35:21 AM2/22/12
to mobicents-public
Fantastic !
Just to let you know there is a bug in FileChannel used by java.
While using write operation and then transferto operation it not
always writes both parts of data , with some kernels the first write
operation data
is discarded.
I added a force call to make sure it writes data to file , and also
changed from
transferto to transferfrom function , which allows to set the index
( position ) to which
data should be written.

Best regards
Yulian oifa

Laurent Schweizer

unread,
Feb 22, 2012, 5:04:02 AM2/22/12
to mobicent...@googlegroups.com
Thanks for the info,

Just a question, is that possible to retrieve the record duration with MGCP.

Actually before recording a message I play a announce (all in one MGCP
request) and as the announce can be a personal announce (so with different
duration) I cannot calculate the record duration .

So is that possible to get with MGCP the real record duration , the idea is
to not send/use record less that 1 or 2 seconds. If not I will do the record
in 2 step, one to play the announce and one to record the message.

Best regards

Laurent


-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : mercredi 22 février 2012 10:35


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Fantastic !

yulian_o

unread,
Feb 22, 2012, 5:15:22 AM2/22/12
to mobicents-public
Hi Laurent
The only option that exists in mgcp au packate is ap return
parameter , this way you will know how much
time was the announcement itself.
Take a look at : http://tools.ietf.org/html/rfc2897 6. Return
Parameters

But i guess it gives you nothing since it does not gives any data
about recording.

Best regards
Yulian Oifa

Laurent Schweizer

unread,
Feb 22, 2012, 12:01:19 PM2/22/12
to mobicent...@googlegroups.com
Hello,

All seems working perfectly with your last commit

Many thanks

Laurent

-----Message d'origine-----
De : yulian_o [mailto:oifa....@gmail.com]

Envoyé : mercredi 22 février 2012 11:15


À : mobicents-public
Objet : [mobicents-public] Re: Call recording with MMS

Hi Laurent

Ivelin Ivanov

unread,
Feb 22, 2012, 4:16:18 PM2/22/12
to mobicent...@googlegroups.com
Laurent,

Wouldn't it be wiser to split the play and record in two steps anyways, because if they are mixed, it is almost certain that you will be recording silence while the user is listening to the announcement?

Ivelin

Laurent Schweizer

unread,
Feb 23, 2012, 3:09:25 PM2/23/12
to mobicent...@googlegroups.com

Hi,

 

Yes I will split in two steps  but I think that the record is only starting after all announcement contained in the  playlist are completely played .

 

Regards

 

Laurent

 

 

De : Ivelin Ivanov [mailto:ivelin.atan...@gmail.com]
Envoyé : mercredi 22 février 2012 22:16
À : mobicent...@googlegroups.com
Objet : Re: [mobicents-public] Re: Call recording with MMS

Brad Porter

unread,
Feb 23, 2012, 3:28:20 PM2/23/12
to mobicent...@googlegroups.com
This is the case. The record phase only starts after the prompt phase
has finished, in the single 'pr' call.

-brad

Ivelin Ivanov

unread,
Feb 27, 2012, 7:18:37 PM2/27/12
to mobicent...@googlegroups.com
Thank you both for clarifying. I learned something new.

Would you be interested in sharing a simple example of your application on a blog post or the MMS wiki? Implementing these advanced IVR use cases would be of interest to a broader audience: call recording, fast forward, pattern matching...

Ivelin
Reply all
Reply to author
Forward
0 new messages