Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Any way to get rid of X-Asterisk?


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
symack at gmail.com
Guest





PostPosted: Wed Jul 23, 2014 3:39 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

Long story... Would be nice if we can remove this
on BYEs


X-Asterisk-HangupCause: Normal Clearing.
X-Asterisk-HangupCauseCode: 16.


Kind Regards,


Nick.
Back to top
softwareguy at gmail.com
Guest





PostPosted: Wed Jul 23, 2014 3:40 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

This is defined in chan_sip.c. Simply edit the source file and recompile.


On Wed, Jul 23, 2014 at 1:39 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:
Quote:
Long story... Would be nice if we can remove this
on BYEs


X-Asterisk-HangupCause: Normal Clearing.
X-Asterisk-HangupCauseCode: 16.


Kind Regards,


Nick.




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
symack at gmail.com
Guest





PostPosted: Wed Jul 23, 2014 3:54 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

Yeah I can do that.... Anything in sip.conf that we can set?

N.



On Wed, Jul 23, 2014 at 4:39 PM, David Lam <softwareguy@gmail.com (softwareguy@gmail.com)> wrote:
Quote:
This is defined in chan_sip.c. Simply edit the source file and recompile.


On Wed, Jul 23, 2014 at 1:39 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:


Quote:
Long story... Would be nice if we can remove this
on BYEs


X-Asterisk-HangupCause: Normal Clearing.
X-Asterisk-HangupCauseCode: 16.


Kind Regards,


Nick.






--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
softwareguy at gmail.com
Guest





PostPosted: Wed Jul 23, 2014 4:07 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

As far as I know, the code that is set to sent these parameters are static and not affected by the sip.conf settings.. If someone finds otherwise, let me know.


On Wed, Jul 23, 2014 at 1:53 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:
Quote:
Yeah I can do that.... Anything in sip.conf that we can set?

N.



On Wed, Jul 23, 2014 at 4:39 PM, David Lam <softwareguy@gmail.com (softwareguy@gmail.com)> wrote:
Quote:
This is defined in chan_sip.c. Simply edit the source file and recompile.


On Wed, Jul 23, 2014 at 1:39 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:


Quote:
Long story... Would be nice if we can remove this
on BYEs


X-Asterisk-HangupCause: Normal Clearing.
X-Asterisk-HangupCauseCode: 16.


Kind Regards,


Nick.






--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users






--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
EWieling at nyigc.com
Guest





PostPosted: Wed Jul 23, 2014 4:53 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

From sip.conf.sample in 11.10.0

;use_q850_reason = no ; Default "no"
                      ; Set to yes add Reason header and use Reason header if it is available.



From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David Lam
Sent: Wednesday, July 23, 2014 5:07 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Any way to get rid of X-Asterisk?


As far as I know, the code that is set to sent these parameters are static and not affected by the sip.conf settings.. If someone finds otherwise, let me know.


On Wed, Jul 23, 2014 at 1:53 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:
Yeah I can do that.... Anything in sip.conf that we can set?


N.



On Wed, Jul 23, 2014 at 4:39 PM, David Lam <softwareguy@gmail.com (softwareguy@gmail.com)> wrote:
This is defined in chan_sip.c. Simply edit the source file and recompile.


On Wed, Jul 23, 2014 at 1:39 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:

Quote:

Long story... Would be nice if we can remove this

on BYEs



X-Asterisk-HangupCause: Normal Clearing.

X-Asterisk-HangupCauseCode: 16.



Kind Regards,



Nick.







--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users





--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users






--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
symack at gmail.com
Guest





PostPosted: Wed Jul 23, 2014 5:10 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

Quote:

From sip.conf.sample in 11.10.0
 
;use_q850_reason = no ; Default "no"
                      ; Set to yes add Reason header and use Reason header if it is available.
 




Using 1.8.7. Shiza!!!!


Thanks as always guys.


N. 
Back to top
softwareguy at gmail.com
Guest





PostPosted: Wed Jul 23, 2014 5:12 pm    Post subject: [asterisk-users] Any way to get rid of X-Asterisk? Reply with quote

This adds the Q850 reason header but doesn't get rid of the other Asterisk-Hangup headers, at least in v11.


On Wed, Jul 23, 2014 at 2:53 PM, Eric Wieling <EWieling@nyigc.com (EWieling@nyigc.com)> wrote:
Quote:

From sip.conf.sample in 11.10.0
 
;use_q850_reason = no ; Default "no"
                      ; Set to yes add Reason header and use Reason header if it is available.
 
 
 
From: asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com) [mailto:asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com)] On Behalf Of David Lam
Sent: Wednesday, July 23, 2014 5:07 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Any way to get rid of X-Asterisk?

 
As far as I know, the code that is set to sent these parameters are static and not affected by the sip.conf settings.. If someone finds otherwise, let me know.

 
On Wed, Jul 23, 2014 at 1:53 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:
Yeah I can do that.... Anything in sip.conf that we can set?
 

N.


 
On Wed, Jul 23, 2014 at 4:39 PM, David Lam <softwareguy@gmail.com (softwareguy@gmail.com)> wrote:
This is defined in chan_sip.c. Simply edit the source file and recompile.

 
On Wed, Jul 23, 2014 at 1:39 PM, Nick Cameo <symack@gmail.com (symack@gmail.com)> wrote:

Quote:

Long story... Would be nice if we can remove this

on BYEs

 

X-Asterisk-HangupCause: Normal Clearing.

X-Asterisk-HangupCauseCode: 16.

 

Kind Regards,

 

Nick.

 


 


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


 


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

 




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

 





--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services