Hi, We have to servers set up in two different networks. We are able to connect calls via IAX and they work perfectly. We do not see caller ID from clients on either side. Our Grandstream phones say Eri and our XTen phones say Asterisk. We did a debug and I am pasting the output from both servers below. We tried setCallerId in several different ways. We see the value get passed to the IAX tunnel, but we do not see it in the call setup messages on the other side. Can someone shed any light on what we are doing wrong? Thanks, John ? == Spawn extension (local, 6201, 1) exited non-zero on 'IAX2[arlington@PASSWORD]/16384' ? ? -- Hungup 'IAX2[arlington@PASSWORD]/16384' ? ? -- Executing Dial("SIP/6201-dd24", "IAX2/raleigh:PASSWORD@192.168.2.10/8010@local") in new stack ? ? -- Called raleigh:PASSWORD@192.168.2.10/8010@local ? ? -- Call accepted by 192.168.2.10 (format ULAW) ? ? -- Format for call is ULAW ? ? -- IAX2[arlington]/5 is ringing ? ? -- IAX2[arlington]/5 stopped sounds ? ? -- IAX2[arlington]/5 answered SIP/6201-dd24 ========================================================================? == Spawn extension (longdistance, 6201, 2) exited non-zero on 'SIP/6666-c4a6' ? ? -- Executing SetCallerID("SIP/7669-69b5", "6666") in new stack ? ? -- Executing Dial("SIP/7669-69b5", "IAX2/arlington:PASSWORD@10.1.1.10/6201@l ocal") in new stack ? ? -- Called arlington:PASSWORD@10.1.1.10/6201@local ? ? -- Call accepted by 10.1.1.10 (format ULAW) ? ? -- Format for call is ULAW ? ? -- IAX2[raleigh]/3 is ringing ? ? -- IAX2[raleigh]/3 stopped sounds ? ? -- IAX2[raleigh]/3 answered SIP/7669-69b5 ? ? -- Hungup 'IAX2[raleigh]/3'
SetCallerID(Robert Dobbs <666>) On Mon, 2004-06-07 at 22:07, John Blackman wrote:> Hi, > > We have to servers set up in two different networks. We are able to connect > calls via IAX and they work perfectly. We do not see caller ID from clients > on either side. Our Grandstream phones say Eri and our XTen phones say > Asterisk. > > We did a debug and I am pasting the output from both servers below. We tried > setCallerId in several different ways. We see the value get passed to the IAX > tunnel, but we do not see it in the call setup messages on the other side. > > Can someone shed any light on what we are doing wrong? > > Thanks, > > John > > == Spawn extension (local, 6201, 1) exited non-zero on > 'IAX2[arlington@PASSWORD]/16384' > -- Hungup 'IAX2[arlington@PASSWORD]/16384' > -- Executing Dial("SIP/6201-dd24", > "IAX2/raleigh:PASSWORD@192.168.2.10/8010@local") in new stack > -- Called raleigh:PASSWORD@192.168.2.10/8010@local > -- Call accepted by 192.168.2.10 (format ULAW) > -- Format for call is ULAW > -- IAX2[arlington]/5 is ringing > -- IAX2[arlington]/5 stopped sounds > -- IAX2[arlington]/5 answered SIP/6201-dd24 > ========================================================================> == Spawn extension (longdistance, 6201, 2) exited non-zero on > 'SIP/6666-c4a6' > -- Executing SetCallerID("SIP/7669-69b5", "6666") in new stack > -- Executing Dial("SIP/7669-69b5", > "IAX2/arlington:PASSWORD@10.1.1.10/6201@l > ocal") in new stack > -- Called arlington:PASSWORD@10.1.1.10/6201@local > -- Call accepted by 10.1.1.10 (format ULAW) > -- Format for call is ULAW > -- IAX2[raleigh]/3 is ringing > -- IAX2[raleigh]/3 stopped sounds > -- IAX2[raleigh]/3 answered SIP/7669-69b5 > -- Hungup 'IAX2[raleigh]/3' > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Eric Wieling * BTEL Consulting * 504-899-1387 x2111 "In a related story, the IRS has recently ruled that the cost of Windows upgrades can NOT be deducted as a gambling loss."
Hi, I had the same problem until I changed iax.conf to not have a calleridfield in it for the context you are using. All I have now is. [guest] type=user context=default I have several servers all talk to each other, and get caller/extension ID from them all. Dave -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of John Blackman Sent: 08 June 2004 04:07 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] IAX Won't Pass Caller ID Hi, We have to servers set up in two different networks. We are able to connect calls via IAX and they work perfectly. We do not see caller ID from clients on either side. Our Grandstream phones say Eri and our XTen phones say Asterisk. We did a debug and I am pasting the output from both servers below. We tried setCallerId in several different ways. We see the value get passed to the IAX tunnel, but we do not see it in the call setup messages on the other side. Can someone shed any light on what we are doing wrong? Thanks, John ? == Spawn extension (local, 6201, 1) exited non-zero on 'IAX2[arlington@PASSWORD]/16384' ? ? -- Hungup 'IAX2[arlington@PASSWORD]/16384' ? ? -- Executing Dial("SIP/6201-dd24", "IAX2/raleigh:PASSWORD@192.168.2.10/8010@local") in new stack ? ? -- Called raleigh:PASSWORD@192.168.2.10/8010@local ? ? -- Call accepted by 192.168.2.10 (format ULAW) ? ? -- Format for call is ULAW ? ? -- IAX2[arlington]/5 is ringing ? ? -- IAX2[arlington]/5 stopped sounds ? ? -- IAX2[arlington]/5 answered SIP/6201-dd24 ========================================================================? == Spawn extension (longdistance, 6201, 2) exited non-zero on 'SIP/6666-c4a6' ? ? -- Executing SetCallerID("SIP/7669-69b5", "6666") in new stack ? ? -- Executing Dial("SIP/7669-69b5", "IAX2/arlington:PASSWORD@10.1.1.10/6201@l ocal") in new stack ? ? -- Called arlington:PASSWORD@10.1.1.10/6201@local ? ? -- Call accepted by 10.1.1.10 (format ULAW) ? ? -- Format for call is ULAW ? ? -- IAX2[raleigh]/3 is ringing ? ? -- IAX2[raleigh]/3 stopped sounds ? ? -- IAX2[raleigh]/3 answered SIP/7669-69b5 ? ? -- Hungup 'IAX2[raleigh]/3' _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users