when i said inline ... i just meant to define some variables in your DP ... this is not a solution for you ... it is rather a proof of concept instead.
you need to do a DB lookup (sqlite or mysql). T. On Wed, Sep 23, 2009 at 1:32 AM, Francis Vidal <[email protected]>wrote: > Yes, this is the desired outcome. I was planning of using FreeSWITCH + > MySQL to do this. How do I do this "inline"? > > > On Wed, Sep 23, 2009 at 12:49 AM, Tihomir Culjaga <[email protected]>wrote: > >> so, you say ... >> >> CallingParty => AS5300 >> >> A: aNum >> B: didNum >> >> >> AS5300 => PSTN >> >> A: 1 + didNum >> B: prefix (actually the PSTN subscriber's number) >> >> >> well, without a doubt... you can manipulate whatever number you want ... >> you just need to find the best way to do it. This depends of the number of >> DIDs you would like to host. You can do a DB lookup to retrieve the prefix / >> Subscriber Number... or you can do it inline in your dialplan. It really >> depends of how much you need to scale. >> > > _______________________________________________ > FreeSWITCH-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > >
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
