Hi Richard
Sorry I can't answer but I think we are looking for the sames problems
do you solve theses question could you help me ?
I have a few questions about multiple domains and call from/to pstn. I don't want to change the ser.cfg script everytime a new domain is added. How can I support the following features?
1. Every domain has their own 3 or 4 digit dial plan. When they call PSTN, their caller id should be the either a prefix plus their internal number or a generic receptionist number, but not the 3/4 digit internal number. Different domains have different prefix. Is there a way to do this without changing the script for every domain?
2. Should interdomain calls be prohibited? Is it preferred to send the call to PSTN and hairpin back? I know it consumes more resources but would it provide better privacy? If that's the case, how to prevent interdomain calls, i.e. how to verify from and to URI have the same host parts?
3. When PSTN calls come in, should I use prefix2domain in pdt module to convert the PSTN number to a local domain number? Any pitfalls?
This list has been great! Thanks for all your help.
Le jeu 06/05/2004 à 05:05, Richard a écrit :
Hi,
Is there a way to record the message and also detect DTMF tones? For example, after the recording, user can press # to stop. Then he can play and re-record it if necessary. This would be very useful to record personalize greetings.
Thanks, Richard
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
Sems mailing list sems@lists.iptel.org http://lists.iptel.org/cgi-bin/mailman/listinfo/sems
1. Every domain has their own 3 or 4 digit dial plan. When they call PSTN, their caller id should be the either a prefix plus their internal number or a generic receptionist number, but not the 3/4 digit internal number. Different domains have different prefix. Is there a way to do this without changing the script for every domain?
yes, you append rpid header to the request, which you get from database or radius.
2. Should interdomain calls be prohibited? Is it preferred to send the call to PSTN and hairpin back? I know it consumes more resources but would it provide better privacy? If that's the case, how to prevent interdomain calls, i.e. how to verify from and to URI have the same host parts?
i don't see any point in prohibiting interdomain calls unless you are a telco and want to milk your cows for nothing.
3. When PSTN calls come in, should I use prefix2domain in pdt module to convert the PSTN number to a local domain number? Any pitfalls?
i would use globally unique numbers in register requests and in the from field. otherwise there is likely to be pitfalls in interdomain calls. when you do that, there is no need for conversions when calls come in from pstn.
-- juha