hi,
can anyone guide me in techprefixing.
for eg: how can i prefix 911 to 16509647244 and send 91116509647244 to PSTN gw.
and when some one dials in 811146509647245, how can i strip "811" and send 146509647245 to PSTN gw.
how can i have dialing plan for the both senarios.
thanks in advance.
regards,
__________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
Hi, just use strip(n) - n is number of digits you want to strip and prefix("123")
Regards, Bogdan
Nair wrote:
hi,
can anyone guide me in techprefixing.
for eg: how can i prefix 911 to 16509647244 and send 91116509647244 to PSTN gw.
Ex: prefix("911")
and when some one dials in 811146509647245, how can i strip "811" and send 146509647245 to PSTN gw.
Ex: strip(3)
how can i have dialing plan for the both senarios.
thanks in advance.
regards,
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers