Problem with iax

i’m trying to configure my box to use a iax provider, and can’t get it to work somhow asterisk is sending an @ sign at the end of my dialed number like it need an context but i don’t need a context.
the provider told me the number i am trying to dial ends with the @ sign
0611111111@ can this be removed, is this a bug or just not posible. tried with 1.4 and 1.6

can you post your dialplan which is doing the dialing over the IAX provider?

just a simple dialstring

exten = _XXXXXXXXXX,1,Dial(IAX2/xxxxxx:xxxxxxxxxx@iax2.voipgate.nl/${EXTEN})

why not try setting up an IAX2 peer and then dial without the credentials. Something like

in iax.conf

[voipgate]
type=peer
username=xxxxxxx
secret=xxxxxxxx
host=iax2.voipgate.nl

Then your dial would look like:

exten => _XXXXX,1,Dial(IAX2/voipgate/${EXTEN})

that gives the same end result with the @ sign on the end, i think this provider or the person i’m communicating with has any idea what he is doing. i found that whem i’m connecting to another box and at the other end i have context = with no context defined it puts the @ sign at the end f the number