you'll find that the context is being overwritten. look in chan_iax.c line 1628 and chan_iax2.c line 1645 (or within 3 lines of each)
there is a sprintf that is stuff the context, if you comment those out, it should work again. Disclaimer: i have NO CLUE what else this BREAKS!!! Dave Weis wrote: > > I am using IAX to send a call to my cell phone. I want to be able to hit # > and transfer it back into the office. I have added tTr to the dial command > and hitting # prompts me for the transfer, but after I start dialing 103, > it stops at 1 and tries to transfer it within nufone instead of my > dialplan. This is the debug output: > > -- Called [EMAIL PROTECTED]/1515480XXXX > -- Call accepted by 65.127.126.42 (format GSM) > -- Format for call is GSM > -- IAX2[NuFone]/3 is ringing > -- IAX2[NuFone]/3 stopped sounds > -- IAX2[NuFone]/3 answered Zap/1-1 > -- Started music on hold, class 'default', on Zap/1-1 > -- Playing 'pbx-transfer' > -- Unable to find extension '1' in context 'NANPA' > -- Playing 'pbx-invalid' > -- Stopped music on hold on Zap/1-1 > > How do I make this work? > > dave > > -- > Dave Weis "I believe there are more instances of the abridgment > [EMAIL PROTECTED] of the freedom of the people by gradual and silent > encroachments of those in power than by violent > and sudden usurpations."- James Madison > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
