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
  

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

2009-12-04 Thread Hakan C
exten = 111,1,Set(CallerID(name)=MyPBX)

or

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

On 12/4/09, Masood Ahmed masoo...@gmail.com wrote:
 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 

[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

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

2009-12-03 Thread Hakan C
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..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

___
-- 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