Ronald Wiplinger
2005-Apr-08 13:20 UTC
[Asterisk-Users] Warning, flexible rate not heavily tested!
Any idea? -- SIP Seeding peers from Astdb: '33668888' at 33668888@220.130.34.108:64440 for 3600 -- Saved useragent "Sipcom/ATA2000-1.6.11" for peer 33668888 -- SIP Seeding peers from Astdb: '886229421761' at 886229421761@61.218.36.50:5060 for 3600 -- Saved useragent "Grandstream BT100 1.0.5.18" for peer 886229421761 Ouch ... error while writing audio data: : Broken pipe Warning, flexible rate not heavily tested! Segmentation fault (core dumped)
Can someone help on the marco? when I use this marc to dial out it connects the call just fine, but never executes the voice-rec marco. Chris [macro-dialout-trunk-rec] exten => s,1,GotoIf($[foo${ECID${CALLERIDNUM}} = foo]?4) ;check for CID override for exten exten => s,2,SetCallerID(${ECID${CALLERIDNUM}}) exten => s,3,Goto(6) exten => s,4,GotoIf($[foo${OUTCID_${ARG1}} = foo]?6) ;check for CID override for trunk exten => s,5,SetCallerID(${OUTCID_${ARG1}}) exten => s,6,SetGroup(OUT_${ARG1}) exten => s,7,CheckGroup(${OUTMAXCHANS_${ARG1}}) ; if we've used up the max channels, continue at 108 (n+101) exten => s,8,SetVar(DIAL_NUMBER=${ARG2}) exten => s,9,SetVar(DIAL_TRUNK=${ARG1}) exten => s,10,AGI(fixlocalprefix) ; this sets DIAL_NUMBER to the proper dial string for this trunk exten => s,11,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP}) exten => s,12,NoOp(${ARG1}) exten => s,13,Monitor(wav,${CALLFILENAME},m) exten => s,14,Dial(${OUT_${ARG1}}/${OUTPREFIX_${ARG1}}${DIAL_NUMBER},60,M(voicerec^${DIAL_NUMBER})) ; if dial fails (ie, all channels are busy), continue at 112 (n+101) ; we should only get here if the call was successful (?) ;exten => s,9,Congestion ; exit points for macro exten => s,108,NoOp(max channels used up) exten => s,112,NoOp(dial failed) [marco-voicerec] exten => s,1,noop(${ARG1}) exten => s,2,Background(custom/recordwarn) Regards, Chris
Eric Wieling
2005-Apr-08 19:05 UTC
[Asterisk-Users] Warning, flexible rate not heavily tested!
Ronald Wiplinger wrote:> Any idea? > > > -- SIP Seeding peers from Astdb: '33668888' at > 33668888@220.130.34.108:64440 for 3600 > -- Saved useragent "Sipcom/ATA2000-1.6.11" for peer 33668888 > -- SIP Seeding peers from Astdb: '886229421761' at > 886229421761@61.218.36.50:5060 for 3600 > -- Saved useragent "Grandstream BT100 1.0.5.18" for peer 886229421761 > Ouch ... error while writing audio data: : Broken pipe > Warning, flexible rate not heavily tested! > Segmentation fault (core dumped)This is not an Asterisk message. It's a mpg123 message. -- Always do right. This will gratify some people and astonish the rest. Mark Twain
Ronald Wiplinger
2005-Apr-17 00:36 UTC
[Asterisk-Users] Warning, flexible rate not heavily tested!
Any idea? -- SIP Seeding peers from Astdb: '33668888' at 33668888@220.130.34.108:64440 for 3600 -- Saved useragent "Sipcom/ATA2000-1.6.11" for peer 33668888 -- SIP Seeding peers from Astdb: '886229421761' at 886229421761@61.218.36.50:5060 for 3600 -- Saved useragent "Grandstream BT100 1.0.5.18" for peer 886229421761 Ouch ... error while writing audio data: : Broken pipe Warning, flexible rate not heavily tested! Segmentation fault (core dumped) _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users