Don't know how to indicate condition 33

Hello,
I’m trying to transfer calls from a Huawei GSM dongle to an external SIP extension, and get the following error “Don’t know how to indicate condition 33”. The calls coming from the GSM are not passing through, although the calls coming from an internal extension work fine. Any help would be greatly appreciated.

Some extra info:

  • FreePBX 2.11.0.10 with Asterisk 11.5.1, on RasPBX 3.6.11.
  • GSM gateway is a Huawei E169 dongle connected via chan_dongle

Here’s the log:
Dial(“Dongle/dongle0-0100000009”, “SIP/[email protected],300,”) in new stack
[2013-10-20 10:56:15] VERBOSE[5675][C-0000001d] netsock2.c: == Using SIP RTP TOS bits 184
[2013-10-20 10:56:15] VERBOSE[5675][C-0000001d] netsock2.c: == Using SIP RTP CoS mark 5
[2013-10-20 10:56:15] VERBOSE[5675][C-0000001d] app_dial.c: – Called SIP/[email protected]
[2013-10-20 10:56:15] WARNING[5675][C-0000001d] channel.c: [Dongle/dongle0-0100000009] Don’t know how to indicate condition 33
[2013-10-20 10:56:15] VERBOSE[5675][C-0000001d] app_dial.c: – No one is available to answer at this time (1:0/0/0)
[2013-10-20 10:56:15] VERBOSE[5675][C-0000001d] pbx.c: – Executing [tcustom@ext-trunk:12] Hangup(“Dongle/dongle0-0100000009”, “”) in new stack
[2013-10-20 10:56:15] VERBOSE[5675][C-0000001d] pbx.c: == Spawn extension (ext-trunk, tcustom, 12) exited non-zero on ‘Dongle/dongle0-0100000009’

And here’s a similar log from an internal extension (working fine):
Dial(“SIP/102-0000002b”, “SIP/[email protected],300,”) in new stack
[2013-10-20 10:57:15] VERBOSE[5679][C-0000001e] netsock2.c: == Using SIP RTP TOS bits 184
[2013-10-20 10:57:15] VERBOSE[5679][C-0000001e] netsock2.c: == Using SIP RTP CoS mark 5
[2013-10-20 10:57:15] VERBOSE[5679][C-0000001e] app_dial.c: – Called SIP/[email protected]
[2013-10-20 10:57:15] VERBOSE[5679][C-0000001e] app_dial.c: – SIP/192.168.10.10-0000002c is ringing
[2013-10-20 10:57:17] VERBOSE[5679][C-0000001e] app_macro.c: == Spawn extension (macro-dialout-trunk, s, 30) exited non-zero on ‘SIP/102-0000002b’ in macro ‘dialout-trunk’
[2013-10-20 10:57:17] VERBOSE[5679][C-0000001e] pbx.c: == Spawn extension (from-internal, 9, 6) exited non-zero on ‘SIP/102-0000002b’
[2013-10-20 10:57:17] VERBOSE[5679][C-0000001e] pbx.c: – Executing [h@from-internal:1] Hangup(“SIP/102-0000002b”, “”) in new stack
[2013-10-20 10:57:17] VERBOSE[5679][C-0000001e] pbx.c: == Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/102-0000002b’

Thanks!!!

This is a channel dongle issues as that is what is generating the error.

Since we don’t install, support or include channel_dongle with FreePBX Distro you will have to use support provided by the modules developers.

Also if this is not a distro it certainly is not a FreePBX question.