agauthier
11-25-09, 10:16 AM
If you are experiencing problems with disconnects from the far end, it is most likely that the call progress configurations requires to be modified.
For example, lets say that you are in Greece.
The default parameters in /etc/pika/inccpa.cfg will not work and require to be modified.
If you check the link http://www.3amsystems.com/wireline/tone-search.htm?start=0&kCountry=71&kTone=1009
Ringback Tone = 1.0 on 4.0 off
In inccpa.cfg that corresponds to
[cp_ringback]
state0=1000
state1=4000
Busy Tone = 0.3 on 0.3 off
In inccpa.cfg that corresponds to
[cp_busy]
state0=300
state1=300
Fastbusy Tone = 0.15 on 0.15 off
In inccpa.cfg that corresponds to
[cp_fastbusy]
state0=150
state1=150
Each country has it's own configuration and requires to be modified.
For example, lets say that you are in Greece.
The default parameters in /etc/pika/inccpa.cfg will not work and require to be modified.
If you check the link http://www.3amsystems.com/wireline/tone-search.htm?start=0&kCountry=71&kTone=1009
Ringback Tone = 1.0 on 4.0 off
In inccpa.cfg that corresponds to
[cp_ringback]
state0=1000
state1=4000
Busy Tone = 0.3 on 0.3 off
In inccpa.cfg that corresponds to
[cp_busy]
state0=300
state1=300
Fastbusy Tone = 0.15 on 0.15 off
In inccpa.cfg that corresponds to
[cp_fastbusy]
state0=150
state1=150
Each country has it's own configuration and requires to be modified.