[Asterisk-Users] Voicepulse DNID is blank - Any other options?

2005-02-06 Thread Tim Burt
I just signed up for a second voicepulse number.

I assumed that I would be able to differentiate which number the caller
dialed.

But DNID is empty and DIALEDPEERNUMBER is empty and CHANNEL contains the
same info (almost, with the exception of a randomly assigned suffix) for
both numbers.

Does anyone know how I might determine which number was called?

Note, this is not CALLERID.  I need the number that the caller CALLED.

As a last resort, I guess I could use a different provider for the second
number.

Can anyone shed any light?

Thanks in advance!

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


Re: [Asterisk-Users] Voicepulse DNID is blank - Any other options?

2005-02-06 Thread Brian Dingman
Maybe I am missing your exact point, but what about handling this in
your extensions.conf

[voicepulse-incoming]
exten = 2124007999,1,Goto(nyc,s,1)
exten = 2124007998,1,Goto(nyc2,s,1)

That will put calls to 2124007999 into context nyc and calls to
2124007998 into context nyc2.

I guess the real questions is what is your ultimate goal?

On Sun, 6 Feb 2005 12:52:21 -0800 (PST), Tim Burt
[EMAIL PROTECTED] wrote:
 I just signed up for a second voicepulse number.
 
 I assumed that I would be able to differentiate which number the caller
 dialed.
 
 But DNID is empty and DIALEDPEERNUMBER is empty and CHANNEL contains the
 same info (almost, with the exception of a randomly assigned suffix) for
 both numbers.
 
 Does anyone know how I might determine which number was called?
 
 Note, this is not CALLERID.  I need the number that the caller CALLED.
 
 As a last resort, I guess I could use a different provider for the second
 number.
 
 Can anyone shed any light?
 
 Thanks in advance!
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

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


Re: [Asterisk-Users] Voicepulse DNID is blank - Any other options?

2005-02-06 Thread Tim Burt
Ah..  the obvious.  I don't know why I missed it.

I am just a newbie at this PBX stuff.

Thanks for the pointer.  It worked. First off.

Hopefully, someday soon, I will contribute more than silly questions to
this list!

Thanks again!

 Maybe I am missing your exact point, but what about handling this in
 your extensions.conf

 [voicepulse-incoming]
 exten = 2124007999,1,Goto(nyc,s,1)
 exten = 2124007998,1,Goto(nyc2,s,1)

 That will put calls to 2124007999 into context nyc and calls to
 2124007998 into context nyc2.

 I guess the real questions is what is your ultimate goal?

 On Sun, 6 Feb 2005 12:52:21 -0800 (PST), Tim Burt
 [EMAIL PROTECTED] wrote:
 I just signed up for a second voicepulse number.

 I assumed that I would be able to differentiate which number the caller
 dialed.

 But DNID is empty and DIALEDPEERNUMBER is empty and CHANNEL contains the
 same info (almost, with the exception of a randomly assigned suffix) for
 both numbers.

 Does anyone know how I might determine which number was called?

 Note, this is not CALLERID.  I need the number that the caller CALLED.

 As a last resort, I guess I could use a different provider for the
 second
 number.

 Can anyone shed any light?

 Thanks in advance!

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

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


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


Re: [Asterisk-Users] Voicepulse DNID is blank - Any other options?

2005-02-06 Thread Brian Dingman
A lot of times we all overlook the obvious or easiest way to do things :)


On Sun, 6 Feb 2005 13:26:25 -0800 (PST), Tim Burt
[EMAIL PROTECTED] wrote:
 Ah..  the obvious.  I don't know why I missed it.
 
 I am just a newbie at this PBX stuff.
 
 Thanks for the pointer.  It worked. First off.
 
 Hopefully, someday soon, I will contribute more than silly questions to
 this list!
 
 Thanks again!

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