Project

General

Profile

SIP INVITE REJECTED

Added by Daniel Carneiro do Nascimento about 10 years ago

Hello,

Ived just installed Goautodial v 3.3 and setup everything as wiki manuals and all.
My carrier is a Centile Instra based - everything is setup as follows the tutorials and documentation (RTFM rule adopted for sure)

The campaing is a IVR (automated basic satisfaction research - like 0 for bad service 5 for excelent service vouting method).

Everythig is setup - Carrier - DID - but Im getting a SIP INVITE REJECTED from Goautodial and MAYBE could be the sip invite mathod - I think it is comming with the PLUS (+5521XXXX0665) for example and Goautodial expects 5521XXXX0665 instead.

Can you guys confirm that?
Have anyone with private carrier experiecned SIP INVITE REJECTED codes in Wireshark .cap debugs?
Thankx in advance,

Daniel Nascimento


Replies (4)

RE: SIP INVITE REJECTED - Added by Levy Ryan Nolasco about 10 years ago

Hi,

Kindly post your asterisk CLI logs so we could help you further.

Regards,
Levy Ryan

RE: SIP INVITE REJECTED - Added by Daniel Carneiro do Nascimento about 10 years ago

[root@goautodial asterisk]# tail -f *
> cdr-csv <
tail: error reading `cdr-csv': Is a directory
tail: cdr-csv: cannot follow end of this type of file; giving up on this name

> cdr-custom <
tail: error reading `cdr-custom': Is a directory
tail: cdr-custom: cannot follow end of this type of file; giving up on this name > messages <
[Oct 28 14:37:29] VERBOSE3979 pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_EXISTS'
[Oct 28 14:37:29] VERBOSE[3979] pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER'
[Oct 28 14:37:29] VERBOSE3979 pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER_COUNT'
[Oct 28 14:37:29] VERBOSE[3979] pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER_LIST'
[Oct 28 14:37:29] VERBOSE3979 pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_WAITING_COUNT'
[Oct 28 14:37:29] VERBOSE[3979] pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER_PENALTY'
[Oct 28 14:37:29] VERBOSE3979 loader.c: [Oct 28 14:37:29] app_queue.so => (True Call Queueing)
[Oct 28 14:37:29] VERBOSE3979 config.c: [Oct 28 14:37:29] Parsing '/etc/asterisk/cli_permissions.conf': [Oct 28 14:37:29] VERBOSE[3979] config.c: [Oct 28 14:37:29] Found
[Oct 28 14:37:29] VERBOSE3979 asterisk.c: [Oct 28 14:37:29] Asterisk Ready.
[Oct 28 14:37:29] VERBOSE3979 config.c: [Oct 28 14:37:29] Parsing '/etc/asterisk/cli.conf': [Oct 28 14:37:29] VERBOSE[3979] config.c: [Oct 28 14:37:29] Found > messages.2014-10-27---165636 <
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action WaitEvent
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action CoreSettings
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action CoreStatus
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action Reload
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action CoreShowChannels
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action ModuleLoad
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action ModuleCheck
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action AOCMessage
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action DataGet
[Oct 27 14:54:59] DEBUG[6334] taskprocessor.c: destroying taskprocessor 'core_event_dispatcher' > messages.2014-10-28---143724 <==
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action WaitEvent
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action CoreSettings
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action CoreStatus
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action Reload
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action CoreShowChannels
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action ModuleLoad
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action ModuleCheck
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action AOCMessage
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] == Manager unregistered action DataGet
[Oct 28 14:35:52] DEBUG2959 taskprocessor.c: destroying taskprocessor 'core_event_dispatcher'

thnk u,

D:.

RE: SIP INVITE REJECTED - Added by Daniel Carneiro do Nascimento about 10 years ago

SOLVED!
It was my problem - after reinstall the server I noticed that by mistake I have setup also the ip of the CARRIER into SERVER IP - this is meant only for CLUSTERING in GoAutodial.
Now my called DID number it is not refused anymore.

So the tip is:.
1) make sure that goaudotial it is not listening to 127.0.0.1Mask:2
2) replace by script "update_server_ip" using the option MANUAL ENTRY and replace OLD IP: 127.0.0.1Mask:2 for the IP that CARRIER connect to.
3) restar mysql and apache: /etc/init.d/mysqld restart; /etc/init.d/httpd restart

My GoAutoDial started to listen to UDP 5060 at the public ip I needed to.

Thank you for your help

Daniel Nascimento

Daniel Carneiro do Nascimento wrote:

[root@goautodial asterisk]# tail -f *
> cdr-csv <
tail: error reading `cdr-csv': Is a directory
tail: cdr-csv: cannot follow end of this type of file; giving up on this name

> cdr-custom <
tail: error reading `cdr-custom': Is a directory
tail: cdr-custom: cannot follow end of this type of file; giving up on this name > messages <
[Oct 28 14:37:29] VERBOSE3979 pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_EXISTS'
[Oct 28 14:37:29] VERBOSE[3979] pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER'
[Oct 28 14:37:29] VERBOSE3979 pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER_COUNT'
[Oct 28 14:37:29] VERBOSE[3979] pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER_LIST'
[Oct 28 14:37:29] VERBOSE3979 pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_WAITING_COUNT'
[Oct 28 14:37:29] VERBOSE[3979] pbx.c: [Oct 28 14:37:29] Registered custom function 'QUEUE_MEMBER_PENALTY'
[Oct 28 14:37:29] VERBOSE3979 loader.c: [Oct 28 14:37:29] app_queue.so => (True Call Queueing)
[Oct 28 14:37:29] VERBOSE3979 config.c: [Oct 28 14:37:29] Parsing '/etc/asterisk/cli_permissions.conf': [Oct 28 14:37:29] VERBOSE[3979] config.c: [Oct 28 14:37:29] Found
[Oct 28 14:37:29] VERBOSE3979 asterisk.c: [Oct 28 14:37:29] Asterisk Ready.
[Oct 28 14:37:29] VERBOSE3979 config.c: [Oct 28 14:37:29] Parsing '/etc/asterisk/cli.conf': [Oct 28 14:37:29] VERBOSE[3979] config.c: [Oct 28 14:37:29] Found > messages.2014-10-27---165636 <
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action WaitEvent
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action CoreSettings
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action CoreStatus
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action Reload
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action CoreShowChannels
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action ModuleLoad
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action ModuleCheck
[Oct 27 14:54:59] VERBOSE[6334] manager.c: [Oct 27 14:54:59] Manager unregistered action AOCMessage
[Oct 27 14:54:59] VERBOSE6334 manager.c: [Oct 27 14:54:59] Manager unregistered action DataGet
[Oct 27 14:54:59] DEBUG[6334] taskprocessor.c: destroying taskprocessor 'core_event_dispatcher' > messages.2014-10-28---143724 <==
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action WaitEvent
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action CoreSettings
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action CoreStatus
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action Reload
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action CoreShowChannels
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action ModuleLoad
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] Manager unregistered action ModuleCheck
[Oct 28 14:35:52] VERBOSE[2959] manager.c: [Oct 28 14:35:52] Manager unregistered action AOCMessage
[Oct 28 14:35:52] VERBOSE2959 manager.c: [Oct 28 14:35:52] == Manager unregistered action DataGet
[Oct 28 14:35:52] DEBUG2959 taskprocessor.c: destroying taskprocessor 'core_event_dispatcher'

thnk u,

D:.

RE: SIP INVITE REJECTED - Added by Demian Biscocho about 10 years ago

Great to hear that you have this resolved.

    (1-4/4)
    Go to top