OBitalk as SIP extension off Panasonic PBX

<< < (2/2)

drgeoff:
Quote from: ndclapp on November 07, 2019, 07:30:25 am

So after much playing this is what I find as working best. Is there anything I can add, change, or simplify to make this better?

(1xxS2|4xxS2|9[2-9]xxxxxx|91xxxxxxxxxx|9<1>[2-9]xxxxxxxxx|9011xx.|xx.)



As I said above, if you only want any dialled numbers to be sent to the PBX then (xx.) is enough.

However what you have now does shorten some delays.  You can simplify those first two parts to [14]xxS2

The 9011xx. is redundant.  Matches to that will not complete any quicker than to xx.  xx. will match anything that would have been dealt with by 9011xx.

If you need * or # none of the strings discussed so far handle them.

azrobert:
You can optionally insert a "9", so you don't have to dial it. Override the international timer to 3 seconds. Remove "S2", 3 digits will default to a 2 second delay.

([14]xx|9[2-9]xxxxxx|91xxxxxxxxxx|9<1>[2-9]xxxxxxxxx|9011xx.S3|<9>[2-9]xxxxxx|<9>1xxxxxxxxxx|<91>[2-9]xxxxxxxxx|<9>011xx.S3|xx.)

Navigation

[0] Message Index

[*] Previous page