[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
Thu Feb 6 19:31:03 CST 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214903#comment-214903 ] 

Wilmar Campos edited comment on ASTERISK-23257 at 2/6/14 7:29 PM:
------------------------------------------------------------------

Hi Matt, 

I have read the bug guidelines, and I think I have include most of the information the guidelines recommends.  There are others that are not related to this bug.

So far I have include information describing the problem, it is not really too complex, just activate pedantic on the version 11.7.0 of asterisk and check if a call with # sign in dial string have # or %23.  

I also have include steps to replicate the issue.
Also based on pedantic documentation, I guess option is not doing what is suppose to do.

I also have include a simple tshark trace and extensions example on how to setup and replicate issue.

Please advise based on my report what information is missing?  This is my first time doing this... so I don't know if there is a format you want me to follow.

Thanks,

Wilmar

                
      was (Author: willcampos78):
    Hi Matt, 

I have read the bug guidelines, and I think I have include most of the information the guidelines recommends.  There are others that are not related to this bug.

So far I have include information describing the problem, it is not really too complex, just activate pedantic on the version 11.7.0 of asterisk and check if a call with # sign in dial string have # or %23.  

I also have include stes to replicate the issue.
Also based on pedantic documentation, I guess option is not doing what is suppose to do.

I also have include a simple tshark trace and extensions example on how to setup and replicate issue.

Please advise based on my report what information is missing?  This is my first time doing this... so I dont know if there is a format you want me to follow.

Thanks,

Wilmar

                  
> 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:
> {noformat}
> exten => _12.,1,NoOP(SIP Call ${EXTEN}, ${CALLERID(all)})
> same => n,Dial(SIP/${EXTEN}@IP_PROVIDER,120,)
> same => n,Hangup
> {noformat}
> 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:
> {noformat}
> 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
> {noformat}
> 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