I've got this in extensions.conf: [macro-stdexten] exten => s,1,Dial(${ARG2},30,p) exten => 6015555555,1,Macro(stdexten,200,SIP/200&SIP/201&SIP/203&SIP/${VOICEPULSE_GATEWAY_OUT_A}/+15045555555) Where the real numbers have been replaced with 5555555. What I'm trying to do is ring my cell phone in addition to the local extensions. Funny thing is the cell phone rings and I can press 1 to connect the call, but if I remove the 'p' from the Dial command the cell phone rings, but when I answer it the call doesn't connect. I'm just talking to myself. So what am I doing wrong? Randall
I think it may have been a NAT and/or reinvite issue. I've now forwarded udp 10000-20000 to my pbx and turned off reinvite for all. NAT issues can be so difficult to diagnose sometimes. I'll be glad to see it go with ipv6. Randall Randall Smith wrote:> [macro-stdexten] > exten => s,1,Dial(${ARG2},30,p) > > exten => > 6015555555,1,Macro(stdexten,200,SIP/200&SIP/201&SIP/203&SIP/${VOICEPULSE_GATEWAY_OUT_A}/+15045555555) > > Where the real numbers have been replaced with 5555555. What I'm trying > to do is ring my cell phone in addition to the local extensions. Funny > thing is the cell phone rings and I can press 1 to connect the call, but > if I remove the 'p' from the Dial command the cell phone rings, but when > I answer it the call doesn't connect. I'm just talking to myself. So > what am I doing wrong?