No recognition of incoming calls

  1. ‹ Older
  2. 14 years ago

    admin

    23 Nov 2010 Administrator

    The thing is that as far as I know , FreePBX 2.6 or 2.7 introduced the from-queue context, so from-internal is used for older freepbx install.

  3. Yet more info Nicolas,

    Using 2 setups, one with static queue members (not working) and one with dynamic members (working), I've had a look at the output of fop2_server -X 15 and here are the major differences:

    Static:

    127.0.0.1 <- Event: Newchannel
    127.0.0.1 <- Privilege: call,all
    127.0.0.1 <- Channel: Local/500@from-internal-0f29;1
    127.0.0.1 <- ChannelState: 0
    127.0.0.1 <- ChannelStateDesc: Down
    127.0.0.1 <- CallerIDNum:
    127.0.0.1 <- CallerIDName:
    127.0.0.1 <- AccountCode:
    127.0.0.1 <- Uniqueid: 1290532841.6
    127.0.0.1 <- Server: 0

    Dynamic:

    127.0.0.1 <- Event: ChannelUpdate
    127.0.0.1 <- Privilege: system,all
    127.0.0.1 <- Channel: SIP/500-00000009
    127.0.0.1 <- Uniqueid: 1290532944.13
    127.0.0.1 <- Channeltype: SIP
    127.0.0.1 <- SIPcallid: [email protected]
    127.0.0.1 <- SIPfullcontact: sip:[email protected]:5068;transport=udp
    127.0.0.1 <- Server: 0

    127.0.0.1 <- Event: ChannelUpdate
    127.0.0.1 <- Privilege: system,all
    127.0.0.1 <- Channel: SIP/500-00000009
    127.0.0.1 <- Channeltype: SIP
    127.0.0.1 <- SIPcallid: [email protected]
    127.0.0.1 <- SIPfullcontact: sip:[email protected]:5068;transport=udp
    127.0.0.1 <- Peername: 500
    127.0.0.1 <- Server: 0

    127.0.0.1 <- Event: ExtensionStatus
    127.0.0.1 <- Privilege: call,all
    127.0.0.1 <- Exten: 500
    127.0.0.1 <- Context: ext-local
    127.0.0.1 <- Hint: SIP/500&Custom:DND500
    127.0.0.1 <- Status: 8
    127.0.0.1 <- Server: 0

    Further on we see the reason for the CID, i.e.

    Static:

    127.0.0.1 <- Event: Newstate
    127.0.0.1 <- Privilege: call,all
    127.0.0.1 <- Channel: SIP/500-00000006
    127.0.0.1 <- ChannelState: 5
    127.0.0.1 <- ChannelStateDesc: Ringing
    127.0.0.1 <- CallerIDNum: 500
    127.0.0.1 <- CallerIDName:
    127.0.0.1 <- Uniqueid: 1290532841.10
    127.0.0.1 <- Server: 0

    127.0.0.1 <- Event: Newstate
    127.0.0.1 <- Privilege: call,all
    127.0.0.1 <- Channel: SIP/501-00000007
    127.0.0.1 <- ChannelState: 5
    127.0.0.1 <- ChannelStateDesc: Ringing
    127.0.0.1 <- CallerIDNum: 501
    127.0.0.1 <- CallerIDName:
    127.0.0.1 <- Uniqueid: 1290532841.11
    127.0.0.1 <- Server: 0

    Dynamic:

    127.0.0.1 <- Event: Newstate
    127.0.0.1 <- Privilege: call,all
    127.0.0.1 <- Channel: SIP/500-00000009
    127.0.0.1 <- ChannelState: 5
    127.0.0.1 <- ChannelStateDesc: Ringing
    127.0.0.1 <- CallerIDNum: 07866676869
    127.0.0.1 <- CallerIDName: Trial: Stem Carl Marshall
    127.0.0.1 <- Uniqueid: 1290532944.13
    127.0.0.1 <- Server: 0

    127.0.0.1 <- Event: Newstate
    127.0.0.1 <- Privilege: call,all
    127.0.0.1 <- Channel: SIP/501-0000000a
    127.0.0.1 <- ChannelState: 5
    127.0.0.1 <- ChannelStateDesc: Ringing
    127.0.0.1 <- CallerIDNum: 07866676869
    127.0.0.1 <- CallerIDName: Trial: Stem Carl Marshall
    127.0.0.1 <- Uniqueid: 1290532944.14
    127.0.0.1 <- Server: 0

    It looks as though Asterisk is passing the CallerIDNum as the called extension! Any idea as to where to look in FreePBX to find where this may be generated?

    Carlos

  4. admin

    23 Nov 2010 Administrator

    Hi Carlos,

    I am not sure where to look, but you might want to traverse the dialplan priority by priority in both cases from the asterisk full log.. quite difficult to do, but I do not see any other way to spot differences? When you refer to static vs dynamic, it is always with Local/XXX@YYY/n queue members?

  5. Hi Nicolas,

    No, the static queue agents show as Local/xxx@yyy/n either when added into the queue via Trixbox queues (same as FreePBX queues) or when added as dynamic using 803* to join queue 803. Both show this when looking at -X 15 output, i.e.:

    Static:

    127.0.0.1 <- Event: QueueMember
    127.0.0.1 <- Queue: 803
    127.0.0.1 <- Name: Local/500@from-internal/n
    127.0.0.1 <- Location: Local/500@from-internal/n
    127.0.0.1 <- Membership: static
    127.0.0.1 <- Penalty: 0
    127.0.0.1 <- CallsTaken: 0
    127.0.0.1 <- LastCall: 0
    127.0.0.1 <- CallAnswered: 0
    127.0.0.1 <- TalkTime: 0
    127.0.0.1 <- Status: 1
    127.0.0.1 <- Paused: 0
    127.0.0.1 <- Server: 0

    Or when added via 803* :

    127.0.0.1 <- Event: QueueMember
    127.0.0.1 <- Queue: 803
    127.0.0.1 <- Name: Local/500@from-internal/n
    127.0.0.1 <- Location: Local/500@from-internal/n
    127.0.0.1 <- Membership: dynamic
    127.0.0.1 <- Penalty: 0
    127.0.0.1 <- CallsTaken: 0
    127.0.0.1 <- LastCall: 0
    127.0.0.1 <- CallAnswered: 0
    127.0.0.1 <- TalkTime: 0
    127.0.0.1 <- Status: 1
    127.0.0.1 <- Paused: 0
    127.0.0.1 <- Server: 0

    However when added as a queue agent using FOP2, we get:

    127.0.0.1 <- Event: QueueMember
    127.0.0.1 <- Queue: 803
    127.0.0.1 <- Name: SIP/500
    127.0.0.1 <- Location: SIP/500
    127.0.0.1 <- Membership: dynamic
    127.0.0.1 <- Penalty: 0
    127.0.0.1 <- CallsTaken: 0
    127.0.0.1 <- LastCall: 0
    127.0.0.1 <- CallAnswered: 0
    127.0.0.1 <- TalkTime: 0
    127.0.0.1 <- Status: 1
    127.0.0.1 <- Paused: 0
    127.0.0.1 <- Server: 0

    Carlos.

  6. Nicolas,

    This issue looks similar to one posted earlier which I've just noticed:

    View Post 328

    Did you manage to find an answer to that one?

    Carlos.

  7. admin

    24 Nov 2010 Administrator

    Hi Carlos,

    I already said it before, if the AMI events says the calleris is "INCORRECTNUMBER", fop2 will display that as the callerid number. Regarding the queue members, you can configure fop2 to use the same type as FreePBX by setting the queuechannel for the button.

    So from what you say it seems that the problem is with Local channels, it is not static vs dynamic, but Local vs SIP.

    Please capture the output from fop2_server -X 1 while doing a call which shows the incorrect clid and send me the capture privately so I can review it here and see if I can find the issue.

    Best regards,

  8. Nicolas,

    Thanks for all you help on this one. I'll add this section even though you sorted it out privately since there may be others with the same issues with Trixbox 2.8.x

    /etc/asterisk/manager.conf has the recommended lines of:

    read=system,call,log,verbose,command,agent,user,originate
    write=system,call,log,verbose,command,agent,user,originate

    Changing this to:

    read=all
    write=all

    solved the problem.

    Many thanks for all your hard work.

    Carlos.

or Sign Up to reply!