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

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Wed Feb 5 19:17:03 CST 2014


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

Richard Mudgett updated ASTERISK-23257:
---------------------------------------

    Description: 
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



  was:
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



    
> 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