What I am asking you for is a a step by step exact commands you are doing.<br><br>Give me the verbatim description of what you do.<br>what exact commands to you send to the socket and exact apps with args you execute in the dialplan.<br>
<br>are you on irc, or im so i can ask you more questions live?<br><br><br><br><div class="gmail_quote">On Fri, Jan 9, 2009 at 2:03 PM, Peter P GMX <span dir="ltr">&lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I investigated a bit more in this.<br>
<br>
If I use my event_socket app, it does bridge but event_socket stays in<br>
the line. I tested the following scenarios:<br>
- bridge openzap with openzap<br>
- bridge openzap with sip<br>
- bridge sip with sip<br>
So it&#39;s not an openzap-Issue.<br>
<br>
Before I bridge, I transfer both legs of the call into park and then<br>
bridge via uuid_bridge.<br>
<br>
Still I have no idea why this is different from a former intstallation.<br>
<br>
Best regards Peter<br>
<font color="#888888"><br>
Peter P GMX schrieb:<br>
</font><div><div></div><div class="Wj3C7c">&gt; Yes, I am doing it via event &nbsp;socket.<br>
&gt; On a system with pure SIP it works, but on a system where on both logs<br>
&gt; openzap is used, it doesn&#39;t work. So maybe it&#39;s an openzap problem?<br>
&gt; I do the following via event &nbsp;socket:<br>
&gt; &nbsp; &nbsp; Leg B is doing the bridge via &quot;uuid_bridge &lt;uuid_leg A&gt; &lt;uuid_leg<br>
&gt; B&gt;&quot; while leg A is playing a soundfile via uuid_playback<br>
&gt; I can see on the FS side that FS tries to bridge and then then does an<br>
&gt; unbridge: (see also at the end of this mail history)<br>
&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt;<br>
&gt;<br>
&gt; I recognized that my application detects the bridge approach and<br>
&gt; initiates the playback of another sound file. This causes, that the<br>
&gt; soundfile is played, and so the parties cannot hear each other. I<br>
&gt; changed the behaviour of my application, so that it doesn&#39;t try to play<br>
&gt; another sound file. Now both legs can hear each other.<br>
&gt; So the call is bridged, although FS indicates a different message.<br>
&gt;<br>
&gt; The most important part for my application is though, that for me FS<br>
&gt; doesn&#39;t really complete the bridge so that event socket is still in the<br>
&gt; loop. This keeps 2 connections for event socket open and blocks<br>
&gt; resources (I am working with Ruby and eventmachine, there is a limit of<br>
&gt; 20 simultaneous connections).<br>
&gt;<br>
&gt;<br>
&gt; Best regards<br>
&gt; Peter<br>
&gt;<br>
&gt;<br>
&gt; Anthony Minessale schrieb:<br>
&gt;<br>
&gt;&gt; how are you exactly doing this?<br>
&gt;&gt; with event socket?<br>
&gt;&gt;<br>
&gt;&gt; can you give a more detailed account of exactly what commands you are<br>
&gt;&gt; sending extensions used etc.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jan 7, 2009 at 5:00 AM, Peter P GMX &lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Hello Anthony,<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; I updated to SNV=11084 and still have the problem. The behaviour is<br>
&gt;&gt; &nbsp; &nbsp; slightly changed now.<br>
&gt;&gt; &nbsp; &nbsp; Step 4+5 (a s below in my mail)<br>
&gt;&gt; &nbsp; &nbsp; 4) When I bridge A and B, A and B canNOT hear each other (e.g. for 1/2<br>
&gt;&gt; &nbsp; &nbsp; sec). A continues to hear its messages, B does not hear anything<br>
&gt;&gt; &nbsp; &nbsp; 5) When I hangup B then A is still active and does not recognize<br>
&gt;&gt; &nbsp; &nbsp; hangup<br>
&gt;&gt; &nbsp; &nbsp; of B.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; At former times, when the call was bridged, I had an &quot;unbind&quot; for each<br>
&gt;&gt; &nbsp; &nbsp; call on the event_socket interface, so event_socket was out of the<br>
&gt;&gt; &nbsp; &nbsp; loop<br>
&gt;&gt; &nbsp; &nbsp; after uuid_bridge. Now I have an &quot;unbind&quot; for each party only at the<br>
&gt;&gt; &nbsp; &nbsp; time when the party hangs up.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Best regards<br>
&gt;&gt; &nbsp; &nbsp; Peter<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Anthony Minessale schrieb:<br>
&gt;&gt; &nbsp; &nbsp; &gt; update one more time and see how that is<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; On Tue, Jan 6, 2009 at 12:25 PM, Peter P GMX<br>
&gt;&gt; &nbsp; &nbsp; &lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a> &lt;mailto:<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &lt;mailto:<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a> &lt;mailto:<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; wrote:<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; One more info:<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; I have updated to the newest SVN version of FS.<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; A and B can actually hear each other (just a bit, some<br>
&gt;&gt; &nbsp; &nbsp; scratching)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; while<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; the announcement to A is very slow (~50% speed) and very choppy.<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Best regards<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; peter<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Peter P GMX schrieb:<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; I have setup a test machine and a production machine. Since<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; recently the<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; production machine behaves differently in terms of uuid<br>
&gt;&gt; &nbsp; &nbsp; bridge.<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; How it should work (and how it worked before)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 1) call A comes in<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 2) I play some messages to A<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 3) In the meantime I originate a call to B and transfer<br>
&gt;&gt; &nbsp; &nbsp; to an<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; extension, where also some messages are played<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 4) Then I bridge A and B, so they are dropped off the<br>
&gt;&gt; &nbsp; &nbsp; current<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; announcements an speak to each other<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 5) when either A or B hangs up, both legs are terminated<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; New behaviour<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 1) call A comes in<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 2) I play some messages to A<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 3) In the meantime I originate a call to B and transfer<br>
&gt;&gt; &nbsp; &nbsp; to an<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; extension, where also some messages are played<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 4) Then I bridge A and B, A and B can hear each other<br>
&gt;&gt; &nbsp; &nbsp; for 1/2 sec,<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; then A constinues to hear its messages, B does not hear<br>
&gt;&gt; &nbsp; &nbsp; anything<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; &nbsp; 5) when either A or B hangs up, both legs are terminated<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 4) is different now!<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; The FS console show some messages about unbridge<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; (SWITCH_MESSAGE_INDICATE_UNBRIDGE), but somehow the calls<br>
&gt;&gt; &nbsp; &nbsp; are still<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; connected until A or B hangs up.<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; Anybody has a clue?<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; Best regards<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; Peter<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 3) is finished, 4) starts<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:31 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:31 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:31 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:34 [DEBUG] switch_ivr_play_say.c:1222<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() done playing file<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:1094<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_uuid_bridge() (OpenZAP/2:3/49171xxxxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_EXECUTE -&gt; CS_RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:1095<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_uuid_bridge() (OpenZAP/2:1/216xxxxx) State Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; CS_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; -&gt; CS_RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_play_say.c:1222<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() done playing file<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:433<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) State EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; going to<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; sleep<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:375<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) Running State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:429<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) State RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 4) Start<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:527<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; uuid_bridge_on_reset() OpenZAP/2:1/216xxxxx CUSTOM RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:53<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_standard_on_reset() OpenZAP/2:1/216xxxxx<br>
&gt;&gt; &nbsp; &nbsp; Standard RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:429<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) State RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; going to sleep<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:433<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:3/49171xxxxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; EXECUTE going<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; to sleep<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:375<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:3/49171xxxxxxx)<br>
&gt;&gt; &nbsp; &nbsp; Running State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; Change CS_RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:429<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:3/49171xxxxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:527<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; uuid_bridge_on_reset() OpenZAP/2:3/49171xxxxxxx CUSTOM RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:533<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; uuid_bridge_on_reset() (OpenZAP/2:3/49171xxxxxxx) State Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; CS_RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; -&gt; CS_SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:429<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:3/49171xxxxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; RESET<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; going<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; to sleep<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:375<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:3/49171xxxxxxx)<br>
&gt;&gt; &nbsp; &nbsp; Running State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; Change CS_SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:439<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:3/49171xxxxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] mod_openzap.c:517<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; channel_on_soft_execute()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CHANNEL SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:545<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; uuid_bridge_on_soft_execute() OpenZAP/2:3/49171xxxxxxx CUSTOM<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; TRANSMIT<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:571<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; uuid_bridge_on_soft_execute() (OpenZAP/2:1/216xxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_RESET -&gt; CS_SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:375<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) Running State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:439<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] mod_openzap.c:517<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; channel_on_soft_execute()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CHANNEL SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:545<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; uuid_bridge_on_soft_execute() OpenZAP/2:1/216xxxxx CUSTOM<br>
&gt;&gt; &nbsp; &nbsp; TRANSMIT<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:181<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_standard_on_soft_execute()<br>
&gt;&gt; &nbsp; &nbsp; OpenZAP/2:1/216xxxxx Standard<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:439<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; SOFT_EXECUTE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; going to sleep<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:814<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_multi_threaded_bridge() (OpenZAP/2:1/216xxxxx)<br>
&gt;&gt; &nbsp; &nbsp; State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_SOFT_EXECUTE -&gt; CS_CONSUME_MEDIA<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:856<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_multi_threaded_bridge() OpenZAP/2:1/216xxxxx<br>
&gt;&gt; &nbsp; &nbsp; receive<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:863<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_multi_threaded_bridge()<br>
&gt;&gt; &nbsp; &nbsp; OpenZAP/2:3/49171xxxxxxx receive<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; message [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:667<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_queue_private_event() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_ivr_bridge.c:907<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_multi_threaded_bridge() (OpenZAP/2:1/216xxxxx)<br>
&gt;&gt; &nbsp; &nbsp; State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_CONSUME_MEDIA -&gt; CS_EXCHANGE_MEDIA<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:375<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) Running State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Change<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; CS_EXCHANGE_MEDIA<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] switch_core_state_machine.c:436<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_run() (OpenZAP/2:1/216xxxxx) State<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; EXCHANGE_MEDIA<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:35 [DEBUG] mod_openzap.c:511<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; channel_on_exchange_media() CHANNEL EXCHANGE_MEDIA<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_core_session.c:667<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_queue_private_event() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr_bridge.c:226<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr.c:391<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; switch_ivr_parse_event()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx Command Execute read(0 1<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; custom/warteschleife_30.wav interrupt_digit 0 )<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr_play_say.c:932<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() Codec Activated L16@8000hz 1<br>
&gt;&gt; &nbsp; &nbsp; channels 20ms<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_core_io.c:610<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_write_frame() OpenZAP/2:1/216xxxxx receive<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr_bridge.c:226<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:3/49171xxxxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr.c:391<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; switch_ivr_parse_event()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx Command Execute stop_dtmf(true)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr_bridge.c:229<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:3/49171xxxxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:36 [DEBUG] switch_ivr_bridge.c:231<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() Send signal OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:37 [DEBUG] switch_core_session.c:667<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_queue_private_event() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:37 [DEBUG] switch_ivr_bridge.c:226<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:3/49171xxxxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:37 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:37 [DEBUG] switch_ivr_bridge.c:229<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:3/49171xxxxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:37 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:3/49171xxxxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:37 [DEBUG] switch_ivr_bridge.c:231<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() Send signal OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:46 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 31<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 80 04 62 1c 18 91 a1 15 02 01 7d 02 01 22 30 0d a1<br>
&gt;&gt; &nbsp; &nbsp; 05 30<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 03 02 01<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 08 82 01 00 83 01 00]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:46 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:46 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:35:46 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:02 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 31<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 80 04 62 1c 18 91 a1 15 02 01 7e 02 01 22 30 0d a1<br>
&gt;&gt; &nbsp; &nbsp; 05 30<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 03 02 01<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 09 82 01 00 83 01 00]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:02 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:02 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:02 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:06 [DEBUG] switch_ivr_play_say.c:1222<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() done playing file<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:07 [DEBUG] switch_ivr_bridge.c:229<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:07 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:07 [DEBUG] switch_ivr_bridge.c:231<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() Send signal OpenZAP/2:3/49171xxxxxxx<br>
&gt;&gt; &nbsp; &nbsp; [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_core_session.c:667<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_queue_private_event() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_ivr_bridge.c:226<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_ivr.c:391<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; switch_ivr_parse_event()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx Command Execute read(0 1<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; custom/warteschleife_30.wav interrupt_digit 0 )<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_ivr_play_say.c:932<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() Codec Activated L16@8000hz 1<br>
&gt;&gt; &nbsp; &nbsp; channels 20ms<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_core_io.c:610<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_write_frame() OpenZAP/2:1/216xxxxx receive<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:08 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:17 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 31<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 80 04 62 1c 18 91 a1 15 02 01 7f 02 01 22 30 0d a1<br>
&gt;&gt; &nbsp; &nbsp; 05 30<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 03 02 01<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 0a 82 01 00 83 01 00]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:17 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:17 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:17 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:33 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 32<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 80 04 62 1c 19 91 a1 16 02 02 00 80 02 01 22 30 0d<br>
&gt;&gt; &nbsp; &nbsp; a1 05<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 30 03 02<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 01 0b 82 01 00 83 01 00]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:33 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:33 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:33 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:38 [DEBUG] switch_ivr_play_say.c:1222<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() done playing file<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:39 [DEBUG] switch_ivr_bridge.c:229<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:39 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:39 [DEBUG] switch_ivr_bridge.c:231<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() Send signal OpenZAP/2:3/49171xxxxxxx<br>
&gt;&gt; &nbsp; &nbsp; [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_core_session.c:667<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_queue_private_event() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_ivr_bridge.c:226<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_ivr.c:391<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; switch_ivr_parse_event()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx Command Execute read(0 1<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; custom/dieser_berater_ist_leider_zur_zeit_nicht_erreichbar_bitte_waehlen_sie_einen_ande.wav<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; interrupt_digit 0 )<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_ivr_play_say.c:932<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() Codec Activated L16@8000hz 1<br>
&gt;&gt; &nbsp; &nbsp; channels 20ms<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_core_io.c:610<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_write_frame() OpenZAP/2:1/216xxxxx receive<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:40 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:45 [DEBUG] switch_ivr_play_say.c:1222<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() done playing file<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:46 [DEBUG] switch_ivr_bridge.c:229<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_BRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:46 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:46 [DEBUG] switch_ivr_bridge.c:231<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() Send signal OpenZAP/2:3/49171xxxxxxx<br>
&gt;&gt; &nbsp; &nbsp; [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_core_session.c:667<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_queue_private_event() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_ivr_bridge.c:226<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; audio_bridge_thread() OpenZAP/2:1/216xxxxx receive message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_UNBRIDGE]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_ivr.c:391<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; switch_ivr_parse_event()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx Command Execute read(0 4<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; custom/geben_sie_bitte_nach_dem_signalton_die_kennung_des_gewuenschten_beraters_ein_sch2.wav<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; dtmfdtmf 10000 #,*)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_ivr_play_say.c:932<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() Codec Activated L16@8000hz 1<br>
&gt;&gt; &nbsp; &nbsp; channels 20ms<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_core_io.c:610<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_write_frame() OpenZAP/2:1/216xxxxx receive<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; message<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:47 [DEBUG] switch_core_session.c:489<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_perform_receive_message() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:48 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 32<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 80 04 62 1c 19 91 a1 16 02 02 00 81 02 01 22 30 0d<br>
&gt;&gt; &nbsp; &nbsp; a1 05<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 30 03 02<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 01 0c 82 01 00 83 01 00]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:48 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:48 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:36:48 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:03 [DEBUG] switch_ivr_play_say.c:1222<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_ivr_play_file() done playing file<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:04 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 32<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 80 04 62 1c 19 91 a1 16 02 02 00 82 02 01 22 30 0d<br>
&gt;&gt; &nbsp; &nbsp; a1 05<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 30 03 02<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 01 0d 82 01 00 83 01 00]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:04 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[62] Size:[103] CRV: 4 (0x4, CTX: Terminator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:04 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 783bc0 (2:3) source isdn_data-&gt;channels_local_crv[0x4]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:04 [CRIT] ozmod_isdn.c:760 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Received<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; unhandled message 98 (0x62)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; READ 13<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; --------------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [08 02 00 35 45 08 02 80 90 1e 02 82 88]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 5) Hangup<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Yay I got<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; an event! Type:[45] Size:[115] CRV: 53 (0x35, CTX: Originator)<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:352<br>
&gt;&gt; &nbsp; &nbsp; zap_isdn_931_34() zchan<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 77df70 (2:1) source isdn_data-&gt;channels_remote_crv[0x35]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:455 zap_isdn_931_34()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Changing<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; state on 2:1 from UP to TERMINATING<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:813<br>
&gt;&gt; &nbsp; &nbsp; state_advance() 2:1<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; STATE<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [TERMINATING]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:1121 state_advance()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; Terminating: Direction Inbound<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] mod_openzap.c:1418<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; on_clear_channel_signal()<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; got clear channel sig [STOP]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [NOTICE] mod_openzap.c:1437<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; on_clear_channel_signal() Hangup OpenZAP/2:1/216xxxxx<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] switch_channel.c:1441<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_channel_perform_hangup() Send signal<br>
&gt;&gt; &nbsp; &nbsp; OpenZAP/2:1/216xxxxx<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; [KILL]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] switch_core_session.c:779<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; switch_core_session_signal_state_change() Send signal<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; OpenZAP/2:1/216xxxxx [BREAK]<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt; 2009-01-06 17:37:12 [DEBUG] ozmod_isdn.c:1529 q931_rx_32()<br>
&gt;&gt; &nbsp; &nbsp; WRITE 5<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; --<br>
&gt;&gt; &nbsp; &nbsp; &gt; Anthony Minessale II<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; &nbsp; &nbsp; &gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; AIM: anthm<br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:MSN%25253Aanthony_minessale@hotmail.com">MSN%253Aanthony_minessale@hotmail.com</a>&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:PAYPAL%25253Aanthony.minessale@gmail.com">PAYPAL%253Aanthony.minessale@gmail.com</a>&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; FreeSWITCH Developer Conference<br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:sip%25253A888@conference.freeswitch.org">sip%253A888@conference.freeswitch.org</a>&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:googletalk%25253Aconf%25252B888@conference.freeswitch.org">googletalk%253Aconf%252B888@conference.freeswitch.org</a>&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; pstn:213-799-1400<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; ------------------------------------------------------------------------<br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; _______________________________________________<br>
&gt;&gt; &nbsp; &nbsp; &gt; Freeswitch-users mailing list<br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Anthony Minessale II<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;<br>
&gt;&gt; AIM: anthm<br>
&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt; pstn:213-799-1400<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>