Asterisk busy tone after hangup

I configure a SPA112 and between lines 1 and 2 the calls and answers is ok (I receive, attend calls and hear the voice). When my cell phone call for any of the rows, is also okay. The problem is asterisk busy tone after hangup line 1
I’ve used iptables the, seep show peers (in asterisk 1.8) is ok, etc. … my dial plan is: (* xx | [3469] 11 | 0 | 00 | [2-9] xxxxxx | 1xxx [2-9] xxxxxxS0 | xxxxxxxxxxxx. )

e.g.: I’m using dyndns … Does the problem is with chan_dahdi.conf ???

thank you

If you are using SIP , you dont need to do nothing on chan_dahdi.conf

I don’t really understand what you are doing and what is going wrong. Please provide the dialplan and CLI output at at least verbosity 3.

I’ll call from line 1 to line 2. After I put the phone line 2 on hook (hang up) I hear the sound of busy phone and then the same sound only louder

I do everything in this:
pbxinaflash.com/community/index. … gnal.7314/

but is not solution

You didn’t provide the requested information.

neuberfranCLI> core set verbose 3
Verbosity is at least 3
== Using SIP RTP CoS mark 5
– Executing [1002@test:1] Dial(“SIP/1000-00000024”, “SIP/1002&SIP/1001&SIP/1004,40”) in new stack
== Using SIP RTP CoS mark 5
– Called SIP/1002
== Using SIP RTP CoS mark 5
– Called SIP/1001
[Apr 5 09:23:16] WARNING[2731]: chan_sip.c:5824 create_addr: Purely numeric hostname (1004), and not a peer–rejecting!
[Apr 5 09:23:16] WARNING[2731]: app_dial.c:2345 dial_exec_full: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
– SIP/1002-00000025 connected line has changed. Saving it until answer for SIP/1000-00000024
– SIP/1001-00000026 connected line has changed. Saving it until answer for SIP/1000-00000024
– SIP/1001-00000026 is ringing
– SIP/1002-00000025 is ringing
– SIP/1002-00000025 connected line has changed. Saving it until answer for SIP/1000-00000024
– SIP/1002-00000025 answered SIP/1000-00000024
– Remotely bridging SIP/1000-00000024 and SIP/1002-00000025
[Apr 5 09:23:27] WARNING[2731]: channel.c:5211 set_format: Unable to find a codec translation path from 0x100 (g729) to 0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5211 set_format: Unable to find a codec translation path from 0x100 (g729) to 0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5017 ast_write: Codec mismatch on channel SIP/1002-00000025 setting write format to g729 from ulaw native formats 0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5211 set_format: Unable to find a codec translation path from 0x4 (ulaw) to 0x100 (g729)
[Apr 5 09:23:27] WARNING[2731]: chan_sip.c:6919 sip_write: Asked to transmit frame type g729, while native formats is 0x4 (ulaw) read/write = 0x4 (ulaw)/0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5017 ast_write: Codec mismatch on channel SIP/1002-00000025 setting write format to g729 from ulaw native formats 0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5211 set_format: Unable to find a codec translation path from 0x4 (ulaw) to 0x100 (g729)
[Apr 5 09:23:27] WARNING[2731]: chan_sip.c:6919 sip_write: Asked to transmit frame type g729, while native formats is 0x4 (ulaw) read/write = 0x4 (ulaw)/0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5017 ast_write: Codec mismatch on channel SIP/1002-00000025 setting write format to g729 from ulaw native formats 0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5211 set_format: Unable to find a codec translation path from 0x4 (ulaw) to 0x100 (g729)
[Apr 5 09:23:27] WARNING[2731]: chan_sip.c:6919 sip_write: Asked to transmit frame type g729, while native formats is 0x4 (ulaw) read/write = 0x4 (ulaw)/0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5017 ast_write: Codec mismatch on channel SIP/1002-00000025 setting write format to g729 from ulaw native formats 0x4 (ulaw)
[Apr 5 09:23:27] WARNING[2731]: channel.c:5211 set_format: Unable to find a codec translation path from 0x4 (ulaw) to 0x100 (g729)
[Apr 5 09:23:27] WARNING[2731]: chan_sip.c:6919 sip_write: Asked to transmit frame type g729, while native formats is 0x4 (ulaw) read/write = 0x4 (ulaw)/0x4 (ulaw)
== Spawn extension (test, 1002, 1) exited non-zero on 'SIP/1000-00000024’
neuberfran
CLI> core set verbose 0

[test]
exten => _XXXX,1,Dial(SIP/1002&SIP/1001&SIP/1004,40)
exten => _XXXX,n,Playback(busy)
exten => _XXXX,n,Hangup

e.g.: I tried without Playback and error continued

Not having a licensed G.729 codec isn’t helping, but I think you are going to have to produce a full sip trace (sip set debug on, core set debug 5, and enable the full log in logger.conf).

Did the call work OK until the called party hung up? What is the precise timing relationship between the terminated non-zero line the changes between through audio, soft busy tone and loud busy tone?

HOw to enable the full log in logger.conf ???

[quote=“david55”]Not having a licensed G.729 codec isn’t helping, but I think you are going to have to produce a full sip trace (sip set debug on, core set debug 5, and enable the full log in logger.conf).

Did the call work OK until the called party hung up? What is the precise timing relationship between the terminated non-zero line the changes between through audio, soft busy tone and loud busy tone?[/quote]

answering: first question - Yes, work ok. Second question - 3 seconds (more or less)

The key part of the answer to the second question was the ordering relations. In particular, if it all happens after the exited non-zero, you can more or less rule out Asterisk.

HOw to enable the full log in logger.conf ???

Uncomment following from logger.conf and do logger reload

full => notice,warning,error,… …

–Satish Barot

159>CC_eventProc(), event: CC_EV_USR_TONEEND(0x7), lid: 0, par: 0, par2: 0x22c480
192.168.X.XXX 09/04 08:28:21.031
<143>AUD_ccEventProc: event 7 vid 0 par 0x0 par2 0x22c480
192.168.X.XXX 09/04 08:28:21.047
<159>callEventProcTable[6] is cepInvalidProc
192.168.X.XXX 09/04 08:28:21.078
<159>cepInvalidProc(line=0x1fdb28, call=0x1fdb2c, event=7(CC_EV_USR_TONEEND), par=0, par2=0x22c480)
192.168.X.XXX 09/04 08:28:21.094
<159>callEventProcTable[0] is cepIdleProc
192.168.X.XXX 09/04 08:28:21.110
<159>cepIdleProc(line=0x1fdb28, call=0x1fdd4c, event=7(CC_EV_USR_TONEEND), par=0, par2=0x22c480)
192.168.X.XXX 09/04 08:28:21.125
<159>cepIdleProc(), lid=0
192.168.X.XXX 09/04 08:28:21.141
<159>SLIC_stopRing
192.168.X.XXX 09/04 08:28:21.156
<159>SLIC_startTone 10
192.168.X.XXX 09/04 08:28:21.172
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:21.188
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:21.203
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:21.344
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:21.469
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:21.657
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:21.782
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:21.953
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:22.078
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:22.250
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:22.375
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:22.547
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:22.672
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:22.844
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:22.969
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:23.157
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:23.282
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:23.454
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:23.579
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:23.750
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:23.876
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:24.063
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:24.172
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:24.360
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:24.469
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:24.657
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:24.766
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:24.954
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:25.079
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:25.266
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:25.376
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:25.547
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:25.672
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:25.844
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:25.969
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:26.157
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:26.282
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:26.454
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:26.563
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:26.751
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:26.860
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:27.063
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:27.173
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:27.360
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:27.469
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:27.657
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:27.766
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:27.954
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:28.063
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:28.251
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:28.360
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:28.548
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:28.673
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:28.860
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:28.970
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:29.157
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:29.267
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:29.454
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:29.564
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:29.751
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:29.860
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:30.064
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:30.173
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:30.360
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:30.470
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:30.657
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:30.767
<159>uchSetMute(), ENABLE
192.168.X.XXX 09/04 08:28:30.954
<159>uchSetMute(), DISABLE
192.168.X.XXX 09/04 08:28:31.017
<159>CC_eventProc(), event: CC_EV_USR_TONEEND(0x7), lid: 0, par: 0, par2: 0x22c610
192.168.X.XXX 09/04 08:28:31.032
<143>AUD_ccEventProc: event 7 vid 0 par 0x0 par2 0x22c610
192.168.X.XXX 09/04 08:28:31.064
<159>callEventProcTable[6] is cepInvalidProc
192.168.X.XXX 09/04 08:28:31.079
<159>cepInvalidProc(line=0x1fdb28, call=0x1fdb2c, event=7(CC_EV_USR_TONEEND), par=0, par2=0x22c610)
192.168.X.XXX 09/04 08:28:31.095
<159>callEventProcTable[0] is cepIdleProc
192.168.X.XXX 09/04 08:28:31.110
<159>cepIdleProc(line=0x1fdb28, call=0x1fdd4c, event=7(CC_EV_USR_TONEEND), par=0, par2=0x22c610)
192.168.X.XXX 09/04 08:28:31.142
<159>cepIdleProc(), lid=0
192.168.X.XXX 09/04 08:28:31.157
<159>SLIC_stopRing
192.168.X.XXX 09/04 08:28:31.173
<159>SLIC_stopRing
192.168.X.XXX 09/04 08:28:31.189
<159>SLIC_stopTone
192.168.X.XXX 09/04 08:28:31.189
<151>DLG Terminated 2be5b0
192.168.X.XXX 09/04 08:28:33.267
<159>SIP_sessDlgEventProc: event: 40(SIP_EV_DLG_TERM), ucState: 4
192.168.X.XXX 09/04 08:28:33.299
<151>Sess Terminated
192.168.X.XXX 09/04 08:28:33.314
<159>[AUD]Release UCH node for AUD_LINE 1.
192.168.X.XXX 09/04 08:28:33.345
<159>AUD_LINE 1 has no associated UCH node.
192.168.X.XXX 09/04 08:28:33.361
<134>SIP_tsInviteClientEventProc(event:2)
192.168.X.XXX 09/04 08:28:33.377
<134>SIP_sessTsEventProc(event:31)
192.168.X.XXX 09/04 08:28:33.408
<151>DLG Terminated 2be644
192.168.X.XXX 09/04 08:28:38.018
<159>SIP_sessDlgEventProc: event: 40(SIP_EV_DLG_TERM), ucState: 4
192.168.X.XXX 09/04 08:28:38.049
<151>Sess Terminated
192.168.X.XXX 09/04 08:28:38.065

My codec G.729 is licensed