<html><head></head><body>Thanks, you are correct, this problem was a context, I saw some problems like my problem and I post the solution in Forum.<br>
<br><br><div class="gmail_quote">On 9 de junho de 2014 21h36min09s BRT, asterisk-r2-request@lists.digium.com wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Send asterisk-r2 mailing list submissions to<br /> asterisk-r2@lists.digium.com<br /><br />To subscribe or unsubscribe via the World Wide Web, visit<br /> <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br />or, via email, send a message with subject or body 'help' to<br /> asterisk-r2-request@lists.digium.com<br /><br />You can reach the person managing the list at<br /> asterisk-r2-owner@lists.digium.com<br /><br />When replying, please edit your Subject line so it is more specific<br />than "Re: Contents of asterisk-r2 digest..."<br /><br /><br />Today's Topics:<br /><br />   1.  Asterisk with Failure signaling R2D (solved) (natalia silva)<br />   2. Re: Asterisk with Failure signaling R2D (solved) (Jose Rojas)<br />   3. Re: Asterisk with Failure signaling R2D (solved) (Gerardo Barajas)<br /><br /><br /><hr /><br /><br />Message: 1<br />Date: Mon, 9 Jun 2014 16:48:21 -0300<br />From:
natalia silva <natalianew@gmail.com><br />To: asterisk-r2@lists.digium.com<br />Subject: [asterisk-r2]  Asterisk with Failure signaling R2D (solved)<br />Message-ID:<br /> <CAG6RPm7v_wYU7iCk+7U+a72FJuE6To3KEZ3uATcGobVjSvVABg@mail.gmail.com><br />Content-Type: text/plain; charset="utf-8"<br /><br />First I would like to thank all the help found here on the forum<br />Thank you to Mr. Gustavo Cremella and Mc Ricardo GRATH.<br /><br />The solution was found after some adjustments<br />Remembering that they are functional in my environment and more:<br /><br />1 - My number is ported from another carrier.<br />2 - Context of input and output<br />3 - Setting the Dahdi-in virtual numbers provider to sync with its<br />corresponding range ported in my real number.<br />4 - Clock facing the operator, as in the case of Mundivox she needs to<br />deliver the clock operator being called. Example I call a number from the<br />operator OI, then Mundivox handle this connection and
delivery to OI to<br />complete the connection.<br /><br /><br />chan_dahdi.conf<br />[Channels]<br />language = br<br />context = default (default context for incoming calls)<br />mfcr2_variant = en<br />mfcr2_max_ani = 20<br />mfcr2_max_dnis = 10<br />mfcr2_category = national_subscriber<br />mfcr2_logdir = span_ALL<br />mfcr2_call_files = yes<br />mfcr2_metering_pulse_timeout = 1000<br />, Mfcr2_double_answer = yes (optional)<br />group = 1<br />context = dahdi-in (Uses the [internal] context in extensions.conf, as<br />mentioned in point 3 above)<br />signaling = mfcr2<br />channel => 1-15<br />context = default (Incoming calls go to [incoming] in extensions.conf)<br />group = 63 (Gets, sets or clears the channel group, the limit is 63 so he<br />was left for redundancy)<br /><br /># Include dahdi-channels.conf<br /><br />system.conf<br />span = 1,1,0, cas, hdb3<br />cas = 1-15:1101<br />echocanceller Mg2 = 0.1 to 31<br />loadzone = br<br />defaultzone = br<br /><br /><br
/>[Dahdi-in]<br />, Mundivox (range of virtual numbers, Mundivox)<br />exten => _18 [2-7] X, 1, Answer ()<br />exten => _18 [2-7] X, n, Queue (incoming_local, rn,,, 1)<br />exten => _18 [2-7] X, n, Goto (Start Menu-, s, 1)<br />exten => _18 [2-7] X, n, Hangup ()<br /><br />exten => _29 [4-7] X, 1, Answer ()<br />exten => _29 [4-7] X, n, queu (incoming_local, rn,,, 1)<br />exten => _29 [4-7] X, n, Goto (Start Menu-, s, 1)<br />exten => _29 [4-7] X, n, Hangup ()<br /><br />Was required for the DDR's range that has this operator, it will make all<br />connections to this range fall on the main trunk<br /><br />Already for a DDR'espec?cifico fall into a specific extension then you need<br />to identify.<br />This is simple just enter <cli and analyze logs, make a link to a<br />particular DDR. In my case I started to see this error:<br /><br />new MFC/R2 call detected on chan 1.<br />Offered MFC/R2 call on chan 1. = 21,980,823,777 ANI, DNIS = 1825, Category<br
/>= National Subscriber<br />[Jun 5 12:24:19] NOTICE [9466]: chan_dahdi.c: 4007<br />dahdi_r2_on_call_offered: MFC/R2 call on channel 1 requested non-existent<br />extension '1825 'in context' default '. Rejecting call.<br />MFC/R2 call disconnected on channel 1<br />MFC/R2 call end on channel 1<br /><br /><br />So I needed to create this fix which then enter the call to your specific<br />extension, in dahdi-in too.<br />exten => _1825, 1, Answer ()<br />exten => _1825, n, Macro (dialexten, 4105.20)<br />exten => _1825, n, Hangup ()<br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: <<a href="http://lists.digium.com/pipermail/asterisk-r2/attachments/20140609/d4f811e5/attachment-0001.html">http://lists.digium.com/pipermail/asterisk-r2/attachments/20140609/d4f811e5/attachment-0001.html</a>><br /><br /><hr /><br /><br />Message: 2<br />Date: Mon, 9 Jun 2014 19:29:17 -0430<br />From: Jose Rojas <jygrrr@gmail.com><br />To:
asterisk-r2@lists.digium.com<br />Subject: Re: [asterisk-r2] Asterisk with Failure signaling R2D<br /> (solved)<br />Message-ID:<br /> <CADSYhC7YiiQxFD1eM42CU0q3qB_HjcnZ_HZZx1xKwMiWhW+iVQ@mail.gmail.com><br />Content-Type: text/plain; charset="utf-8"<br /><br />Hello Nataly, your problems is in the context. Change the context default<br />for Dahdi-in in chan_dahdi.conf or include Dahdi-in in default in your<br />dialplan.<br /><br /><br /><br /><br /><br /><br />2014-06-09 15:18 GMT-04:30 natalia silva <natalianew@gmail.com>:<br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> First I would like to thank all the help found here on the forum<br /> Thank you to Mr. Gustavo Cremella and Mc Ricardo GRATH.<br /><br /> The solution was found after some adjustments<br /> Remembering that they are functional in my environment and more:<br /><br /> 1 - My number is ported from another carrier.<br /> 2
- Context of input and output<br /> 3 - Setting the Dahdi-in virtual numbers provider to sync with its<br /> corresponding range ported in my real number.<br /> 4 - Clock facing the operator, as in the case of Mundivox she needs to<br /> deliver the clock operator being called. Example I call a number from the<br /> operator OI, then Mundivox handle this connection and delivery to OI to<br /> complete the connection.<br /><br /><br /> chan_dahdi.conf<br /> [Channels]<br /> language = br<br /> context = default (default context for incoming calls)<br /> mfcr2_variant = en<br /> mfcr2_max_ani = 20<br /> mfcr2_max_dnis = 10<br /> mfcr2_category = national_subscriber<br /> mfcr2_logdir = span_ALL<br /> mfcr2_call_files = yes<br /> mfcr2_metering_pulse_timeout = 1000<br /> , Mfcr2_double_answer = yes (optional)<br /> group = 1<br /> context = dahdi-in (Uses the [internal] context in extensions.conf, as<br /> mentioned in point 3 above)<br /> signaling = mfcr2<br /> channel => 1-15<br
/> context = default (Incoming calls go to [incoming] in extensions.conf)<br /> group = 63 (Gets, sets or clears the channel group, the limit is 63 so he<br /> was left for redundancy)<br /><br /> # Include dahdi-channels.conf<br /><br /> system.conf<br /> span = 1,1,0, cas, hdb3<br /> cas = 1-15:1101<br /> echocanceller Mg2 = 0.1 to 31<br /> loadzone = br<br /> defaultzone = br<br /><br /><br /> [Dahdi-in]<br /> , Mundivox (range of virtual numbers, Mundivox)<br /> exten => _18 [2-7] X, 1, Answer ()<br /> exten => _18 [2-7] X, n, Queue (incoming_local, rn,,, 1)<br /> exten => _18 [2-7] X, n, Goto (Start Menu-, s, 1)<br /> exten => _18 [2-7] X, n, Hangup ()<br /><br /> exten => _29 [4-7] X, 1, Answer ()<br /> exten => _29 [4-7] X, n, queu (incoming_local, rn,,, 1)<br /> exten => _29 [4-7] X, n, Goto (Start Menu-, s, 1)<br /> exten => _29 [4-7] X, n, Hangup ()<br /><br /> Was required for the DDR's range that has this operator, it will make all<br />
connections to this range fall on the main trunk<br /><br /> Already for a DDR'espec?cifico fall into a specific extension then you<br /> need to identify.<br /> This is simple just enter <cli and analyze logs, make a link to a<br /> particular DDR. In my case I started to see this error:<br /><br /> new MFC/R2 call detected on chan 1.<br /> Offered MFC/R2 call on chan 1. = 21,980,823,777 ANI, DNIS = 1825, Category<br /> = National Subscriber<br /> [Jun 5 12:24:19] NOTICE [9466]: chan_dahdi.c: 4007<br /> dahdi_r2_on_call_offered: MFC/R2 call on channel 1 requested non-existent<br /> extension '1825 'in context' default '. Rejecting call.<br /> MFC/R2 call disconnected on channel 1<br /> MFC/R2 call end on channel 1<br /><br /><br /> So I needed to create this fix which then enter the call to your specific<br /> extension, in dahdi-in too.<br /> exten => _1825, 1, Answer ()<br /> exten => _1825, n, Macro (dialexten, 4105.20)<br /> exten => _1825, n, Hangup ()<br /><br />
--<br /><hr /><br /> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br /><br /> asterisk-r2 mailing list<br /> To UNSUBSCRIBE or update options visit:<br />    <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a></blockquote><br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: <<a href="http://lists.digium.com/pipermail/asterisk-r2/attachments/20140609/24ff7cb0/attachment-0001.html">http://lists.digium.com/pipermail/asterisk-r2/attachments/20140609/24ff7cb0/attachment-0001.html</a>><br /><br /><hr /><br /><br />Message: 3<br />Date: Mon, 9 Jun 2014 19:36:56 -0500<br />From: Gerardo Barajas <gerardo.barajas@gmail.com><br />To: asterisk-r2@lists.digium.com<br />Subject: Re: [asterisk-r2] Asterisk with Failure signaling R2D<br /> (solved)<br />Message-ID:<br />
<CAOQhXxHu9z5WJZvr+rBjNet8JLN0pySQhXscJ9gReP8prx-K-A@mail.gmail.com><br />Content-Type: text/plain; charset="utf-8"<br /><br />Porting numbers sometimes is not so easy and plain.<br />On Jun 9, 2014 2:48 PM, "natalia silva" <natalianew@gmail.com> wrote:<br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> First I would like to thank all the help found here on the forum<br /> Thank you to Mr. Gustavo Cremella and Mc Ricardo GRATH.<br /><br /> The solution was found after some adjustments<br /> Remembering that they are functional in my environment and more:<br /><br /> 1 - My number is ported from another carrier.<br /> 2 - Context of input and output<br /> 3 - Setting the Dahdi-in virtual numbers provider to sync with its<br /> corresponding range ported in my real number.<br /> 4 - Clock facing the operator, as in the case of Mundivox she needs to<br /> deliver the clock operator being called.
Example I call a number from the<br /> operator OI, then Mundivox handle this connection and delivery to OI to<br /> complete the connection.<br /><br /><br /> chan_dahdi.conf<br /> [Channels]<br /> language = br<br /> context = default (default context for incoming calls)<br /> mfcr2_variant = en<br /> mfcr2_max_ani = 20<br /> mfcr2_max_dnis = 10<br /> mfcr2_category = national_subscriber<br /> mfcr2_logdir = span_ALL<br /> mfcr2_call_files = yes<br /> mfcr2_metering_pulse_timeout = 1000<br /> , Mfcr2_double_answer = yes (optional)<br /> group = 1<br /> context = dahdi-in (Uses the [internal] context in extensions.conf, as<br /> mentioned in point 3 above)<br /> signaling = mfcr2<br /> channel => 1-15<br /> context = default (Incoming calls go to [incoming] in extensions.conf)<br /> group = 63 (Gets, sets or clears the channel group, the limit is 63 so he<br /> was left for redundancy)<br /><br /> # Include dahdi-channels.conf<br /><br /> system.conf<br /> span = 1,1,0, cas,
hdb3<br /> cas = 1-15:1101<br /> echocanceller Mg2 = 0.1 to 31<br /> loadzone = br<br /> defaultzone = br<br /><br /><br /> [Dahdi-in]<br /> , Mundivox (range of virtual numbers, Mundivox)<br /> exten => _18 [2-7] X, 1, Answer ()<br /> exten => _18 [2-7] X, n, Queue (incoming_local, rn,,, 1)<br /> exten => _18 [2-7] X, n, Goto (Start Menu-, s, 1)<br /> exten => _18 [2-7] X, n, Hangup ()<br /><br /> exten => _29 [4-7] X, 1, Answer ()<br /> exten => _29 [4-7] X, n, queu (incoming_local, rn,,, 1)<br /> exten => _29 [4-7] X, n, Goto (Start Menu-, s, 1)<br /> exten => _29 [4-7] X, n, Hangup ()<br /><br /> Was required for the DDR's range that has this operator, it will make all<br /> connections to this range fall on the main trunk<br /><br /> Already for a DDR'espec?cifico fall into a specific extension then you<br /> need to identify.<br /> This is simple just enter <cli and analyze logs, make a link to a<br /> particular DDR. In my case I started to see this
error:<br /><br /> new MFC/R2 call detected on chan 1.<br /> Offered MFC/R2 call on chan 1. = 21,980,823,777 ANI, DNIS = 1825, Category<br /> = National Subscriber<br /> [Jun 5 12:24:19] NOTICE [9466]: chan_dahdi.c: 4007<br /> dahdi_r2_on_call_offered: MFC/R2 call on channel 1 requested non-existent<br /> extension '1825 'in context' default '. Rejecting call.<br /> MFC/R2 call disconnected on channel 1<br /> MFC/R2 call end on channel 1<br /><br /><br /> So I needed to create this fix which then enter the call to your specific<br /> extension, in dahdi-in too.<br /> exten => _1825, 1, Answer ()<br /> exten => _1825, n, Macro (dialexten, 4105.20)<br /> exten => _1825, n, Hangup ()<br /><br /> --<br /><hr /><br /> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br /><br /> asterisk-r2 mailing list<br /> To UNSUBSCRIBE or update options visit:<br />    <a
href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a></blockquote><br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: <<a href="http://lists.digium.com/pipermail/asterisk-r2/attachments/20140609/b19f385c/attachment.html">http://lists.digium.com/pipermail/asterisk-r2/attachments/20140609/b19f385c/attachment.html</a>><br /><br /><hr /><br /><br /><hr /><br />--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a>--<br /><br />asterisk-r2 mailing list<br />To UNSUBSCRIBE or update options visit:<br />   <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br /><br />End of asterisk-r2 Digest, Vol 70, Issue 3<br />******************************************<br /></pre></blockquote></div><br>
-- <br>
E-mail enviado do meu celular Android usando K-9 Mail. Por favor, desculpe minha brevidade.</body></html>