[asterisk-bugs] [JIRA] (ASTERISK-23257) sip.conf option pendantic=yes not working for dialed numbers with sign #

Wilmar Campos (JIRA) noreply at issues.asterisk.org
Wed Feb 5 18:43:03 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-23257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wilmar Campos updated ASTERISK-23257:
-------------------------------------

    Description: 
Bug occurs when pedantic=yes option is active in sip.conf.
To replicate just create an extension like:

exten => _12.,1,NoOP(SIP Call ${EXTEN}, ${CALLERID(all)})
same => n,Dial(SIP/${EXTEN}@IP_PROVIDER,120,)
same => n,Hangup

When user dial 126060#1305777777, the provider receives the call like:
126060%231305777777.

Please use same default sip.conf and add only pedantic=yes.

The flow of the call in signaling messages are:

customer -> asterisk SIP/SDP Request: INVITE sip:126060#13057777777 at asterisk_ip, with session description

asterisk -> customer SIP Status: 100 Trying

asterisk -> provider SIP/SDP Request: INVITE sip:126060%23130577777 at provider_ip, with session description

The issue is replicable with Asterisk 11.6.0 and 11.7.0



  was:
Hi, I activated pedantic=yes to avoid asterisk changin 6060# to 6060%23.

It works if pedantic=no, but the asterisk generate a 183 message that contains again the %23.



        Summary: sip.conf option pendantic=yes not working for dialed numbers with sign #  (was: Pendantic=yes not working)
    
> sip.conf option pendantic=yes not working for dialed numbers with sign #
> ------------------------------------------------------------------------
>
>                 Key: ASTERISK-23257
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23257
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/Messaging
>    Affects Versions: 11.7.0
>         Environment: Centos 6.4 64 Bit
>            Reporter: Wilmar Campos
>            Assignee: Wilmar Campos
>
> Bug occurs when pedantic=yes option is active in sip.conf.
> To replicate just create an extension like:
> exten => _12.,1,NoOP(SIP Call ${EXTEN}, ${CALLERID(all)})
> same => n,Dial(SIP/${EXTEN}@IP_PROVIDER,120,)
> same => n,Hangup
> When user dial 126060#1305777777, the provider receives the call like:
> 126060%231305777777.
> Please use same default sip.conf and add only pedantic=yes.
> The flow of the call in signaling messages are:
> customer -> asterisk SIP/SDP Request: INVITE sip:126060#13057777777 at asterisk_ip, with session description
> asterisk -> customer SIP Status: 100 Trying
> asterisk -> provider SIP/SDP Request: INVITE sip:126060%23130577777 at provider_ip, with session description
> The issue is replicable with Asterisk 11.6.0 and 11.7.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list