[asterisk-users] Help: How can I Add my own Word in option packets in from field of SIP From Asterisk??

2011-07-20 Thread Masood Ahmed
Hello All,
Is there any one who can help me to change the From field parameters in
option packets, I have seen that in option packtes asterisk sends its own
information,If you see the below option packet i have highlighted the
asterisk word in from field and in from field tag how can i changed it
Please let me know same as in User Agent.


 192.168.207.70:5060 - 192.168.207.177:5065
  OPTIONS sip:192.168.207.177 SIP/2.0..Via: SIP/2.0/UDP 192.168.207.70:5060
;branch=z9hG4bK57e5b165;rport.*.From: asterisk sip:asterisk*@
192.168.207.70;t
  ag=as0977f8f5..To: sip:192.168.207.177..Contact: 
sip:asterisk@192.168.207.70..Call-ID:
272c85316b257dfa168c9d0155089...@192.168.207.70..cseq: 102 OP
  TIONS..*User-Agent: Asterisk PBX*..Max-Forwards: 70..Date: Wed, 20 Jul
2011 11:58:01 GMT..Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER,
SUBSCRIBE, NOTI
  FY, INFO..Supported: replaces..Content-Length: 0
#

Regards,
Masood Ahmed
masoo...@gmail.com
--
_
-- 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

Re: [asterisk-users] hey please help me my 3rd email of how to change From fileld username in sip packet

2009-12-04 Thread Masood Ahmed
Dear Hakan,

thank you for your information on this issue it does change but it only
changed in REQUEST URI field not in From Field,


Date: Fri, 4 Dec 2009 11:32:59 +0500
 From: Masood Ahmed masoo...@gmail.com
 Subject: [asterisk-users] hey please help me my 3rd email of how to
change  From fileld username in sip packet
 To: asterisk-users@lists.digium.com
 Message-ID:
1fda62f80912032232o56fe6969se02526bf4ccf1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it should
 be some CLI

 thanks
 Masood
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/9a953328/attachment-0002.htm

 --

 Message: 24
 Date: Fri, 4 Dec 2009 11:32:59 +0500
 From: Masood Ahmed masoo...@gmail.com
 Subject: [asterisk-users] hey please help me my 3rd email of how to
change  From fileld username in sip packet
 To: asterisk-users@lists.digium.com
 Message-ID:
1fda62f80912032232o56fe6969se02526bf4ccf1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it should
 be some CLI

 thanks
 Masood
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/9a953328/attachment-0003.htm

 --

 Message: 25
 Date: Fri, 4 Dec 2009 09:29:35 +0200
 From: Hakan C ella4e...@gmail.com
 Subject: Re: [asterisk-users] hey please help me my 3rd email of how
to  change From fileld username in sip packet
 To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
 Message-ID:
ef4e56e70912032329m659f0b89p8946f3c96c2c8...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 exten = 111,1,Set(CallerID(num)=123456)

 On Fri, Dec 4, 2009 at 8:32 AM, Masood Ahmed masoo...@gmail.com wrote:

  hy
  Hope everyone is fine, I have one issue coming in asterisk , What i am
  doing
  is i am generating a callback if some one calls at a specif access number
  on
  asterisk,
 
  Asterisk sends a busy signal to the calling party that he received a
  request
  from party and then sends the call back to the person from where asterisk
  received a request but in From field as you can see below astrisk is
  sending
  the calling ID as asterisk and username same ,
 
  What i want is that it should forward some CLI in From Field ,
 
 
  I have done my best effort but still not resolved i am adding a callerid
 in
  script still same please help me if some one can
 
 
   IP1:5060 - IP2:5060
   INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
  IP1:5060;branch=z9hG4bK-
  966123148--16781
   75694--693700493-4-..Via: SIP/2.0/UDP
  IP1:5065;branch=z9hG4bK00749b6d;rport

[asterisk-users] hey please help me my 3rd email of how to change From fileld username in sip packet

2009-12-03 Thread Masood Ahmed
hy
Hope everyone is fine, I have one issue coming in asterisk , What i am doing
is i am generating a callback if some one calls at a specif access number on
asterisk,

Asterisk sends a busy signal to the calling party that he received a request
from party and then sends the call back to the person from where asterisk
received a request but in From field as you can see below astrisk is sending
the calling ID as asterisk and username same ,

What i want is that it should forward some CLI in From Field ,


I have done my best effort but still not resolved i am adding a callerid in
script still same please help me if some one can


 IP1:5060 - IP2:5060
 INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
IP1:5060;branch=z9hG4bK-
966123148--16781
 75694--693700493-4-..Via: SIP/2.0/UDP
IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
 804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
*
*From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

see the last part this is what that i want to change here in from it should
be some CLI

thanks
Masood
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

[asterisk-users] FW: Change the FROM filed username and From

2009-11-25 Thread Masood Ahmed
Hello Guys,


Hope everyone is fine, I have one issue coming in asterisk , What i am doing
is i am generating a callback if some one calls at a specif access number on
asterisk,

Asterisk sends a busy signal to the calling party that he received a request
from party and then sends the call back to the person from where asterisk
received a request but in From field as you can see below astrisk is sending
the calling ID as asterisk and username same ,

What i want is that it should forward some CLI in From Field ,


I have done my best effort but still not resolved i am adding a callerid in
script still same please help me if some one can


 IP1:5060 - IP2:5060
 INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
IP1:5060;branch=z9hG4bK-966123148--16781
 75694--693700493-4-..Via: SIP/2.0/UDP
IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
 804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
*
*From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

see the last part this is what that i want to change here in from it should
be some CLI

thanks
Masood
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

[asterisk-users] Change the FROM filed username and From Calling id in asterisk

2009-11-24 Thread Masood Ahmed
Hello Guys,


Hope everyone is fine, I have one issue coming in asterisk , What i am doing
is i am generating a callback if some one calls at a specif access number on
asterisk,

Asterisk sends a busy signal to the calling party that he received a request
from party and then sends the call back to the person from where asterisk
received a request but in From field as you can see below astrisk is sending
the calling ID as asterisk and username same ,

What i want is that it should forward some CLI in From Field ,


I have done my best effort but still not resolved i am adding a callerid in
script still same please help me if some one can


 IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
IP1:5060;branch=z9hG4bK-966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..

*From: asterisksip:aster...@ip1:5065;tag=as0cae0b*
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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