[Freeswitch-users] nibblebill pause

Madovsky infos at madovsky.org
Mon Jan 24 03:59:37 MSK 2011


I have a very simple extension

        <extension name="callnow">
                <condition field="${sip_to_uri}" 
expression="^\d{10,15})@$${domain}$">
                        <action application="set" 
data="dialed_extension=$1"/>
                        <action application="nibblebill" data="pause"/>
                        <action application="sleep" data="2000"/>
                        <action application="answer"/>
                        <action application="transfer" data="ivr XML 
features"/>
                </condition>
        </extension>

the dialplan logs lock at nibblebill pause,
so for now I set nibblebill rate to 0 but there are SQL queries for 
nothing.... :(


----- Original Message ----- 
From: "Rupa Schomaker" <rupa at rupa.com>
To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
Sent: Sunday, January 23, 2011 12:48 PM
Subject: Re: [Freeswitch-users] nibblebill pause


> nope, can you put together a simple test-case demonstrating this problem?
>
> On Sun, Jan 23, 2011 at 11:37 AM, Madovsky <infos at madovsky.org> wrote:
>> Is it a normal behavior
>> that the dialplan stalls when there is nibblebill pause ?
>>
>> Thanks
>> _______________________________________________
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
>
>
> -- 
> -Rupa
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org 




More information about the FreeSWITCH-users mailing list