It looks like some calls are just dropping on both users. I am not sure, but could it be related to this error?:
channel.c: Didn't get a frame from channel: SIP/418-xxxxxxxx
Here is a log fragment:
[Oct 16 07:09:05] DEBUG[31946] rtp.c: Ooh, format changed from unknown to ulaw
[Oct 16 07:09:05] DEBUG[31946] rtp.c: Created smoother: format: 4 ms: 20 len: 160
[Oct 16 07:09:51] DEBUG[31946] channel.c: Didn’t get a frame from channel: SIP/418-083f9890
[Oct 16 07:09:51] DEBUG[31946] channel.c: Bridge stops bridging channels SIP/418-083f9890 and Zap/4-1
[Oct 16 07:09:51] DEBUG[31946] channel.c: Hanging up channel ‘Zap/4-1’
[Oct 16 07:09:51] DEBUG[31946] chan_zap.c: zt_hangup(Zap/4-1)
[Oct 16 07:09:51] DEBUG[31946] chan_zap.c: Hangup: channel: 4 index = 0, normal = 21, callwait = -1, thirdcall = -1
[Oct 16 07:09:51] DEBUG[31946] chan_zap.c: disabled echo cancellation on channel 4
[Oct 16 07:09:51] DEBUG[31946] chan_zap.c: Set option TDD MODE, value: OFF(0) on Zap/4-1
[Oct 16 07:09:51] DEBUG[31946] chan_zap.c: Updated conferencing on 4, with 0 conference users
[Oct 16 07:09:51] DEBUG[31946] rtp.c: Channel ‘’ has no RTP, not doing anything
[Oct 16 07:09:51] DEBUG[31946] app_dial.c: Exiting with DIALSTATUS=ANSWER.
[Oct 16 07:09:51] DEBUG[31946] app_macro.c: Spawn extension (macro-dialout-trunk,s,16) exited non-zero on ‘SIP/418-083f9890’ in macro ‘dialout-trunk’
[Oct 16 07:09:51] DEBUG[31946] pbx.c: Spawn extension (macro-dialout-trunk,s,16) exited non-zero on ‘SIP/418-083f9890’
[Oct 16 07:09:51] DEBUG[31946] pbx.c: Launching ‘Macro’
[Oct 16 07:09:51] DEBUG[31946] pbx.c: Launching ‘ResetCDR’
[Oct 16 07:09:51] DEBUG[31946] cdr_addon_mysql.c: cdr_mysql: inserting a CDR record.
[Oct 16 07:09:51] DEBUG[31946] cdr_addon_mysql.c: cdr_mysql: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode) VALUES (‘2006-10-16 07:09:01’,’“User 418” <418>’,‘418’,‘983760000’,‘from-internal’, ‘SIP/418-083f9890’,‘Zap/4-1’,‘ResetCDR’,‘w’,50,46,‘ANSWERED’,3,’’)
[Oct 16 07:09:51] DEBUG[31946] pbx.c: Launching ‘NoCDR’
[Oct 16 07:09:51] WARNING[31946] cdr.c: CDR on channel ‘SIP/418-083f9890’ not posted
[Oct 16 07:09:51] WARNING[31946] cdr.c: CDR on channel ‘SIP/418-083f9890’ lacks end
[Oct 16 07:09:51] DEBUG[31946] pbx.c: Launching ‘Wait’
[Oct 16 07:09:51] DEBUG[31946] app_macro.c: Spawn extension (macro-hangupcall,s,3) exited non-zero on ‘SIP/418-083f9890’ in macro ‘hangupcall’
[Oct 16 07:09:51] DEBUG[31946] pbx.c: Spawn extension (macro-hangupcall,s,3) exited non-zero on ‘SIP/418-083f9890’
[Oct 16 07:09:51] DEBUG[31946] channel.c: Hanging up channel ‘SIP/418-083f9890’
[Oct 16 07:09:51] DEBUG[31946] chan_sip.c: Hangup call SIP/418-083f9890, SIP callid 88d9a553d9b8752a@192.168.21.104)
None of the equipment or settings have changed. Just asterisk from 1.2.9 to 1.4Beta2.
Any ideas?
TIA