Outbound PSTN calls cut digits

aavoip
Posts: 3
Member Since:
2006-11-14

Hi,

I have setup new trixbox(stable version) with TDM404E(4FXO) card. I have 4 PSTN lines connected to the box and one SIP trunk with remote office.
I downloaded latest version of zaptel driver and compile that. No any problems with inbound calls. With outbound calls *box sometimes cut couple of the first digits.

I called to the digium support. Technician advise insert couple "www" in command dial. I did it in the macro-dialout-trunk in extensional-additional.conf: exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/www${OUTNUM},300,${DIAL_TRUNK_OPTIONS})

It is fixed problem with outbound calls on the PSTN trunks but broke my sip trunk because sent www with sip calls also.

Can somebody help me find how to correct resolve the problem?
Any Help Will be greatly appreciated!!



keldar
Posts: 10
Member Since:
2008-06-10
Maybe you should check "dial

Maybe you should check "dial rules" in trunk config?



jfinstrom
Posts: 2013
Member Since:
2007-03-07
The "W" should be added per

The "W" should be added per trunk in the outbound dial prefix.

--



keldar
Posts: 10
Member Since:
2008-06-10
Interesting. Maybe I doing

Interesting. Maybe I doing something wrong, but I have :

[macro-dialout-trunk]
exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM},300,${DIAL_TRUNK_OPTIONS})

With SIP trunks it's work fine.

Maybe your "w" option for pause before dial? Something like waiting for dialtone.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.