[Freeswitch-users] Early Dial / Sip 484

Steven Ayre steveayre at gmail.com
Fri Mar 6 17:43:07 MSK 2015


Early dial attempts a new SIP call each time you enter a digit. Respond
ends the 'call' for each digit. 484 tells your phone that there isn't
enough digits yet so you can continue entering digits rather than
displaying an error and ending the call.

You need to conditionally return 484 until you know you have sufficient
digits to bridge the call to the operator. For example to return 484 until
you have at least 10 digits:

<extension>
  <condition field="destination_number" data="^\d{10}">
    <action application="bridge"
data="sofia/gateway/operator/${destination_number}"/>
    <action application="respond" data="484"/>
  </condition>
</extension>

On 6 March 2015 at 13:43, Paul Atreides <paul.atreides83 at googlemail.com>
wrote:

>  <action application="respond" data="484 Address Incomplete"/>
> I put it at the bottom of the dial plan but it seems that the freeswitch
> is not waiting long enough for
> me to enter the numbers. I get send right away to the operator. Is there
> any condition I have
> to check so that I know the dialing has finished?
>
>
> On Sun, Mar 1, 2015 at 4:07 PM, Brian West <brian at freeswitch.org> wrote:
>
>> Yes, just use the respond app at the bottom of your dial plan with 484 as
>> the argument
>>
>>
>> On Sunday, March 1, 2015, Paul Atreides <paul.atreides83 at googlemail.com>
>> wrote:
>>
>>> Hi,
>>>
>>> does Freeswitch support Early Dial ( Sip 484 ? ), if yes how do i set it
>>> up in the dialplan?
>>>
>>> Thanks
>>>
>>
>>
>> --
>>
>> *Brian West*
>> brian at freeswitch.org
>>
>>
>> *Twitter: @FreeSWITCH , @briankwest*
>> http://www.freeswitchbook.com
>> http://www.freeswitchcookbook.com
>>
>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> 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
>>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150306/48c5613f/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list