Limited Length of DigitMap??

<< < (3/3)

RonR:
It appears there's a bug in the Digit Map Processor (DMP).

With the following DigitMap, everything is fine:

(1(204|226|236|249|250|289|306|343|365|403|416|418|431|437|438|450|
506|514|519|579|581|587|604|613|639|647|672|705)[2-9]xxxxxx)

With the following DigitMap, service providers fail to register:

(1(204|226|236|249|250|289|306|343|365|403|416|418|431|437|438|450|
506|514|519|579|581|587|604|613|639|647|672|705|709)[2-9]xxxxxx)

quanttrom:
Quote from: Stewart on October 18, 2011, 06:24:14 pm

Quote from: RonR on October 18, 2011, 06:08:34 pm

What's with the '<:#>' additions to your DigitMap?  That will append a '#' to the number sent to the service provider.  I know of no service providers that want that (certainly not Google Voice).
I'm reasonably certain that's correct for the OP's case.  See http://www.myxlink.com/xlink_bttn.aspx .



yeah it gets rid of a small delay. Works fine. I've tried without it as well.

OBiSupport:
The last rule is too long. The problem can be solved by breaking it up into multiple rules. Here the last DigitMap rule is broken up into two rules.


 ([69]11 <:#> | 519 [2-9]xx xxxx <:#> | 1 (204|226|236|249|250|289|306|343|365|403|416|418|431|437|438|450|506|514|519) [2-9]xx xxxx <:#>) | 1 (579|581|587|604|613|639|647|672|705|709|778|780|807|819|825|867|873|902|905) [2-9]xx xxxx <:#>)


quanttrom:
Quote from: OBiSupport on October 18, 2011, 07:08:20 pm

The last rule is too long. The problem can be solved by breaking it up into multiple rules. Here the last DigitMap rule is broken up into two rules.


 ([69]11 <:#> | 519 [2-9]xx xxxx <:#> | 1 (204|226|236|249|250|289|306|343|365|403|416|418|431|437|438|450|506|514|519) [2-9]xx xxxx <:#>) | 1 (579|581|587|604|613|639|647|672|705|709|778|780|807|819|825|867|873|902|905) [2-9]xx xxxx <:#>)



What's the limit? How long is too long? Is it based on characters ?

RonR:
I didn't try to figure out whether it's characters or elements or what.

Navigation

[0] Message Index

[*] Previous page