Sip forwarding (all-in-one)

Hi,

Is it possibile in someway to forward all the sip-accounts from different providers to just one sip-account?

cuz i have lots of number and i was wondering if it was possible to put them all that just one account would receive everything lol

thanks

Edvard

sure. register to as many sip providers as you want, and give them all the same context=

then make that context like:

[my-incoming-context]
exten => _X.,1,Dial(SIP/myphone,20)
exten => _X.,2,VoiceMail(1234)

or something like that. _X. matches any exten of one or more digits, and since SIP providers usually dial your DID number this will match any of them.