[Freeswitch-users] how do I get more out of destination_number?
Brian West
brian at freeswitch.org
Tue Jun 22 05:17:48 PDT 2010
I still for the life of me don't get how you type this long emails on that iPhone... is that painful?
/b
On Jun 22, 2010, at 1:39 AM, Michael S Collins wrote:
> This sounds like a regex issue or a carrier issue. I would recommend
> that you route all incoming calls to the info app in public.xml and
> make a few test calls. Watch the console and see if any fields contain
> the full dialed number.
>
> In public.xml just create a new extension with a simple condition that
> grabs everything:
>
> field="destination_number" expression="^(.*)$"
>
> Then a simple action application="info" and that's it. Make a call and
> watch the console. The call will disconnect immediately unless you
> put something after the info app. If you are having trouble
> deciphering the info output then drop it in pastebin and we will take
> a look.
>
> -MC
>
> Sent from my iPhone
More information about the FreeSWITCH-users
mailing list