Re: [asterisk-users] Unable to pickup an extension, tryi

2010-06-16 Thread Rob Coward

Jonas Kellens wrote:

Rob,

it's not a macro but a sub. In my previous post I posted more info, I 
am not going to post the whole output every time.


I read on the wiki that you set the PICKUPMARK equal to the extension 
for that channel, but in my case I'm not using extensions but multiple 
SIPaccounts in my dial statement.


Since you are ringing multiple extensions, have you tried looking at the 
Callgroup and pickupgroup options in sip.conf ?

http://www.voip-info.org/wiki/view/Asterisk+callgroups+and+pickupgroups
Its not directed pickup, but might be a better fit to what you are 
trying to achieve.




Do you have another wiki ? Because even with the search-option I can 
not find the word inbound, as you refer to [macro-inbound].

I'm refering to http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup

Scroll approx. one 3rd of the way down the page to where there is a 
large bold bit of text saying:



   Example using PICKUPMARK for Asterisk 1.4

[macro-inbound]
exten = s,1,Set(_PICKUPMARK=${MACRO_EXTEN})
exten = s,n,Dial(SIP/SomeSipPhone,20,rwt)

Something similar may work in your case perhaps ?

Rob
-- 
_
-- 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] Unable to pickup an extension, tryi

2010-06-15 Thread Philipp von Klitzing
Hi!

 How to do this ??
 To proceed with your answer on PICKUPMARK, where do I put this ???

Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup

Philipp


-- 
_
-- 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] Unable to pickup an extension, tryi

2010-06-15 Thread Jonas Kellens

Philipp,

I have read this wiki, but I still don't know how to implement it in my 
example...


The wiki says :

exten = 1234,1,Set(__PICKUPMARK=1234)


So how do I do this with my dialplan :

exten = s,n,Dial(${SIPaccounts},${timeout})
or translated :
exten = s,n,Dial(SIP/testcorp1SIP/testcorp2)

Can you give me the exact syntax?? Because I really can not filter this 
from the wiki.


Looking forward to your answer, thx !


Jonas.


On 06/15/2010 06:09 PM, Philipp von Klitzing wrote:

Hi!

   

How to do this ??
To proceed with your answer on PICKUPMARK, where do I put this ???
 

Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup

Philipp
   
-- 
_
-- 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] Unable to pickup an extension, tryi

2010-06-15 Thread Rob Coward

Jonas,
Did you really read the whole wiki page ? I've not used PICKUPMARK 
before myself, but if you want to pay someone consultant rates to do the 
work for you, I'm sure there's plenty willing to take your money off 
you. In the meantime, why dont you help yourself and really read the 
whole page, including the many examples.


From your 1 line snippet of your dialplan (dont know how anyone is 
supposed to be able to give you much help with such little info anyway), 
I can only guess that since you are using the 's' extension, you are in 
a macro ? If so, try scrolling down the wiki page to the example using 
'[macro-inbound]'.


Rob

Jonas Kellens wrote:

Philipp,

I have read this wiki, but I still don't know how to implement it in 
my example...


The wiki says :

exten = 1234,1,Set(__PICKUPMARK=1234)


So how do I do this with my dialplan :

exten = s,n,Dial(${SIPaccounts},${timeout})
or translated :
exten = s,n,Dial(SIP/testcorp1SIP/testcorp2)

Can you give me the exact syntax?? Because I really can not filter 
this from the wiki.


Looking forward to your answer, thx !


Jonas.


On 06/15/2010 06:09 PM, Philipp von Klitzing wrote:

Hi!

  

How to do this ??
To proceed with your answer on PICKUPMARK, where do I put this ???


Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup

Philipp
  


-- 
_
-- 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] Unable to pickup an extension, tryi

2010-06-15 Thread Jonas Kellens

Rob,

it's not a macro but a sub. In my previous post I posted more info, I am 
not going to post the whole output every time.


I read on the wiki that you set the PICKUPMARK equal to the extension 
for that channel, but in my case I'm not using extensions but multiple 
SIPaccounts in my dial statement.


I really see no example on the wiki on how to deal with multiple 
SIPaccounts/extensions in one dial()-statement...


I ask for a clean example to show me how I need to implement it, not to 
do the whole writing of my dialplan. My dialplan consists of already 
+-2500 rules, no need for a consultant, I wrote it myself.


Do you have another wiki ? Because even with the search-option I can not 
find the word inbound, as you refer to [macro-inbound].

I'm refering to http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup


Jonas.


On 06/15/2010 10:26 PM, Rob Coward wrote:

Jonas,
Did you really read the whole wiki page ? I've not used PICKUPMARK 
before myself, but if you want to pay someone consultant rates to do 
the work for you, I'm sure there's plenty willing to take your money 
off you. In the meantime, why dont you help yourself and really read 
the whole page, including the many examples.


From your 1 line snippet of your dialplan (dont know how anyone is 
supposed to be able to give you much help with such little info 
anyway), I can only guess that since you are using the 's' extension, 
you are in a macro ? If so, try scrolling down the wiki page to the 
example using '[macro-inbound]'.


Rob


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