Hi:

I have this problem trying to connect two asterisk servers via Free
World Dialup's IAX2 (FWD) mechanism:  Calls from one asterisk server
seem to get duplicated when they get to the other asterisk server.  This
causes the extension to which the call is directed to appear busy
causing the second call (which appears to be the "real one") to be
directed to voicemail.  Has anyone else experienced this?

Here are logs for an example of this:

    -- Accepting AUTHENTICATED call from 65.39.205.121, requested format
= 4, actual format = 4
    -- Executing Macro("[EMAIL PROTECTED]/5",
"con-ext-cid|101|89Chris Hobbs") in new stack
    -- Executing SetVar("[EMAIL PROTECTED]/5", "name=Chris
Hobbs") in new stack
    -- Executing SetCallerID("[EMAIL PROTECTED]/5", "89Chris
Hobbs") in new stack
    -- Executing SetCIDName("[EMAIL PROTECTED]/5", "Chris
Hobbs") in new stack
    -- Executing Goto("[EMAIL PROTECTED]/5", "ext-int|101|1") in
new stack
    -- Goto (ext-int,101,1)
  == Channel '[EMAIL PROTECTED]/5' jumping out of macro
'con-ext-cid'
    -- Executing Macro("[EMAIL PROTECTED]/5",
"dial-ext-vm|SIP/101") in new stack
    -- Executing Dial("[EMAIL PROTECTED]/5", "SIP/101|15|t") in
new stack
    -- Called 101
    -- SIP/101-7d91 is ringing
    -- Accepting AUTHENTICATED call from 65.39.205.121, requested format
= 4, actual format = 4
    -- Executing Macro("[EMAIL PROTECTED]/6",
"con-ext-cid|101|89Chris Hobbs") in new stack
    -- Executing SetVar("[EMAIL PROTECTED]/6", "name=Chris
Hobbs") in new stack
    -- Executing SetCallerID("[EMAIL PROTECTED]/6", "89Chris
Hobbs") in new stack
    -- Executing SetCIDName("[EMAIL PROTECTED]/6", "Chris
Hobbs") in new stack
    -- Executing Goto("[EMAIL PROTECTED]/6", "ext-int|101|1") in
new stack
    -- Goto (ext-int,101,1)
  == Channel '[EMAIL PROTECTED]/6' jumping out of macro
'con-ext-cid'
    -- Executing Macro("[EMAIL PROTECTED]/6",
"dial-ext-vm|SIP/101") in new stack
    -- Executing Dial("[EMAIL PROTECTED]/6", "SIP/101|15|t") in
new stack
    -- Called 101
    -- Got SIP response 486 "Busy" back from 192.124.97.45
    -- SIP/101-153f is busy
  == Everyone is busy at this time
    -- Executing Ringing("[EMAIL PROTECTED]/6", "") in new stack
    -- Executing Wait("[EMAIL PROTECTED]/6", "1") in new stack
    -- Executing VoiceMail("[EMAIL PROTECTED]/6", "b101") in new
stack
    -- Playing 'vm-theperson' (language 'en')
  == Spawn extension (macro-dial-ext-vm, s, 1) exited non-zero on
'[EMAIL PROTECTED]/5' in macro 'dial-ext-vm'
  == Spawn extension (ext-int, 101, 1) exited non-zero on
'[EMAIL PROTECTED]/5'
    -- Hungup '[EMAIL PROTECTED]/5'
    -- Playing 'digits/1' (language 'en')
    -- Playing 'digits/0' (language 'en')
    -- Playing 'digits/1' (language 'en')
    -- Playing 'vm-isonphone' (language 'en')
  == Spawn extension (macro-dial-ext-vm, s, 104) exited non-zero on
'[EMAIL PROTECTED]/6' in macro 'dial-ext-vm'
  == Spawn extension (ext-int, 101, 1) exited non-zero on
'[EMAIL PROTECTED]/6'
    -- Hungup '[EMAIL PROTECTED]/6'

-- 
Robert Withrow, R.W. Withrow Associates, Swampscott MA, [EMAIL PROTECTED]
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to