Fabrice Tereszkiewicz
2003-May-27 09:11 UTC
[Asterisk-Users] Duplicate numbers with outbounding calls
I've a problem with my X100P card. I'm setting up a VoIP to PSTN gateway,with oh323. This works, but when I call an PSTN phone number, some digits are duplicated, so I'm unable to call the right person. Not very clear ? I'll try to do better (sorry, I'm french...) example : I use ohphone (with quicknet hardware), I call asterisk (*192*168*1*204#), asterisk answers, I choose "9" (to do an extern call, see my extensions.conf below), so I've a dial tone. Now I call "0684357917" with my OH323 client but asterisk calls something like "06884335779117" Is it a problem with the french PSTN network ? This are my conf files : -> extensions.conf [incoming] ; jouer un fichier des le debut.. exten => s,1,Playback,demo-thanks ;for playing a file ; 9 pour appeler un num exterieur (VoIP->PSTN) ignorepat => 9 exten => 9,1,Dial(Zap/1-1/) exten => 9,2,Congestion -> zapate.conf [channels] signalling=fxs_ks context=incoming channel=>1 ;X100P
Michael Manousos
2003-May-27 09:26 UTC
[Asterisk-Users] Duplicate numbers with outbounding calls
Fabrice Tereszkiewicz wrote:> I've a problem with my X100P card. > > I'm setting up a VoIP to PSTN gateway,with oh323. This works, but when I > call an PSTN phone number, some digits are duplicated, so I'm unable to > call the right person. > > Not very clear ? I'll try to do better (sorry, I'm french...) > example : > I use ohphone (with quicknet hardware), I call asterisk > (*192*168*1*204#), asterisk answers, I choose "9" (to do an extern call, > see my extensions.conf below), so I've a dial tone. Now I call > "0684357917" with my OH323 client but asterisk calls something like > "06884335779117"Can you verify, from the ohphone console, that the numbers are typed correctly (and not duplicated)?> > Is it a problem with the french PSTN network ? > > This are my conf files : > > -> extensions.conf > > [incoming] > > ; jouer un fichier des le debut.. > exten => s,1,Playback,demo-thanks ;for playing a file > > ; 9 pour appeler un num exterieur (VoIP->PSTN) > ignorepat => 9 > exten => 9,1,Dial(Zap/1-1/) > exten => 9,2,Congestion > > -> zapate.conf > > [channels] > signalling=fxs_ks > context=incoming > channel=>1 ;X100P > >Michael.> > > > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users