[Spce-user] ENUM support
Nikita Stashkov
snl at sipmobile.org
Thu Apr 3 13:11:15 EDT 2014
Yes, I rewrite. But ENUM check works before.
The solution was to modify proxy.cfg.customtt.tt2.
#!ifdef USE_ENUM
########################################################################
# Request route 'lookup-enum'
########################################################################
route[ROUTE_LOOKUP_ENUM]
{
[% debug_dump('start', 'ROUTE_LOOKUP_ENUM') %]
if(uri =~ "^sip:[1-9][0-9]+@" || uri=~"sip:00[1-9][0-9]+@")
{
$var(tmpuri) = $ru;
if(uri=~"sip:00[1-9][0-9]+@")
{
strip(2);
}
prefix("+»);
Regards,
Nikita Stashkov
03 апр. 2014 г., в 16:03, Maximilian Gerhardt <m.gerhardt at hall.ag> написал(а):
> You have to rewrite your Dial Numbers all to E164 Format (43 ...) before send it to a peer.
> Because ENUM check only works on E164 Numbers
>
> -----Ursprüngliche Nachricht-----
> Von: spce-user-bounces at lists.sipwise.com [mailto:spce-user-bounces at lists.sipwise.com] Im Auftrag von Nikita Stashkov
> Gesendet: Donnerstag, 3. April 2014 15:36
> An: <spce-user at lists.sipwise.com>
> Betreff: [Spce-user] ENUM support
>
> Hello,
> I enabled ENUM support. So if I call ENUM test number 43 720 0101011 it is routed to ENUM.
> But user may not know that number is ENUM.
> If he will dial +43 or 0043 - the Peering rule is working and call is routed to PSTN.
> Is it possible to check first that number is ENUM?
>
> Regards,
> Nikita Stashkov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2459 bytes
Desc: not available
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20140403/7f13ce2f/attachment-0001.p7s>
More information about the Spce-user
mailing list